GoogleCloudAiplatformV1ToolCall.fromJson constructor
GoogleCloudAiplatformV1ToolCall.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ToolCall.fromJson(core.Map json_)
: this(
toolInput: json_['toolInput'] as core.String?,
toolName: json_['toolName'] as core.String?,
);