langchain_outputParserStructured.json•758 B
{
"nodeType": "@n8n/n8n-nodes-langchain.outputParserStructured",
"displayName": "Structured Output Parser",
"description": "Return data in a defined JSON format",
"version": [
1,
1.1,
1.2,
1.3
],
"properties": [],
"credentialsConfig": [],
"io": {
"inputs": [
"AiLanguageModel"
],
"outputs": [
"AiOutputParser"
],
"outputNames": [
"Output Parser"
],
"hints": {
"connectTo": [
"AiChain",
"AiAgent"
]
}
},
"wiring": {
"role": "outputParser",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent",
"AiChain"
],
"consumes": [
"AiLanguageModel"
],
"produces": [
"AiOutputParser"
]
}
}