AgentTriggerType
How the agent task was triggered.
Properties
string
"manual""api""mcp""cli""desktop""scheduled""webhook"
View JSON Schema
{
"type": "string",
"description": "How the agent task was triggered.",
"enum": [
"manual",
"api",
"mcp",
"cli",
"desktop",
"scheduled",
"webhook"
]
}