We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f1547 commit b61c052Copy full SHA for b61c052
1 file changed
references/ai-chat/src/trigger/chat.ts
@@ -400,6 +400,7 @@ export const aiChat = chat.task({
400
},
401
experimental_telemetry: {
402
isEnabled: true,
403
+ metadata: clientData?.userId ? { userId: clientData.userId } : undefined,
404
405
});
406
0 commit comments