File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
google/cloud/aiplatform/v1 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,14 +133,14 @@ message Part {
133133 // Optional. Result of executing the [ExecutableCode].
134134 CodeExecutionResult code_execution_result = 9
135135 [(google.api.field_behavior ) = OPTIONAL ];
136+ }
136137
137- // Indicates if the part is thought from the model.
138- bool thought = 10 [(google.api.field_behavior ) = OPTIONAL ];
138+ // Indicates if the part is thought from the model.
139+ bool thought = 10 [(google.api.field_behavior ) = OPTIONAL ];
139140
140- // An opaque signature for the thought so it can be reused in subsequent
141- // requests.
142- bytes thought_signature = 11 [(google.api.field_behavior ) = OPTIONAL ];
143- }
141+ // An opaque signature for the thought so it can be reused in subsequent
142+ // requests.
143+ bytes thought_signature = 11 [(google.api.field_behavior ) = OPTIONAL ];
144144
145145 oneof metadata {
146146 // Optional. Video metadata. The metadata should only be specified while the
You can’t perform that action at this time.
0 commit comments