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

Build concise agent system prompt #13

Open
2 tasks
halirutan opened this issue Dec 13, 2024 · 0 comments
Open
2 tasks

Build concise agent system prompt #13

halirutan opened this issue Dec 13, 2024 · 0 comments

Comments

@halirutan
Copy link
Collaborator

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?)
@halirutan halirutan added this to the LangGraph transition milestone Dec 13, 2024
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