fix: Invalid escape sequence in prompts (#191)
Fixes the warning: SyntaxWarning: invalid escape sequence '\`'
This commit is contained in:
@@ -281,7 +281,7 @@ for example, format as:
|
|||||||
|
|
||||||
REMEMBER:
|
REMEMBER:
|
||||||
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
||||||
You MUST wrap the dict with backticks (\`).
|
You MUST wrap the dict with backticks (`).
|
||||||
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
||||||
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
||||||
""".strip()
|
""".strip()
|
||||||
@@ -526,7 +526,7 @@ for example, format as:
|
|||||||
|
|
||||||
REMEMBER:
|
REMEMBER:
|
||||||
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
||||||
You MUST wrap the dict with backticks (\`).
|
You MUST wrap the dict with backticks (`).
|
||||||
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
||||||
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
||||||
Our past communication is great, and what you have done is very helpful. I will now give you another task to complete.
|
Our past communication is great, and what you have done is very helpful. I will now give you another task to complete.
|
||||||
@@ -794,7 +794,7 @@ for example, format as:
|
|||||||
|
|
||||||
REMEMBER:
|
REMEMBER:
|
||||||
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
||||||
You MUST wrap the dict with backticks (\`).
|
You MUST wrap the dict with backticks (`).
|
||||||
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
||||||
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
||||||
""".strip()
|
""".strip()
|
||||||
@@ -1062,7 +1062,7 @@ for example, format as:
|
|||||||
|
|
||||||
REMEMBER:
|
REMEMBER:
|
||||||
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
For every step, you should only RETURN ME THE action_type AND parameters I ASKED FOR. NEVER EVER RETURN ME ANYTHING ELSE.
|
||||||
You MUST wrap the dict with backticks (\`).
|
You MUST wrap the dict with backticks (`).
|
||||||
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
You MUST choose and ONLY CHOOSE from the action space above, otherwise your action will be considered as invalid and you will get a penalty.
|
||||||
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
You CAN predict multiple actions at one step, but you should only return one action for each step.
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|||||||
Reference in New Issue
Block a user