mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
openai compatible support reasoning_content field
This commit is contained in:
parent
282800e394
commit
483cfb29a0
1 changed files with 1 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ const openaiCompatible: VoidStaticProviderInfo = {
|
|||
providerReasoningIOSettings: {
|
||||
// reasoning: we have no idea what endpoint they used, so we can't consistently parse out reasoning
|
||||
input: { includeInPayload: openAICompatIncludeInPayloadReasoning },
|
||||
output: { nameOfFieldInDelta: 'reasoning_content' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue