You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/github/instructions.go
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,10 @@ Tool selection guidance:
36
36
37
37
Context management:
38
38
1. Use pagination whenever possible with batches of 5-10 items.
39
-
2. Use minimal_output parameter set to true if the full information is not needed to accomplish a task.`
39
+
2. Use minimal_output parameter set to true if the full information is not needed to accomplish a task.
40
+
41
+
Tool usage guidance:
42
+
1. For 'search_*' tools: Use separate 'sort' and 'order' parameters if available for sorting results - do not include 'sort:' syntax in query strings. Query strings should contain only search criteria (e.g., 'org:google language:python'), not sorting instructions.`
0 commit comments