Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c9f6 commit 85f8655Copy full SHA for 85f8655
1 file changed
AGENTS.md
@@ -4,31 +4,4 @@
4
5
## Tool Calling
6
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
17
-"filePath": "path/to/file.tsx"
18
-}
19
-},
20
21
22
23
-"filePath": "path/to/file.ts"
24
25
26
27
28
29
-"filePath": "path/to/file.md"
30
31
32
-]
33
34
+- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
0 commit comments