fix: enable web search by default on UI flow if WEB_GROUNDING is enabled

This commit is contained in:
sauravniraula 2025-08-29 12:39:06 +05:45
parent 36bb437f6b
commit 3acfc1dffb
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -67,6 +67,7 @@ async def stream_outlines(
presentation.tone,
presentation.verbosity,
presentation.instructions,
True,
):
# Give control to the event loop
await asyncio.sleep(0)