We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85273b commit 4cac4eeCopy full SHA for 4cac4ee
backend/src/websockets/websocket-action.ts
@@ -148,6 +148,7 @@ const onPrompt = async (
148
149
if (prompt) {
150
logger.info({ prompt }, `USER INPUT: ${prompt.slice(0, 100)}`)
151
+ logger.info({ prompt }, `TEST! USER INPUT: ${prompt.slice(0, 100)}`)
152
trackEvent(AnalyticsEvent.USER_INPUT, userId, {
153
prompt,
154
promptId,
0 commit comments