chore: openai reasoning model cleanup (#7529)
This commit is contained in:
@@ -689,6 +689,7 @@ export type ModelConfig = {
|
||||
context_limit?: number | null;
|
||||
max_tokens?: number | null;
|
||||
model_name: string;
|
||||
reasoning?: boolean | null;
|
||||
/**
|
||||
* Provider-specific request parameters (e.g., anthropic_beta headers)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user