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
"Required" field in custom tool is not sent to LLM. This leads to a very weird behaviour - if not ALL the fields are present (including the ones declared as not required) an agent does not use the tool and instead tells me that the instructions have been successfully completed. I've tried various approaches such as saying that the field is optional or not required in the description field.
To Reproduce
Steps to reproduce the behavior:
1 - create a custom tool. mark some fields as not required and send them over to your favourite llm.
2 - analyse via langsmith
3- look at metadata sent to llm
4- see that agent confirms action whilst not really calling the tool
Expected behavior
The agent should invoke the tool when all required
Screenshots
Setup
Installation :pnpm start
Flowise Version - 2.1.1
OS: mac os
Browser chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
"Required" field in custom tool is not sent to LLM. This leads to a very weird behaviour - if not ALL the fields are present (including the ones declared as not required) an agent does not use the tool and instead tells me that the instructions have been successfully completed. I've tried various approaches such as saying that the field is optional or not required in the description field.
To Reproduce
Steps to reproduce the behavior:
1 - create a custom tool. mark some fields as not required and send them over to your favourite llm.
2 - analyse via langsmith
3- look at metadata sent to llm
4- see that agent confirms action whilst not really calling the tool
Expected behavior
The agent should invoke the tool when all required
Screenshots
Setup
pnpm start
The text was updated successfully, but these errors were encountered: