GoogleCloudAiplatformV1Trajectory constructor

GoogleCloudAiplatformV1Trajectory({
  1. List<GoogleCloudAiplatformV1ToolCall>? toolCalls,
})

Implementation

GoogleCloudAiplatformV1Trajectory({
  this.toolCalls,
});