-
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
fix: only categorise initial user input once #348
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Quality Gate passedIssues Measures |
Playwright test resultsDetails Open report ↗︎ Skipped testsNo persona › tests/auth.test.ts › authenticate through Clerk UI |
That's an interesting distinction between a class and using a "regular" closure I hadn't considered |
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.
Great PR. I tested on the preview branch and it worked as expected
I suppose we would need to add an agent if the user wanted to change the key stage or subject later
I think Aila might try to do its best if you try to change the entire title / subject / key stage but really the best approach there is to start a new lesson |
I think as we change the UI around picking key stage that problem might go away anyway |
🎉 This PR is included in version 1.14.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Back-end only, no user-facing change other than speeding up each message by a few seconds in the initial response time.
How to test