Skip to content

Commit 4b9981b

Browse files
authored
feat: Add ToolOptions to core package export
Useful for building higher order functions wrapping the tool function
1 parent 1900729 commit 4b9981b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/agents-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export {
135135
FunctionTool,
136136
FunctionToolResult,
137137
Tool,
138+
ToolOptions,
138139
tool,
139140
ToolExecuteArgument,
140141
ToolEnabledFunction,

0 commit comments

Comments
 (0)