You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the conversational AI session is working fairly well in the context of tools, and even being able to provide information back to the agent from the tools - However, is there a way for us to post messages or system level content from the conversation itself to give context to the agent about where the user is, or what actions they have taken?
For instance - Let's say we wanted to post a message to tell the agent that a user is at a particular part of the product so we can build an assistant to help that user fill a form. However, the agent will not know to ask for the fields for that form and call the appropriate function to fill the form, unless the user asks for it specifically while on the page their are interacting with. If I could say "SYSTEM: The user navigated to a particular page, now you should ask the user for X information and can only call these tools in this context".
It feels like right now, I would need to completely re-instantiate the session per page, which causes a very weird behavior, user, and developer story for building assistants.
Is this something I am missing in docs?
The text was updated successfully, but these errors were encountered:
Hi,
Right now, the conversational AI session is working fairly well in the context of tools, and even being able to provide information back to the agent from the tools - However, is there a way for us to post messages or system level content from the conversation itself to give context to the agent about where the user is, or what actions they have taken?
For instance - Let's say we wanted to post a message to tell the agent that a user is at a particular part of the product so we can build an assistant to help that user fill a form. However, the agent will not know to ask for the fields for that form and call the appropriate function to fill the form, unless the user asks for it specifically while on the page their are interacting with. If I could say "SYSTEM: The user navigated to a particular page, now you should ask the user for X information and can only call these tools in this context".
It feels like right now, I would need to completely re-instantiate the session per page, which causes a very weird behavior, user, and developer story for building assistants.
Is this something I am missing in docs?
The text was updated successfully, but these errors were encountered: