This commit is contained in:
vegu-ai-tools
2026-06-06 20:26:01 +03:00
parent cec258f706
commit d1fa651a72

View File

@@ -461,7 +461,9 @@ class ClientBase:
"""
mode = self.enforce_response_length
if mode == "adaptive":
return "instructions" if self.reason_enabled else "cap_tokens_and_instructions"
return (
"instructions" if self.reason_enabled else "cap_tokens_and_instructions"
)
return mode
@property