Format all agent RAG tool results as human-readable text#173
Merged
Conversation
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix data access issue in markets card
Fix agent treating live market data as unavailable in synthesized response
Mar 2, 2026
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot
AI
changed the title
Fix agent treating live market data as unavailable in synthesized response
Format all agent RAG tool results as human-readable text
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The AI synthesizer was claiming it had no data (e.g. "I don't have access to the current bitcoin price") even when tools had successfully returned results, because raw JSON (or raw HTML from the
searchtool) was being passed into the RAG context — hard for the model to reliably extract values from.Changes
agent/agent.goif/elseRAG-formatting chain with a centralformatToolResult(toolName, result, args)dispatcher covering every toolformatNewsResult— handles both{"feed":[...]}and{"results":[...], "query":"..."}shapesformatVideoResult— numbered titles + channel namesformatWeatherResult— current conditions + 5-day forecast; uses PascalCase field names matching actualWeatherForecaststruct serializationformatReminderResult— name of Allah, verse, hadith, messageformatSearchResult— tries JSON; falls back tostripHTMLTagssince/searchreturns a full HTML pageformatBlogResult— numbered posts with author, tags, content snippetformatWebSearchResult— numbered results with title and snippetstripHTMLTagshelper (collapses whitespace, caps at 2000 chars)Example output passed to the synthesizer for a markets query:
agent/agent_test.gostripHTMLTags✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.