public interface TrajectoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolCall |
getToolCalls(int index)
Required.
|
int |
getToolCallsCount()
Required.
|
List<ToolCall> |
getToolCallsList()
Required.
|
ToolCallOrBuilder |
getToolCallsOrBuilder(int index)
Required.
|
List<? extends ToolCallOrBuilder> |
getToolCallsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ToolCall> getToolCallsList()
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
ToolCall getToolCalls(int index)
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
int getToolCallsCount()
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
List<? extends ToolCallOrBuilder> getToolCallsOrBuilderList()
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
ToolCallOrBuilder getToolCallsOrBuilder(int index)
Required. Tool calls in the trajectory.
repeated .google.cloud.aiplatform.v1beta1.ToolCall tool_calls = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.