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

Add Unit-tests for prompts with expected outcomes #92

Open
Jgmedina95 opened this issue Feb 22, 2024 · 0 comments
Open

Add Unit-tests for prompts with expected outcomes #92

Jgmedina95 opened this issue Feb 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Jgmedina95
Copy link
Contributor

I talked about this with @SamCox822 a while ago. I'll add it here so I don't forget about it in the future.

As we move on and update and improve the system, there are minimal and medium prompts that we would expect to keep working precisely the same. These are the ones I expect to have in the unit test system.
Examples could be as minimal as:

  • Download PDBID
  • Make a plan for ONE-TWO-STEP-TASK
    or a bit more directed like:
  • Use TOOL with PARAMETERS

So that when we change the system prompt, either adding a new tool, changing the output, or descriptions of existing tools, these minimal examples should remain working.

This will not be done with pytest, but maybe as 1) an internal tool that we could call ourselves to keep on check, 2) a recurrent system check that can also alarm us if something funny occurs with the APIs

@Jgmedina95 Jgmedina95 added the enhancement New feature or request label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant