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 prompt configuration information to each question for the chatgpt-based bot #2

Open
cab938 opened this issue Apr 24, 2024 · 0 comments
Assignees

Comments

@cab938
Copy link
Member

cab938 commented Apr 24, 2024

We need a new table/area called "Agent Instructions" which is a per-question prompt and an agent name (e.g. "chatgpt_repair").

The goal is to be able to capture information needed by this file:

https://github.com/machine-teaching-group/gpt-hints-api-202405-app/blob/master/feedback_generation/utils/gpt4hints_gpt35val/config.json

Specifically, contextual information to constrain or guide the chatgpt (or other) agents, like this:

"resources": "Resources:\nYou are only allowed to use the built-in Python modules (in particular, you are expected to use the re module). Don't use other libraries.",

Let's design this and see what a good solution would be.

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

2 participants