fix: support xhigh reasoning effort in usage records for Claude Messages API
Closes #1732
This commit is contained in:
@@ -962,7 +962,7 @@ func NormalizeClaudeOutputEffort(raw string) *string {
|
||||
return nil
|
||||
}
|
||||
switch value {
|
||||
case "low", "medium", "high", "max":
|
||||
case "low", "medium", "high", "xhigh", "max":
|
||||
return &value
|
||||
default:
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user