ApiSchemas
DecisionNotPendingEncoded
One shape from the contract, as it appears on the wire.
Used by sessions.decide
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"DecisionNotPending"
]
},
"sessionId": {
"$ref": "#/components/schemas/SessionId"
},
"toolCallId": {
"$ref": "#/components/schemas/ToolCallId"
}
},
"required": [
"_tag",
"sessionId",
"toolCallId"
],
"additionalProperties": false
}