fix(provider): widen interleaved reasoning fields (#39556)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ecfff673a9
commit
ecc58c5fc2
@@ -1768,9 +1768,13 @@ export type ProviderConfig = {
|
||||
temperature?: boolean
|
||||
tool_call?: boolean
|
||||
interleaved?:
|
||||
| true
|
||||
| boolean
|
||||
| "reasoning"
|
||||
| "reasoning_content"
|
||||
| "reasoning_text"
|
||||
| string
|
||||
| {
|
||||
field: "reasoning" | "reasoning_content" | "reasoning_details"
|
||||
field: "reasoning" | "reasoning_content" | "reasoning_text" | string
|
||||
}
|
||||
cost?: {
|
||||
input: number
|
||||
@@ -2057,7 +2061,7 @@ export type Model = {
|
||||
interleaved:
|
||||
| boolean
|
||||
| {
|
||||
field: "reasoning" | "reasoning_content" | "reasoning_details"
|
||||
field: "reasoning" | "reasoning_content" | "reasoning_text" | string
|
||||
}
|
||||
}
|
||||
cost: {
|
||||
|
||||
Reference in New Issue
Block a user