FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
30.25k stars 15.63k forks source link

[BUG] Custom tool is not working #2623

Closed OtrisX closed 3 months ago

OtrisX commented 3 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Try using any custom tool, it never returns anything.

Expected behavior Return the value defined by the custom tool in the javascript function.

Screenshots image image image

Flow test1 Chatflow.json

Setup

HenryHengZJ commented 3 months ago

Try Tool Agent - https://docs.flowiseai.com/use-cases/webhook-tool#flowise

patrickreinan commented 3 months ago

@HenryHengZJ I think we need to change the default SYSTEM MESSAGE from Coversational Agent, because it is only a descriptive text.

@OtrisX try to change the SYSTEM MESSAGE for a "You are a helpful assistant.", for example, and try again.

TMBMode commented 2 months ago

Is this issue solved? I still can't get custom tools working on non-OpenAI models