Replies: 1 comment 2 replies
-
interesting idea, can look at how to do that. was thinking of allowing user to pass in global env var, which then can be used in custom func |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
When POSTing to the flowise completion endpoint, I'd like to include some user-specific information that is then accessible within the Javascript function of a custom tool. I'd rather not include it in the question since I don't want the model to consider it in its response.
Ex: Include a guid from the calling application that is then passed on to an API call made within a custom tool JS function.
Beta Was this translation helpful? Give feedback.
All reactions