Class MCPServerToolCallStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.MCPServerToolCallStep.Builder
- Enclosing class:
- MCPServerToolCallStep
-
Method Summary
Modifier and TypeMethodDescriptionRequired.build()Required.Required.serverName(String serverName) Required.
-
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. -
build
-