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.
1 parent 01437b1 commit 6fe3d44Copy full SHA for 6fe3d44
src/lib/ResponsesParser.ts
@@ -14,7 +14,7 @@ import {
14
} from '../resources/responses/responses';
15
import { type AutoParseableTextFormat, isAutoParsableResponseFormat } from '../lib/parser';
16
17
-type ParseableToolsParams = Array<Tool> | ChatCompletionTool | null;
+export type ParseableToolsParams = Array<Tool> | ChatCompletionTool | null;
18
19
export type ResponseCreateParamsWithTools = ResponseCreateParamsBase & {
20
tools?: ParseableToolsParams;
0 commit comments