Class MCPServerToolResultStep.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.MCPServerToolResultStep.Builder
- Enclosing class:
- MCPServerToolResultStep
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Required.Name of the tool which is called for this specific tool call.Required.serverName(String serverName) The name of the used MCP server.
-
Method Details
-
callId
Required. ID to match the ID from the function call block. -
name
Name of the tool which is called for this specific tool call. -
result
Required. The output from the MCP server call. Can be simple text or rich content. -
serverName
The name of the used MCP server. -
build
-