CreateToolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for AgentService.CreateTool.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The resource name of the app to create a tool in. |
tool_id |
str
Optional. The ID to use for the tool, which will become the final component of the tool's resource name. If not provided, a unique ID will be automatically assigned for the tool. |
tool |
google.cloud.ces_v1.types.Tool
Required. The tool to create. |