Replies: 1 comment 4 replies
-
I will get back to you on this but what is your exact goal? It may help me understand what the best approach may be. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hey @danny-avila , for non expert of Langchain, could you pls tell us how to pass extra data, besides user input string, to and from custom plugin. For example, in
PluginsClient.js
: we have this linethis.result = await this.executor.call({ input, signal });
. What if we want to pass extra data such asresponseMessageId
to theexecutor.call
, and what if theStableDiffusionAPI.call
wants to tellPluginsClient
some extra data such as "this is not ready yet pls retrieve the image job 66777"? - Many thanks!Beta Was this translation helpful? Give feedback.
All reactions