Skip to content

Commit aad913e

Browse files
authored
Export ChatCompletionInputMessageChunkType from @tasks (#1589)
Required for Responses APi server
1 parent 0284513 commit aad913e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tasks/src/tasks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export type * from "./automatic-speech-recognition/inference.js";
5151
export type {
5252
ChatCompletionInput,
5353
ChatCompletionInputMessage,
54+
ChatCompletionInputMessageChunkType,
5455
ChatCompletionOutput,
5556
ChatCompletionOutputComplete,
5657
ChatCompletionOutputMessage,

0 commit comments

Comments
 (0)