feat: Add google-genai & structured output

This commit is contained in:
2026-07-03 08:02:28 +05:30
parent b4049630ed
commit a305bba66d
8 changed files with 625 additions and 20 deletions

View File

@@ -36,7 +36,7 @@ def initialize_test_db():
"""Create test tables and clean them up after all tests finish."""
global _db_offline
try:
loop = asyncio.get_event_loop_policy().get_event_loop()
loop = asyncio.get_event_loop()
except RuntimeError:
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)