Skip to content

Commit d1d7842

Browse files
ianyimiseratch
andauthored
feat: Add ToolOptions to agents-core package export (#704)
Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 2e09baf commit d1d7842

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/heavy-balloons-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openai/agents-core": patch
3+
---
4+
5+
feat: Add ToolOptions to agents-core package export

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)