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 62c45d3 commit daaafb5Copy full SHA for daaafb5
packages/backend/src/routes/api/chat.ts
@@ -72,7 +72,7 @@ async function handleChatStream(req: Request, res: Response) {
72
sessionId: sessionId || 'unknown',
73
userId: userId || 'anonymous',
74
input: { messages, prompt: lastUserMessage },
75
- tags: ['sse', 'stream', 'rest-api'],
+ tags: ['stream', 'rest-api'],
76
environment: appConfig.appEnv,
77
})
78
0 commit comments