POST /agent/chat/async/start
Start an asynchronous job to exchange a single prompt from the user in the request. The agent's response to this prompt can be retrieved by calling: GET /agent/chat/async/get/{asyncToken}.
The request must include the sessionId that uniquely identifies a single conversation between the user and the agent (see: POST /agent/session). Only the user that started a session may use its sessionId.Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/agent/chat/async/start
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | AgentChatRequest (application/json) |
Response Object | AsyncJobId (application/json) |