summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-06 13:03:02 -0500
committerDax Raad <[email protected]>2025-11-06 13:03:12 -0500
commit1ea3a8eb9beeb7d510fd29164ea741acec1ee04d (patch)
tree22c35a0003c6c2cfb998431f8e5180879cbab9d3 /AGENTS.md
parent8729edc5e059a9a29346044b016a6e05d9aca835 (diff)
downloadopencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.tar.gz
opencode-1ea3a8eb9beeb7d510fd29164ea741acec1ee04d.zip
big format
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md46
1 files changed, 23 insertions, 23 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 9c6111b08..22b305dac 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -21,27 +21,27 @@
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"
- }
- }
- ]
- }
+"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"
+}
+}
+]
+}
}