Azure-Samples / aisearch-openai-rag-audio

A simple example implementation of the VoiceRAG pattern to power interactive voice generative AI experiences using RAG with Azure AI Search and Azure OpenAI's gpt-4o-realtime-preview model.
https://azure.microsoft.com/products/search
MIT License
211 stars 105 forks source link

Fix typo in function calling schema (Engligh -> English) #2

Closed iMicknl closed 3 weeks ago

iMicknl commented 3 weeks ago

This pull request includes a small change to the app/backend/ragtools.py file. The change corrects a typo in the description of the _search_tool_schema.

By the way, great boilerplate project! Looking forward to dive deeper into this! 🚀