v11

latestOpenAPI 3.1.02026-07-13161434.4 KB

Inject Message

Inject a user message into a running agent execution.

The message is queued for the agent to absorb at its next natural breakpoint (between iterations). It is also persisted immediately to the conversation history.

Returns 409 if no active execution exists for the conversation.

post/api/chat/inject

Request body

conversation_idstring required
contentstring required

Response

Successful Response

object required
All 16 operations