Skip to content

Commit

Permalink
Yet another prompt enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Jul 29, 2024
1 parent 63f9d28 commit 737c03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipper/pkg/wirepod/ttr/kgsim_cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ var ValidLLMCommands []LLMCommand = []LLMCommand{
},
{
Command: "newVoiceRequest",
Description: "Starts a new voice command from the robot. Use this if you want more input from the user after your response/if you want to carry out a conversation. This goes at the end of your response, if you use it.",
Description: "Starts a new voice command from the robot. Use this if you want more input from the user after your response/if you want to carry out a conversation. Below this, there should be a NOTE telling you whether you are in conversation mode or not. If you are, DONT BE AFRAID TO USE THIS COMMAND! This goes at the end of your response, if you use it.",
ParamChoices: "now",
Action: ActionNewRequest,
SupportedModels: []string{"all"},
Expand Down

0 comments on commit 737c03b

Please sign in to comment.