Edit Message + Re-invoke (Stream)
Stream variant of edit + re-invoke.
TaskUpdateEvent over SSE instead of returning the finalized execution.
See the Agent Gateway overview for the full conversation model.Authorizations
API Key for authentication
Query Parameters
Agent version to run.
Body
text, markdown, json, voice default, harder Per-execution override for the LLM provider (e.g. 'openai', 'anthropic'). Falls back to the agent's configured provider when unset.
Per-execution override for the LLM model name. Falls back to the agent's configured model when unset.
Per-execution override for reasoning effort on reasoning-capable models.
low, medium, high, xhigh Surface that created this execution (mirrored to AgentExecutionHistory.source_node_type). Falls back to SourceNodeType.SDK at persist time when unset.
workbench, sdk, task, assistant, webhook, mcp, a2a, telegram, slack, email, api Forces gateway sub-task dispatch: 'sync' runs all downstream sub-tasks inline, 'async' queues them all, 'auto' restores the computed per-sub-task decision.
sync, async, auto Response
Successful Response

