Skip to content

Commit b448d4c

Browse files
committed
updated broken import path
1 parent 2b24a47 commit b448d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/tools/dspy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { chainOfThoughtTool } from '@/tools/dspy/chain-of-thought'
1+
export { chainOfThoughtTool } from '@/tools/dspy/chain_of_thought'
22
export { predictTool } from '@/tools/dspy/predict'
33
export { reactTool } from '@/tools/dspy/react'
44
export * from '@/tools/dspy/types'

0 commit comments

Comments
 (0)