One assistant turn (SSE)
Run one chat turn through the assistant’s agentic loop: the model decides whether to
call hybrid recall (up to three times), then streams a grounded answer with [n]
citation markers validated against the returned sources. The response is a
server-sent-event stream of JSON events: tool_call and tool_result while the
model searches, delta per answer fragment, then one terminal done (sessionId,
messageId, answer, sources) or error.
Omit sessionId to start a new chat (titled from this message). model overrides
the configured chat model for this turn only; it must support tool calling on
OpenRouter. Requires a chat-capable LLM: offline mode answers 503 with a setup hint.
Body
Response
The SSE event stream for this turn.
The response is of type string.