GoogleCloudAiplatformV1ToolCall constructor

GoogleCloudAiplatformV1ToolCall({
  1. String? toolInput,
  2. String? toolName,
})

Implementation

GoogleCloudAiplatformV1ToolCall({
  this.toolInput,
  this.toolName,
});