Replies: 1 comment 2 replies
-
|
近期有很多类似 codegraph 的工具非常火热,我们也会在最近找个时间系统性的评估一下哪个工具表现比较好,然后集成到 open-code-review 中,我理解它们会以新工具的形式集成进来,而不是完全替代 tool call。 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当前的方案中,对于上下文的查找,是使用built-in tool的方式实现,在需要获取上下文时,会不断的查找文件,读取代码,直到找到or到达工具调用次数上限
像codegraph这样的工具,可以构建代码知识图谱,是否能在上下文查找时更高效的完成?
Beta Was this translation helpful? Give feedback.
All reactions