You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
), the patterns are: "Thought: ", "\nAction: " and "\nAction Input: "
The slight mismatches can sometimes cause parsing mistakes. Ideally, markup tags such as ... should be used but at the very least the mismatches should be made consistent.
The text was updated successfully, but these errors were encountered:
Here (https://github.com/OpenBMB/ToolBench/blob/5b5debedaf8b165ed5ecc30b210423e33f466870/toolbench/utils.py#L9C1-L15C26),
the system prompt is specifying: "\nThought:\nAction\nAction Input:\n"
But in the parser (
ToolBench/toolbench/inference/utils.py
Line 34 in 5b5debe
The slight mismatches can sometimes cause parsing mistakes. Ideally, markup tags such as ... should be used but at the very least the mismatches should be made consistent.
The text was updated successfully, but these errors were encountered: