ALwrity version 0.5.5
This commit is contained in:
@@ -10,7 +10,7 @@ from pathlib import Path
|
||||
# Add the backend directory to the path
|
||||
sys.path.append(str(Path(__file__).parent / 'backend'))
|
||||
|
||||
from llm_providers.gemini_provider import _clean_schema_for_gemini, _validate_and_fix_schema
|
||||
from services.llm_providers.gemini_provider import _clean_schema_for_gemini, _validate_and_fix_schema
|
||||
|
||||
def test_empty_object_fix():
|
||||
"""Test fixing empty object properties."""
|
||||
|
||||
Reference in New Issue
Block a user