POST /api/conversations/{conversation_id}/ask_agent
Ask the agent a simple question without affecting conversation state.
Parameters
| Name | In | Type | Required | Description |
|---|
conversation_id | path | string | yes | — |
Request body
| Field | Type | Required | Description |
|---|
question | string | yes | The question to ask the agent |
Responses
| Status | Description |
|---|
200 | Successful Response |
404 | Item not found |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|
response | string | yes | The agent's response to the question |
Operation ID: ask_agent_api_conversations__conversation_id__ask_agent_post