File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,12 @@ Tool selection guidance:
3636
3737Context management:
3838 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+ For 'search_*' tools specifically:
42+ 1. Use separate 'sort' and 'order' parameters for sorting results if available - do not include 'sort:' syntax in query strings.
43+ 2. Query strings should contain only search criteria (e.g., 'org:google language:python'), not sorting instructions.
44+ 3. For best results: use 'query' for what to find, 'sort' for how to order results, 'order' for direction.`
4045
4146 allInstructions := []string {baseInstruction }
4247 allInstructions = append (allInstructions , instructions ... )
You can’t perform that action at this time.
0 commit comments