Skip to content

Commit f893e0b

Browse files
committed
notes
1 parent 26c73b9 commit f893e0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ server.setRequestHandler(ListPromptsRequestSchema, async () => {
9696
verbose_log("INFO: ListPrompts");
9797
return {
9898
prompts: [
99+
// TODO! add prompts for various LLMs that tailor instructions to make them optimize use of run_command tool
100+
// idea is, users could insert those manually, or perhaps automatically if necessary, depending on context
101+
// that way you don't need one prompt for everything and certain models won't need any help (i.e. Claude) vs
102+
// llama4 which struggled with old run_script tool (now just stdin on run_command) so it might need some
103+
// special instructions and yeah... I think that's a use case for these prompts
104+
// /prompt llama4 ?
99105
{
100106
name: "run_command",
101107
description:

0 commit comments

Comments
 (0)