diff options
| author | Aiden Cline <[email protected]> | 2025-12-22 16:21:49 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-22 16:21:56 -0600 |
| commit | 85f8655dfd4557545641a93335fc23fd6d7169e0 (patch) | |
| tree | be182f595a6a631eb04e7ef8f48b965c0ef7f2ea | |
| parent | 9b6c9f64f7cce2be89b9f4826e348da1edeb64a4 (diff) | |
| download | opencode-85f8655dfd4557545641a93335fc23fd6d7169e0.tar.gz opencode-85f8655dfd4557545641a93335fc23fd6d7169e0.zip | |
ignore: agents.md
| -rw-r--r-- | AGENTS.md | 29 |
1 files changed, 1 insertions, 28 deletions
@@ -4,31 +4,4 @@ ## Tool Calling -- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environment: - -json -{ -"recipient_name": "multi_tool_use.parallel", -"parameters": { -"tool_uses": [ -{ -"recipient_name": "functions.read", -"parameters": { -"filePath": "path/to/file.tsx" -} -}, -{ -"recipient_name": "functions.read", -"parameters": { -"filePath": "path/to/file.ts" -} -}, -{ -"recipient_name": "functions.read", -"parameters": { -"filePath": "path/to/file.md" -} -} -] -} -} +- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. |
