-
-
Notifications
You must be signed in to change notification settings - Fork 415
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(presets): add chat onboarding entry #7161
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @regischen and the rest of your teammates on Graphite |
@@ -84,6 +85,8 @@ export class AIProvider { | |||
engine: BlockSuitePresets.AIPhotoEngineService | |||
): void; | |||
|
|||
static provide(id: 'onboarding', fn: (value: boolean) => void): void; |
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.
Should we add onboarding
to AIActions
?
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.
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.
After that, if we can move the AI code to AFFiNE, then this short-term processing is acceptable to me.
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.
agreed
Merge activity
|
2ebdbcf
to
dfd9f0e
Compare
## Features - toeverything/blocksuite#7161 @regischen - toeverything/blocksuite#7142 @pengx17 - toeverything/blocksuite#7166 @Saul-Mirone - toeverything/blocksuite#7151 @donteatfriedrice - toeverything/blocksuite#7164 @pengx17 - toeverything/blocksuite#7163 @donteatfriedrice - toeverything/blocksuite#7156 @donteatfriedrice - toeverything/blocksuite#7160 @pengx17 - toeverything/blocksuite#7158 @golok727 - toeverything/blocksuite#7157 @pengx17 - toeverything/blocksuite#7154 @Saul-Mirone - toeverything/blocksuite#7106 @fundon - toeverything/blocksuite#7136 @fourdim ## Bugfix - toeverything/blocksuite#7171 @zzj3720 - toeverything/blocksuite#7169 @fundon - toeverything/blocksuite#7165 @lawvs ## Refactor - toeverything/blocksuite#7162 @regischen - toeverything/blocksuite#7153 @akumatus - toeverything/blocksuite#7149 @golok727 - toeverything/blocksuite#7152 @Flrande ## Misc - toeverything/blocksuite#7170 @Saul-Mirone - toeverything/blocksuite#7155 @fundon
No description provided.