We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc94860 commit 7974bb1Copy full SHA for 7974bb1
1 file changed
services/apps/profiles_worker/src/workflows/member/processMemberBotAnalysisWithLLM.ts
@@ -1,6 +1,6 @@
1
import { proxyActivities } from '@temporalio/workflow'
2
3
-import { parseLlmJson } from '@crowd/common'
+import { parseLlmJson } from '@crowd/common/src/llm'
4
import { LlmQueryType } from '@crowd/types'
5
6
import * as activities from '../../activities'
0 commit comments