fix(model): support the configuration to disable reasoning (#494)

This commit is contained in:
junwen-lee
2025-08-02 20:46:44 +08:00
committed by GitHub
parent ccdb79eb36
commit d11aa71c0a
13 changed files with 58 additions and 17 deletions

View File

@@ -63,6 +63,7 @@ type ClaudeConfig struct {
SecretAccessKey string `json:"secret_access_key,omitempty" yaml:"secret_access_key"`
SessionToken string `json:"session_token,omitempty" yaml:"session_token"`
Region string `json:"region,omitempty" yaml:"region"`
BudgetTokens *int `json:"budget_tokens,omitempty" yaml:"budget_tokens"`
}
type ArkConfig struct {