Fix formatting

This commit is contained in:
Nicolas Mowen 2026-03-19 10:33:54 -06:00
parent ba9100b1ff
commit 2ec85a9b2f

View File

@ -106,9 +106,7 @@ class OllamaClient(GenAIClient):
if response_format and response_format.get("type") == "json_schema":
schema = response_format.get("json_schema", {}).get("schema")
if schema:
ollama_options["format"] = self._clean_schema_for_ollama(
schema
)
ollama_options["format"] = self._clean_schema_for_ollama(schema)
result = self.provider.generate(
self.genai_config.model,
prompt,