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
I created a tutorial chatflow to learn how the tool agent works. I connected a prompt tempate to a tool and a LLM. Without the tool it works, but with the tool I get this error:
Missing value for input variable tool_schema
I include the following variable in my prompt template: {tool_schema} . But apparently this does not get filled automatically by flowise. If I manually describe the tool, then it works:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a tutorial chatflow to learn how the tool agent works. I connected a prompt tempate to a tool and a LLM. Without the tool it works, but with the tool I get this error:
Missing value for input variable tool_schema
I include the following variable in my prompt template:
{tool_schema}
. But apparently this does not get filled automatically by flowise. If I manually describe the tool, then it works:[{{ "name": "roll_dice", "description": "Rolls a twenty-sided dice.", "parameters": {{}} }}]
What is the correct way to include tool_schemas in the prompt template?
Beta Was this translation helpful? Give feedback.
All reactions