Class MCPServerToolCallStep
java.lang.Object
com.google.genai.gaos.models.interactions.MCPServerToolCallStep
- All Implemented Interfaces:
Step
MCPServerToolCallStep
MCPServer tool call step.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MCPServerToolCallStep
-
-
Method Details
-
arguments
Required. The JSON object of arguments for the function. -
id
Required. A unique ID for this specific tool call. -
name
Required. The name of the tool which was called. -
serverName
Required. The name of the used MCP server. -
type
-
builder
-
withArguments
Required. The JSON object of arguments for the function. -
withId
Required. A unique ID for this specific tool call. -
withName
Required. The name of the tool which was called. -
withServerName
Required. The name of the used MCP server. -
equals
-
hashCode
public int hashCode() -
toString
-