mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-08 20:30:59 +00:00
fix(provider): map qwen reasoning levels to budgets
This commit is contained in:
@@ -122,6 +122,7 @@ export interface ReasoningConfig {
|
||||
export interface ReasoningCapabilities {
|
||||
supported: boolean;
|
||||
levels: ReasoningLevel[];
|
||||
legacy_levels?: ReasoningLevel[];
|
||||
source: 'litellm' | 'provider' | 'manual' | 'unknown';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user