-
Notifications
You must be signed in to change notification settings - Fork 1
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(feedback): chat and message level feedback #20
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Playwright e2e testsTo view traces locally, unzip the report and run: npx playwright show-report ~/Downloads/playwright-report |
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/index.tsx
Show resolved
Hide resolved
}: { | ||
role: "user" | "assistant" | "system"; | ||
}) { | ||
return `${role[0]}-${nanoid(16)}`; |
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.
I distinguished between roles in development ... do we want to keep?
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.
nice
id, | ||
path: `/aila/${id}`, | ||
id: chatId, | ||
path: `/aila/${chatId}`, |
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.
I don't think we should be storing path against the record, but will remove that another time
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/modify-button.tsx
Show resolved
Hide resolved
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/flag-button.tsx
Show resolved
Hide resolved
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/flag-button.tsx
Outdated
Show resolved
Hide resolved
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/modify-button.tsx
Outdated
Show resolved
Hide resolved
apps/nextjs/src/components/AppComponents/Chat/drop-down-section/chat-section.tsx
Show resolved
Hide resolved
{ label: "Shorten content", enumValue: "SHORTEN_CONTENT" }, | ||
{ label: "Add more detail", enumValue: "ADD_MORE_DETAIL" }, | ||
{ label: "Other", enumValue: "OTHER" }, | ||
] as const; |
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.
👀
Quality Gate passedIssues Measures |
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Co-authored-by: Tom Wise <[email protected]> Co-authored-by: John Roberts <[email protected]>
Description
A combination of
Issue(s)
How to test
Screenshots
How it used to look (delete if n/a):
{screenshots}
How it should now look:
{screenshots}
Checklist