Skip to content

Commit ec37024

Browse files
authored
Merge pull request #1383 from dgageot/gopher-faster
Tell gopher to call tools concurrently when possible
2 parents a158bd9 + 4fa503f commit ec37024

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/gopher.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ agents:
4949
- Be proactive in identifying potential issues
5050
- Only ask for clarification if necessary, try your best to use all the tools to get the info you need
5151
52+
**Tools:**
53+
- When needed and possible, call multiple tools concurrently. It's faster and cheaper.
54+
5255
add_date: true
5356
add_environment_info: true
5457
add_prompt_files:
@@ -82,7 +85,7 @@ agents:
8285
description: "Commit local changes"
8386
instruction: |
8487
Based on the below changes: create a single commit with an appropriate message.
85-
88+
8689
- Current git status: !shell(cmd="git status")
8790
- Current git diff (staged and unstaged changes): !shell(cmd="git diff HEAD")
8891
- Current branch: !shell(cmd="git branch --show-current")

0 commit comments

Comments
 (0)