-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
What
Currently, the existing tools return whatever the API call is giving them.
We need to minify and shorten the output schema to only include the fields that are actually relevant and required.
Why
When agent start doing MCP calls, the output from the tool calls gets added to the input tokens/contexts. This can easily explode the context size as well as starts poisoning the LLM context. This is classic output poisoning problem. And this adds to $$ value of the API.
We need to make sure we reduce the output responses.
How
only show:
- url
- full_text (something like the
supplemented full ltextfield existing in the SDE response. This is what SDE actually indexed. So, we can just have this returned. - reliability score
- github metadata
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels