File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ module OpenAI
411411 tools :
412412 T ::Array [
413413 T . any (
414- OpenAI ::StructuredOutput ::JsonSchemaConverter
414+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
415415 OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
416416 OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
417417 )
@@ -543,10 +543,9 @@ module OpenAI
543543 tools :
544544 T ::Array [
545545 T . any (
546- OpenAI ::StructuredOutput ::JsonSchemaConverter
546+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
547547 OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
548548 OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
549- OpenAI ::Chat ::ChatCompletionTool ::OrHash ,
550549 )
551550 ] ,
552551 top_logprobs : T . nilable ( Integer ) ,
@@ -841,7 +840,7 @@ module OpenAI
841840 tools :
842841 T ::Array [
843842 T . any (
844- OpenAI ::StructuredOutput ::JsonSchemaConverter
843+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
845844 OpenAI ::Chat ::ChatCompletionFunctionTool ,
846845 OpenAI ::Chat ::ChatCompletionCustomTool
847846 )
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ module OpenAI
9696 tools :
9797 T ::Array [
9898 T . any (
99- OpenAI ::StructuredOutput ::JsonSchemaConverter
99+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
100100 OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
101101 OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
102102 )
You can’t perform that action at this time.
0 commit comments