able-jackal-84140
07/13/2025, 8:29 PM@function_tool()
async def search_information_on_internet(
self,
context: RunContext,
query: str,
limit: int,
) -> dict:
"""Look up for the information for a query on internet.
Args:
location: The location to look up weather information for.
"""
# Gives the error
await self.session.say("Playing audio", audio=audio_generator("waiting_message_hindi.wav"), add_to_chat_ctx=False)
# return {"weather": "sunny", "temperature_f": 70}
return {}
tall-airline-16756
07/13/2025, 8:29 PMtall-airline-16756
07/13/2025, 8:30 PM