update
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
All checks were successful
Enterprise AI Code Review / ai-review (pull_request) Successful in 32s
This commit is contained in:
@@ -67,13 +67,13 @@ agents:
|
||||
schedule: "0 0 * * 0" # Cron schedule (weekly)
|
||||
```
|
||||
|
||||
### Chat Agent (Bartender)
|
||||
### Chat Agent (Interactive Chat Agent)
|
||||
|
||||
```yaml
|
||||
agents:
|
||||
chat:
|
||||
enabled: true
|
||||
name: "Bartender" # Display name for the bot
|
||||
name: "CodeBot" # Display name for the bot
|
||||
max_iterations: 5 # Max tool calls per chat
|
||||
tools:
|
||||
- search_codebase # Search repository files
|
||||
@@ -103,7 +103,7 @@ interaction:
|
||||
```
|
||||
|
||||
**Example bot names:**
|
||||
- `@ai-bot` - Default, generic
|
||||
- `@codebot` - Default, generic
|
||||
- `@bartender` - Friendly, conversational
|
||||
- `@uni` - Short, quick to type
|
||||
- `@joey` - Personal assistant
|
||||
@@ -112,7 +112,7 @@ interaction:
|
||||
```yaml
|
||||
interaction:
|
||||
respond_to_mentions: true
|
||||
mention_prefix: "@ai-bot"
|
||||
mention_prefix: "@codebot"
|
||||
commands:
|
||||
- explain # Explain code/issue
|
||||
- suggest # Suggest solutions
|
||||
|
||||
Reference in New Issue
Block a user