ApiSchemas
SessionSystemOverride
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions, sessions.children, sessions.create, sessions.decide, sessions.get, sessions.interrupt, sessions.list, sessions.updateMetadata
JSON Schema
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"append",
"replace"
]
},
"text": {
"type": "string"
}
},
"required": [
"mode",
"text"
],
"additionalProperties": false
}