Generative Agent
Get GenerativeAgent state
This API provides the current state of the generative agent for a given conversation.
GET
Query Parameters
Search criteria
Response
200 - application/json
Successfully fetched state of generative agent for a conversation
The last status of the conversation:
ready
- GenerativeAgent is ready to respond to requestsprocessing
- GenerativeAgent is actively processing the conversationwaitingForConfirmation
- GenerativeAgent is expecting an explicit confirmation on the next messagewaitingForAuth
- GenerativeAgent is waiting for the user to login before proceedingtransferredToAgent
- GenerativeAgent is no longer able to provide meaningful responses and has requested the conversation be transferred to a human agenttransferredToSystem
- GenerativeAgent has transferred control of this conversation back to the caller system. However, it will respond if new analyze requests are made
Available options:
ready
, processing
, waitingForConfirmation
, waitingForAuth
, transferredToAgent
, transferredToSystem
ULID identifier of the last asynchronous response that was sent to the customer
Current task TaskBot is executing
Last input variables
Was this page helpful?