We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ToolInputParameters
ToolOptions
1 parent dd90864 commit a0fc1dcCopy full SHA for a0fc1dc
.changeset/expose-tool-types.md
@@ -0,0 +1,6 @@
1
+---
2
+'@openai/agents-core': patch
3
+'@openai/agents': patch
4
5
+
6
+feat: #794 Expose `ToolInputParameters` and `ToolOptions` from the top-level exports so wrappers can import the tool types
packages/agents-core/src/index.ts
@@ -140,6 +140,7 @@ export {
140
ToolExecuteArgument,
141
ToolEnabledFunction,
142
} from './tool';
143
+export type { ToolInputParameters, ToolOptions } from './tool';
144
export type {
145
ToolOutputText,
146
ToolOutputImage,
0 commit comments