fix: add missing 'low' value to reasoning effort options
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -55,7 +55,7 @@ _LLM_API_BASE = (
|
||||
)
|
||||
_STRIX_REASONING_EFFORT = os.getenv(
|
||||
"STRIX_REASONING_EFFORT"
|
||||
) # "none", "minimal", "medium", "high", or "xhigh"
|
||||
) # "none", "minimal", "low", "medium", "high", or "xhigh"
|
||||
|
||||
|
||||
class LLMRequestFailedError(Exception):
|
||||
|
||||
Reference in New Issue
Block a user