You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/agent_chat.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ CodeRabbit Chat integrates real-time web search capabilities, enabling it to fet
37
37
38
38
Set`enabled` to false within`web_search` within`knowledge_base` within the config in order to turn this off.
39
39
40
-
###CodeDefinition Integration
40
+
###CodeGraph Analysis Integration
41
41
42
-
CodeRabbit Chat is capable oftaking definitions of code symbols from the symbol graphthat CodeRabbitgenerates from your codebase.TheCodeRabbitChatresponse will indicate in itsresponses if it has found relevant symbols and snippets surrounding symbols in your codebase.
42
+
CodeRabbit Chat is capable ofanalyzing definitions of code symbols from the symbol graphitgenerates from your codebase. CodeRabbitcan use these code definitions to enhance context when providing a chatresponseand review comments. CodeRabbit Chatwill indicate in itsresponse if it has found relevant symbols and snippets surrounding those symbols in your codebase.
43
43
44
-
Set the environment variable`ENABLE_CODE_GRAPH` in self-hosted CodeRabbit instances to turn this feature off.
44
+
Set the environment variable`ENABLE_CODE_GRAPH`to falsein self-hosted CodeRabbit instances to turn this feature off in self-hosted instances.