-
Notifications
You must be signed in to change notification settings - Fork 45
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 agent feedback policy #404
Add agent feedback policy #404
Conversation
@amirfz It seems that I can only assign a maintainer as the reviewer. So I assigned you to begin with. |
AGENT_FEEDBACK_DESCRIPTION = """You are an intelligent assistant helping the user to complete their task. You have the following task to complete: | ||
|
||
{options} | ||
|
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.
If we don’t have any context for the question, how can the generated question be useful? For example, if I ask ‘What is the biggest?’ the question should specify ‘biggest what?’ or something similar.
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.
@Eyobyb I added the current task and context to the prompt. Could you check with the test case you have and also commit your test case to the test suite?
Description
Add policy that collects feedback from an agent before using the ReACT approach to select an action
Type of change
Related issues
Checklists
To speed up the review process, please follow these checklists:
Development
make format && make lint
)make test
)See the testing guidelines for help on tests, especially those involving web services.
Code review
💔 Thank you for submitting a pull request!