ApiSchemas
ToolCallResult
One shape from the contract, as it appears on the wire.
Used by sessions.annotate, sessions.events, sessions.send
JSON Schema
{
"anyOf": [
{
"$ref": "#/components/schemas/ToolCallOk"
},
{
"$ref": "#/components/schemas/ToolCallErr"
}
]
}