-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(product-assistant): a human in the loop for the taxonomy agent #26767
base: master
Are you sure you want to change the base?
Conversation
📸 UI snapshots have been updated8 snapshot changes in total. 0 added, 8 modified, 0 deleted:
Triggered by this commit. |
…thog into feat/agent-human-in-the-loop
|
||
class Conversation(UUIDModel): | ||
user = models.ForeignKey(User, on_delete=models.CASCADE) | ||
team = models.ForeignKey(Team, on_delete=models.CASCADE) |
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.
Now, I think that there should be a ref to the project because property values can differ. @Twixes what do you think?
📸 UI snapshots have been updated10 snapshot changes in total. 0 added, 10 modified, 0 deleted:
Triggered by this commit. |
Problem
If the request is ambiguous or the taxonomy doesn't provide a clear picture, we should ask the user to clarify their request.
Demo
Changes
Further work:
Does this work well for both Cloud and self-hosted?
No
How did you test this code?
Manual testing, Storybook, more unit tests.