summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-22 16:21:49 -0600
committerAiden Cline <[email protected]>2025-12-22 16:21:56 -0600
commit85f8655dfd4557545641a93335fc23fd6d7169e0 (patch)
treebe182f595a6a631eb04e7ef8f48b965c0ef7f2ea
parent9b6c9f64f7cce2be89b9f4826e348da1edeb64a4 (diff)
downloadopencode-85f8655dfd4557545641a93335fc23fd6d7169e0.tar.gz
opencode-85f8655dfd4557545641a93335fc23fd6d7169e0.zip
ignore: agents.md
-rw-r--r--AGENTS.md29
1 files changed, 1 insertions, 28 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 5a95fc509..bbb2a96f2 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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.