Skip to content

Commit 9638aef

Browse files
committed
fix small type consistency error
1 parent f1a7d12 commit 9638aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/responses/responses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export interface FunctionTool {
352352
/**
353353
* Whether to enforce strict parameter validation. Default `true`.
354354
*/
355-
strict: boolean | null;
355+
strict?: boolean | null;
356356

357357
/**
358358
* The type of the function tool. Always `function`.

0 commit comments

Comments
 (0)