feat: add semantic WeChat session actions
This commit is contained in:
@@ -882,6 +882,7 @@ async function bootstrapUserAuth() {
|
||||
wechatScheduleLlmConfigService,
|
||||
llmProviderService,
|
||||
chatIntentRouter,
|
||||
sessionIntentClassifier: ({ text }) => chatIntentRouter?.classifySessionAction({ text }),
|
||||
onPageGenerated: async ({ userId, sessionId, artifacts = [] }) => {
|
||||
for (const artifact of artifacts) {
|
||||
void sendMindSpaceAnalyticsEvent({
|
||||
|
||||
Reference in New Issue
Block a user