Skip to content

Commit 89a8daf

Browse files
seratchvrtnis
authored andcommitted
fix(types): exposing RunHandoffOutputItem type. Fixes #246 (#250)
1 parent 4538698 commit 89a8daf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tender-turtles-carry.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+
Fix #246 by exposing RunHandoffOutputItem type

packages/agents-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export { assistant, system, user } from './helpers/message';
5757
export {
5858
extractAllTextOutput,
5959
RunHandoffCallItem,
60+
RunHandoffOutputItem,
6061
RunItem,
6162
RunMessageOutputItem,
6263
RunReasoningItem,

0 commit comments

Comments
 (0)