Skip to content

Commit f472564

Browse files
committed
Fix import in sdk
1 parent 6929b7a commit f472564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/custom-tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import z from 'zod/v4'
22

3-
import type { ToolResultOutput } from '@codebuff/common/types/messages/content-part'
3+
import type { ToolResultOutput } from '../../common/src/types/messages/content-part'
44
import type { JSONSchema } from 'zod/v4/core'
55

66
export type CustomToolDefinition<

0 commit comments

Comments
 (0)