|
@@ -952,7 +952,7 @@ const ProviderModalities = Schema.Struct({
|
|
|
const ProviderInterleaved = Schema.Union([
|
|
const ProviderInterleaved = Schema.Union([
|
|
|
Schema.Boolean,
|
|
Schema.Boolean,
|
|
|
Schema.Struct({
|
|
Schema.Struct({
|
|
|
- field: Schema.Literals(["reasoning_content", "reasoning_details"]),
|
|
|
|
|
|
|
+ field: Schema.Literals(["reasoning", "reasoning_content", "reasoning_details"]),
|
|
|
}),
|
|
}),
|
|
|
])
|
|
])
|
|
|
|
|
|