We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6929b7a commit f472564Copy full SHA for f472564
sdk/src/custom-tool.ts
@@ -1,6 +1,6 @@
1
import z from 'zod/v4'
2
3
-import type { ToolResultOutput } from '@codebuff/common/types/messages/content-part'
+import type { ToolResultOutput } from '../../common/src/types/messages/content-part'
4
import type { JSONSchema } from 'zod/v4/core'
5
6
export type CustomToolDefinition<
0 commit comments