ApiSchemas
AgentNotFoundEncoded
One shape from the contract, as it appears on the wire.
Used by agents.get, agents.getBySlug, agents.imageStatus, agents.promote, agents.rebake, agents.update, agents.versions, sessions.create
JSON Schema
{
"type": "object",
"properties": {
"_tag": {
"type": "string",
"enum": [
"AgentNotFound"
]
},
"agentId": {
"$ref": "#/components/schemas/AgentId"
}
},
"required": [
"_tag",
"agentId"
],
"additionalProperties": false
}