Skip to content

Commit 3e7c92c

Browse files
isaacbatststainless-app[bot]
authored andcommitted
fix(types): export ParseableToolsParams (#1486)
1 parent 214da39 commit 3e7c92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ResponsesParser.ts

+1-1
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)