Skip to content

Commit 85f8655

Browse files
committed
ignore: agents.md
1 parent 9b6c9f6 commit 85f8655

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

AGENTS.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,4 @@
44

55
## Tool Calling
66

7-
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. Here is an example illustrating how to execute 3 parallel file reads in this chat environment:
8-
9-
json
10-
{
11-
"recipient_name": "multi_tool_use.parallel",
12-
"parameters": {
13-
"tool_uses": [
14-
{
15-
"recipient_name": "functions.read",
16-
"parameters": {
17-
"filePath": "path/to/file.tsx"
18-
}
19-
},
20-
{
21-
"recipient_name": "functions.read",
22-
"parameters": {
23-
"filePath": "path/to/file.ts"
24-
}
25-
},
26-
{
27-
"recipient_name": "functions.read",
28-
"parameters": {
29-
"filePath": "path/to/file.md"
30-
}
31-
}
32-
]
33-
}
34-
}
7+
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.

0 commit comments

Comments
 (0)