-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Agent output as JSON format (Sequential Agents) #3114
Comments
I have tried both alternatives, but neither recognizes the output as JSON. The output is a JSON, but it cannot be passed as input to a Custom JS Function because it is not recognized as JSON, but rather as LLM output or Agent output. |
yeah currently custom JS function is not possible to be connected to agentflows, will add that support |
I'd also like to have the tool agents and conversational chains being able to use the json output parser! |
I want to use the output of a Agent Node as JSON format
I am using
Sequential Agents
, I have anAgent Node
with otput, for example,{'var1': 'value1', 'var2':'value2'}
. I want to use this output value (node output) as JSON format for using this in input params of aCustom JS function
!I need something like
Structured Output Perser
that i can use in anAgent Node
.The text was updated successfully, but these errors were encountered: