renamed clean schema to alternate schema

This commit is contained in:
Yousif Astarabadi
2025-07-01 11:50:12 -07:00
parent cafbda1668
commit 58675f4d5a
4 changed files with 24 additions and 24 deletions

View File

@@ -524,8 +524,8 @@ class GeminiMultimodalLiveLLMService(LLMService):
"""
return True
def needs_mcp_clean_schema(self) -> bool:
"""Check if this LLM service requires MCP schema cleaning.
def needs_mcp_alternate_schema(self) -> bool:
"""Check if this LLM service requires alternate MCP schema.
Google/Gemini has stricter JSON schema validation and requires
certain properties to be removed or modified for compatibility.