We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbd123 commit 47d660bCopy full SHA for 47d660b
1 file changed
sdk/src/custom-tool.ts
@@ -1,5 +1,5 @@
1
-import type { ToolResultOutput } from '@codebuff/common/types/messages/content-part'
2
import type { ToolName } from '@codebuff/common/tools/constants'
+import type { ToolResultOutput } from '@codebuff/common/types/messages/content-part'
3
import type { z } from 'zod/v4'
4
5
export type CustomToolDefinition<
0 commit comments