-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingexternalExternal dependency related issueExternal dependency related issue
Description
CivicSphere uses Azure OpenAI with Grounding with Bing Search for Azure AI Agents for prototype for ensuring verifiable information.
However, there is a possibility of responding with a factually incorrect information. As in, when prompted for "Who is the president of USA?" it responds Joe Biden. This is an issue with latest GPT-5o-mini models, which impacts accuracy.
Here's the response provided by ChatGPT with GPT-5o-mini for the same prompt:
As of 2025, the President of the United States is **Joe Biden**. He was inaugurated for his second term on January 20, 2025.This would require inspection and experimentation with other LLM models and grounding the agent further by procurement of information from external sources for commonly known information.
Challenges
- Ensuring up-to-date information for the external knowledge base to ensure relevance
- Challenges with data procurement and engineering
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingexternalExternal dependency related issueExternal dependency related issue