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
Describe the bug
Using Agentflows and the agent "tool agent", it's returning "output.match is not a function" when I add a tool. such as calculator or SerpAPI
To Reproduce
Steps to reproduce the behaviour: flow 1st steps as in the video https://www.youtube.com/watch?v=YuEw3NTMmT0&t=6s
Create AgentFlow
Add Tool Agent
Add chatAnthropic model
Add buffer memory
Add Calculator (or other tools)
Run the flow and any prompt will trigger the error output.match is not a function". When you delete the calculator the response works as expected
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Flow
If applicable, add exported flow in order to help replicate the problem.
Setup
Installation [npx flowise start, ] and also checked on Render
Describe the bug
Using Agentflows and the agent "tool agent", it's returning "output.match is not a function" when I add a tool. such as calculator or SerpAPI
To Reproduce
Steps to reproduce the behaviour: flow 1st steps as in the video
https://www.youtube.com/watch?v=YuEw3NTMmT0&t=6s
Create AgentFlow
Add Tool Agent
Add chatAnthropic model
Add buffer memory
Add Calculator (or other tools)
Run the flow and any prompt will trigger the error output.match is not a function". When you delete the calculator the response works as expected
Expected behaviour
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Flow
If applicable, add exported flow in order to help replicate the problem.
Setup
npx flowise start
, ] and also checked on RenderAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: