fix: use reasoningEffort instead of nested reasoning object for Kilo Gateway (#89)
This commit is contained in:
@@ -355,7 +355,7 @@ export namespace ProviderTransform {
|
||||
OPENAI_EFFORTS.map((effort) => [
|
||||
effort,
|
||||
{
|
||||
reasoning: { effort },
|
||||
reasoningEffort: effort,
|
||||
reasoningSummary: "auto",
|
||||
include: ["reasoning.encrypted_content"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user