GoogleCloudAiplatformV1AgentTool class
A tool provides a list of actions available to the Agent during the process of executing a task.
Constructors
-
GoogleCloudAiplatformV1AgentTool({Map<
String, String> ? headers, String? name, String? type, String? url}) - GoogleCloudAiplatformV1AgentTool.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headers
↔ Map<
String, String> ? -
The headers for the MCP server, such as for authentication.
getter/setter pair
- name ↔ String?
-
The name of the MCP server.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of the tool.
getter/setter pair
- url ↔ String?
-
The URL for the MCP server endpoint.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited