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
411
411
tools :
412
412
T ::Array [
413
413
T . any (
414
- OpenAI ::StructuredOutput ::JsonSchemaConverter
414
+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
415
415
OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
416
416
OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
417
417
)
@@ -543,10 +543,9 @@ module OpenAI
543
543
tools :
544
544
T ::Array [
545
545
T . any (
546
- OpenAI ::StructuredOutput ::JsonSchemaConverter
546
+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
547
547
OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
548
548
OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
549
- OpenAI ::Chat ::ChatCompletionTool ::OrHash ,
550
549
)
551
550
] ,
552
551
top_logprobs : T . nilable ( Integer ) ,
@@ -841,7 +840,7 @@ module OpenAI
841
840
tools :
842
841
T ::Array [
843
842
T . any (
844
- OpenAI ::StructuredOutput ::JsonSchemaConverter
843
+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
845
844
OpenAI ::Chat ::ChatCompletionFunctionTool ,
846
845
OpenAI ::Chat ::ChatCompletionCustomTool
847
846
)
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ module OpenAI
96
96
tools :
97
97
T ::Array [
98
98
T . any (
99
- OpenAI ::StructuredOutput ::JsonSchemaConverter
99
+ OpenAI ::StructuredOutput ::JsonSchemaConverter ,
100
100
OpenAI ::Chat ::ChatCompletionFunctionTool ::OrHash ,
101
101
OpenAI ::Chat ::ChatCompletionCustomTool ::OrHash
102
102
)
You can’t perform that action at this time.
0 commit comments