-
Notifications
You must be signed in to change notification settings - Fork 31
Include chat histories #584
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
base: main
Are you sure you want to change the base?
Include chat histories #584
Conversation
This is necessary because otherwise, after discarding system prompts, the list of prompts in the test will be empty, which violates our assumption that we will always have at least one user message.
9f32507 to
8199c2f
Compare
pmeier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the Ollama assistant is tested because I do not have API keys for the remaining assistants, but it is identical logic across them all.
This is not your fault or responsibility, but we shouldn't merge without testing them. Let me work on a solution for that.
|
I have tested the Anthropic assistant, and it appears to be working: CC: @pmeier |

This PR sends the full chat histories for each prompt for all assistants.
Only the Ollama assistant is tested because I do not have API keys for the remaining assistants, but it is identical logic across them all.
Edit: I have tested the Anthropic assistant locally and it appears to work