ApiSchemas
ConnectionHook
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
Referenced from ToolCallHook
JSON Schema
{
"type": "object",
"properties": {
"connection": {
"type": "string",
"minLength": 1
}
},
"required": [
"connection"
],
"additionalProperties": false
}