Skip to content

Commit 5833d37

Browse files
committed
Simplify ToolName re-export
1 parent 0a90e9b commit 5833d37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sdk/src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
import type { ToolName as ToolNameType } from '../../common/src/tools/constants'
2-
31
export type * from '../../common/src/types/json'
42
export type * from '../../common/src/types/messages/codebuff-message'
53
export type * from '../../common/src/types/messages/data-content'
64
export type * from '../../common/src/types/print-mode'
75
export type * from './run'
86
// Agent type exports
97
export type { AgentDefinition } from '../../common/src/templates/initial-agents-dir/types/agent-definition'
10-
export type ToolName = ToolNameType
8+
export type { ToolName } from '../../common/src/tools/constants'
119

1210
// Re-export code analysis functionality
1311
export * from '../../packages/code-map/src/index'

0 commit comments

Comments
 (0)