Skip to content

Commit 3c21a56

Browse files
author
Howon Lee
committed
sahil ask
1 parent 39fe6de commit 3c21a56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/agent_chat.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ CodeRabbit Chat integrates real-time web search capabilities, enabling it to fet
3737

3838
Set `enabled` to false within `web_search` within `knowledge_base` within the config in order to turn this off.
3939

40-
### Code Definition Integration
40+
### Code Graph Analysis Integration
4141

42-
CodeRabbit Chat is capable of taking definitions of code symbols from the symbol graph that CodeRabbit generates from your codebase. The CodeRabbit Chat response will indicate in its responses if it has found relevant symbols and snippets surrounding symbols in your codebase.
42+
CodeRabbit Chat is capable of analyzing definitions of code symbols from the symbol graph it generates from your codebase. CodeRabbit can use these code definitions to enhance context when providing a chat response and review comments. CodeRabbit Chat will indicate in its response if it has found relevant symbols and snippets surrounding those symbols in your codebase.
4343

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 false in self-hosted CodeRabbit instances to turn this feature off in self-hosted instances.
4545

4646
### Jira and Linear Integration
4747

0 commit comments

Comments
 (0)