POST /agents/{agentId}/chat accepts an optional UUID requestId.
requestId only for an exact retry of the same chat input. Reusing it with different input returns 409 request_id_conflict.
Retry chat requests safely with requestId.
POST /agents/{agentId}/chat accepts an optional UUID requestId.
requestId only for an exact retry of the same chat input. Reusing it with different input returns 409 request_id_conflict.