Generate the next message in a conversation
POST/conversations/:id/generate
Generates the next message using the specified actor's linked agent or chat.
On completed, the reply is persisted as a new ConversationMessage authored
by that actor. On requires_action, nothing is persisted; the caller must
submit tool outputs via the Agents module and re-invoke generate.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Generation completed or requires action
Invalid request
Unauthorized
Forbidden
Conversation or actor not found
Streaming not implemented