Custom Tool Setup #5316
Unanswered
theangrykangaroo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm running Flowise on a container as well as an api on another container that just exposes a simple API that I wrote to access a simple schema for medical appointments on a postgres DB. The containers can talk and I can run curl commands from my flowise container to my-appointment-api.
API.json
The problem I'm having is when the tool gets called the agent tells me
"I am currently unable to retrieve the member details for member number "0001". There might be an issue with the service. Please try again later or contact support for assistance."
From what I can tell, it doesn't know the structure of the output. I've tried a lot of different variations of the javascript code in my tool, but to no avail. I've attached the current version of what i have in there now:
toolJavaScript.js
I guess I just don't know how to provision this tool. I'd appreciate any insight. Thanks in advance for any help you can provide!
Beta Was this translation helpful? Give feedback.
All reactions