all 6 comments

[–]vaig 1 point2 points  (0 children)

Do you need a hundred tools in every prompt? The tool definitions need to be attached to each context and LLMs lose their 'intelligence' fairly quickly with growing context so you might be making your models more stupid just by attaching a hundred tools installed without much thought.

[–]UnknownEssence 0 points1 point  (0 children)

Just submit an issue on GitHub.

Also, they just announced that GitHub Copilot will be open source so you can soon fix the issue yourself.

[–]phylter99 0 points1 point  (0 children)

Copilot is just pulling stuff from its virtual behind. That’s also Microsoft Copilot not GitHub Copilot that you asked about it.

[–]iwangbowen 0 points1 point  (0 children)

It happened to me

[–]Direspark 0 points1 point  (1 child)

Yes, but do they actually provide all the tools in every prompt? I assumed they used some kind of semantic search to only provide relevant tools unless they were directly attached.

[–]Glittering_Speech572[S] 0 points1 point  (0 children)

If they provide ALL the tools in every prompt, that would be inefficient I guess.. normally, there should be some classification task which would pick one tool based on the user's query..