Skip to content

Commit dbddade

Browse files
authored
Merge pull request #938 from dgageot/gopher-brave
Improve the search capabilities of the gopher agent
2 parents c6da6e7 + 0162390 commit dbddade

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/gopher.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ agents:
8686

8787
librarian:
8888
model: haiku
89+
description: Documentation librarian. Can search the Web and look for relevant documentation to help the golang developer agent.
8990
instruction: |
9091
You are the librarian, your job is to look for relevant documentation to help the golang developer agent.
9192
When given a query, search the internet for relevant documentation, articles, or resources that can assist in completing the task.
@@ -94,5 +95,5 @@ agents:
9495
- type: mcp
9596
ref: docker:context7
9697
- type: mcp
97-
ref: docker:brave-search
98+
ref: docker:brave
9899
- type: fetch

0 commit comments

Comments
 (0)