Sessions
A conversation "session" between a user and an agent.
Last updated
A conversation "session" between a user and an agent.
Last updated
A session is an entity where an agent and a user interact. A situation is defined to give context to the interaction.
Conversation history is stored within the context of a session.
You should receive a response that resembles the following spec:
This returns a list of all the sessions with the specific metadata filter.
Agent ID
ID of the agent to add to the session
User ID (optional)
ID of the user to add to the session
Situation
A system prompt to describe the background and set the basis of interaction with the "agent".
Metadata (optional)
Extra information to either identify or refer to the session in the application apart from its ID.