AI Agent

Submit a new query for the specific agent and retrieve the agent's response for the given feed query

Submit a new query for the specific agent and retrieve the agent's response for the given feed query.

post/v1/agent/feed

Request body

chat_idstring

ID of the chat

agent_idstring

ID of the agent

tenant_idstring

ID of the tenant

querystring required

User query

Response

Success

suggested_promptsstring[]

List of suggested prompt based on the query

Example response

{
  "conversation_details": {
    "agent_response": {
      "status": "failed"
    }
  }
}

Changes