Skip to content

Commit eb055b2

Browse files
authored
fix(types): export ParseableToolsParams (#1486)
1 parent e80af47 commit eb055b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ResponsesParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from '../resources/responses/responses';
1515
import { type AutoParseableTextFormat, isAutoParsableResponseFormat } from '../lib/parser';
1616

17-
type ParseableToolsParams = Array<Tool> | ChatCompletionTool | null;
17+
export type ParseableToolsParams = Array<Tool> | ChatCompletionTool | null;
1818

1919
export type ResponseCreateParamsWithTools = ResponseCreateParamsBase & {
2020
tools?: ParseableToolsParams;

0 commit comments

Comments
 (0)