File tree Expand file tree Collapse file tree
packages/opencode/src/tool Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ node_modules
55.env
66.idea
77.vscode
8+ * ~
89openapi.json
910playground
1011tmp
Original file line number Diff line number Diff line change 1717
1818## Tool Calling
1919
20- - ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environnement :
20+ - ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environment :
2121
2222json
2323{
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Usage notes:
2626Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
2727
2828<example_agent_descriptions>
29- "code-reviewer": use this agent after you are done writing a signficant piece of code
29+ "code-reviewer": use this agent after you are done writing a significant piece of code
3030"greeting-responder": use this agent when to respond to user greetings with a friendly joke
3131</example_agent_description>
3232
@@ -45,7 +45,7 @@ function isPrime(n) {
4545}
4646</code>
4747<commentary>
48- Since a signficant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
48+ Since a significant piece of code was written and the task was completed, now use the code-reviewer agent to review the code
4949</commentary>
5050assistant: Now let me use the code-reviewer agent to review the code
5151assistant: Uses the Task tool to launch the code-reviewer agent
You can’t perform that action at this time.
0 commit comments