File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,17 @@ export function registerPrompts(server: Server) {
22
22
// llama4 which struggled with old run_script tool (now just stdin on run_command) so it might need some
23
23
// special instructions and yeah... I think that's a use case for these prompts
24
24
// /prompt llama4 ?
25
+ {
26
+ name : "examples" ,
27
+ description :
28
+ "Novel examples of run_command tool use to nudge models to the possibilities. " +
29
+ "Based on assumption that most models understand shell commands/scripts very well." ,
30
+ } ,
25
31
{
26
32
name : "run_command" ,
27
33
description :
28
- "Include command output in the prompt. Instead of a tool call, the user decides what commands are relevant." ,
34
+ "Include command output in the prompt. " +
35
+ "This is effectively a user tool call." ,
29
36
arguments : [
30
37
{
31
38
name : "command" ,
You can’t perform that action at this time.
0 commit comments