ServerToolCallResponsePart Class

Server-side tool response.

Constructor

ServerToolCallResponsePart(server_tool_call_response: dict[str, object], id: str | None = None)

Parameters

Name Description
server_tool_call_response
Required
id
Default value: None

Attributes

id

id: str | None = None

server_tool_call_response

server_tool_call_response: dict[str, object]

type

type: str = 'server_tool_call_response'