Skip to content

Commit 9544db3

Browse files
committed
reorder
1 parent 8eb9fc9 commit 9544db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/instructions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Context management:
3939
2. Use minimal_output parameter set to true if the full information is not needed to accomplish a task.
4040
4141
Tool usage guidance:
42-
1. For 'search_*' tools: Use separate 'sort' and 'order' parameters for sorting if available - do not include 'sort:' syntax in query strings. Query strings should contain only search criteria (e.g., 'org:google language:python'), not sorting instructions.`
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.`
4343

4444
allInstructions := []string{baseInstruction}
4545
allInstructions = append(allInstructions, instructions...)

0 commit comments

Comments
 (0)