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.
2 parents d090667 + 09dcc86 commit 542d4acCopy full SHA for 542d4ac
src/providers/open-ai-base/createModelResponse.ts
@@ -62,10 +62,14 @@ export const OpenAICreateModelResponseConfig: ProviderConfig = {
62
param: 'metadata',
63
required: false,
64
},
65
- parallel_tool_calls: {
+ modalities: {
66
param: 'modalities',
67
68
69
+ parallel_tool_calls: {
70
+ param: 'parallel_tool_calls',
71
+ required: false,
72
+ },
73
previous_response_id: {
74
param: 'previous_response_id',
75
0 commit comments