Skip to content

Commit 80b7fad

Browse files
author
Howon Lee
committed
punt on the concrete examples
1 parent 54472cf commit 80b7fad

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

Diff for: docs/guides/agent_chat.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,11 @@ Upon being invoked, CodeRabbit processes your request and responds with the nece
2929

3030
CodeRabbit Chat can automatically generate scripts in various programming languages (mainly shell scripting) to answer questions about your codebase. If incorrect or non-running or non-germane shell scripts are created, CodeRabbit goes and tries again, and the whole script iteration process will be displayed to you in an Analysis Flow.
3131

32-
///////// example some crap
33-
///////// example some crap
34-
3532
### Web Search
3633

3734
CodeRabbit Chat integrates real-time web search capabilities, enabling it to fetch up-to-date information to support its responses. The CodeRabbit Chat response will indicate this if it decides to search the web to answer your query.
3835

39-
// example
40-
// how to turn it off
36+
Set `enabled` to false within `web_search` within `knowledge_base` within the config in order to turn this off.
4137

4238
### Jira and Linear Integration
4339

@@ -47,31 +43,22 @@ CodeRabbit Chat can deal with existing issue tracking system integrations in ord
4743

4844
CodeRabbit Chat can insert and delete Learnings from your Learnings database. Simply ask it to do so in plain natural language.
4945

50-
////// example some crap
51-
5246
### Single Step Code Generation
5347

5448
For rapid prototyping and quick fixes, CodeRabbit Chat is capable of generating code snippets in a single step.
5549

56-
// example
57-
5850
### Multi-Step Agentic Flow with Planning
5951

60-
/// github only lol
61-
/// early access lol
62-
63-
When facing complex coding challenges, CodeRabbit Chat supports multi-step agentic flows that involve detailed planning and execution. Once the multi-step workflow is complete, CodeRabbit can automatically issue a pull request for the changes, ensuring that even intricate processes are handled efficiently.
52+
When facing complex coding challenges, CodeRabbit Chat supports multi-step agentic flows that involve detailed planning and execution. Once the multi-step workflow is complete, CodeRabbit can automatically issue a pull request for the changes so you can consent to the code changes or edit them.
6453

6554
CodeRabbit cannot perform further modifications to opened pull requests. From there, it's your turn to checkout the branch and improve it to satisfaction. We believe that this workflow provides a significant headstart to implementing code.
6655

67-
// example
56+
Multi-step agentic flows are currently only available on Github. Multi-step agentic flows are an early access product currently.
6857

6958
### Configuration Changes
7059

7160
CodeRabbit is also capable of managing its own configuration settings upon request. This self-management allows the assistant to dynamically adapt to changing project requirements. By simplifying configuration updates, CodeRabbit helps users quickly adjust to new workflows or requirements without interrupting the development process.
7261

73-
// example
74-
7562
### Help and Feedback
7663

7764
Need help? Join our community on [Discord](https://discord.gg/coderabbit) or contact our support team.

0 commit comments

Comments
 (0)