Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Conversational AI] - A way to send system/context messages back to agent #27

Open
logan-jobzmall opened this issue Jan 23, 2025 · 0 comments

Comments

@logan-jobzmall
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant