Skip to main content
POST /agents/{agentId}/chat accepts an optional UUID requestId.
Reuse the same requestId only for an exact retry of the same chat input. Reusing it with different input returns 409 request_id_conflict.
Generate the UUID before the first request and persist it until the request succeeds or fails permanently.