Formatting

This commit is contained in:
Nicolas Mowen 2025-08-09 17:12:09 -06:00
parent 374cd2bb2f
commit 1bea9aec99

View File

@ -81,7 +81,9 @@ class GenAIClient:
return ReviewMetadata.model_validate_json(clean_json)
except Exception as e:
# rarely LLMs can fail to follow directions on output format
logger.warning(f"Failed to parse review description as the response did not match expected format. {e}")
logger.warning(
f"Failed to parse review description as the response did not match expected format. {e}"
)
return None
else:
return None