Skip to content

Commit 2a587fb

Browse files
committed
chore: update trace tags
1 parent dcd1f38 commit 2a587fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/apps/pair/common/generateText.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function generateText(prompt: string, $: IGlobalVariable) {
1515
trace.updateTrace({
1616
userId: $.user.email,
1717
environment: appConfig.appEnv,
18-
tags: ['pair', 'action'],
18+
tags: ['pair', 'action', 'generate-text'],
1919
})
2020

2121
trace.update({ input: prompt })

0 commit comments

Comments
 (0)