Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]tool agent returning "output.match is not a function" #2999

Closed
thebacons opened this issue Aug 12, 2024 · 3 comments
Closed

[BUG]tool agent returning "output.match is not a function" #2999

thebacons opened this issue Aug 12, 2024 · 3 comments
Labels
bug Something isn't working in-work Issue in work

Comments

@thebacons
Copy link

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
  • Flowise Version flowise@2.0.4
  • OS: [Windows,]
  • Browser [chrome]

Additional context
Add any other context about the problem here.

@HenryHengZJ
Copy link
Contributor

there is a bug in 2.0.4, bugfix here - #2990

@HenryHengZJ HenryHengZJ added bug Something isn't working in-work Issue in work labels Aug 12, 2024
@HenryHengZJ
Copy link
Contributor

should be fixed now!

@thebacons
Copy link
Author

Thanks. That work fine now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in-work Issue in work
Projects
None yet
Development

No branches or pull requests

2 participants