This commit is contained in:
hiyouga 2024-01-21 13:26:12 +08:00
parent ea6db72631
commit 3bc301be02
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ TOOL_SYSTEM_PROMPT = (
"```\n" "```\n"
"Action: the action to take, should be one of [{tool_names}] if using a tool.\n" "Action: the action to take, should be one of [{tool_names}] if using a tool.\n"
"Action Input: the input to the action{format_prompt}.\n" "Action Input: the input to the action{format_prompt}.\n"
"```" "```\n"
) )