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 b18af5e commit fc03f3fCopy full SHA for fc03f3f
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