Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions verbs/agent.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@
"required": ["url"]
},
"description": "External MCP servers that provide tools to the LLM. The agent connects at startup via SSE, discovers available tools, and makes them callable by the LLM."
},
"actionHookDelayAction": {
"$ref": "../components/actionHookDelayAction",
"description": "Filler audio (say/play) played to the caller while a tool call is in flight, so the user is not left in silence during long-running tool execution. Same shape as gather's actionHookDelayAction."
}
},
"required": [
Expand Down