summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
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"
+}
+}
+]
+}
}