ApiSchemas
ProviderToolUnsupportedEncoded
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, sessions.create
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"ProviderToolUnsupported"
]
},
"tool": {
"type": "string"
},
"provider": {
"type": "string"
},
"model": {
"type": "string"
},
"reason": {
"type": "string"
}
},
"required": [
"_tag",
"tool",
"provider",
"reason"
],
"additionalProperties": false
}