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
The agent will always be called with the following structure:
[
("system", "THIS IS THE SYSTEM PROMPT WE NEED"),
("assistant", "Hello, how can I help you"),
("user", "Question 1"),
("assistant", "Answer 1"),
("user", "Question 2"),
...
]
Right now, we only use the basic_intro prompt for the system prompt.
Clean up existing agent prompts after verifying that we collected important info for tool prompts
Take a look at the system prompt again (maybe compare with existing system prompts in langchain hub?)
The text was updated successfully, but these errors were encountered:
The agent will always be called with the following structure:
Right now, we only use the
basic_intro
prompt for the system prompt.The text was updated successfully, but these errors were encountered: