fix: reasoning budget for conflict critic (wave-4 max_tokens truncation)
This commit is contained in:
@@ -93,6 +93,8 @@ def _check_one(cluster: Dict, page_to_b64: Dict[int, str]) -> List[Dict]:
|
||||
user_text=user_text,
|
||||
images_b64=_images_for(cluster, page_to_b64),
|
||||
max_tokens=config.REASON_MAX_TOKENS,
|
||||
reasoning_effort=config.EXTRACT_REASONING_EFFORT or None,
|
||||
reasoning_max_tokens=config.EXTRACT_REASONING_MAX_TOKENS or None,
|
||||
)
|
||||
if isinstance(parsed, list):
|
||||
candidates = parsed
|
||||
|
||||
Reference in New Issue
Block a user