langchain_outputParserAutofixing.json•797 B
{
"nodeType": "@n8n/n8n-nodes-langchain.outputParserAutofixing",
"displayName": "Auto-fixing Output Parser",
"description": "Automatically fix the output if it is not in the correct format",
"version": 1,
"properties": [],
"credentialsConfig": [],
"io": {
"inputs": [
"AiLanguageModel",
"AiOutputParser"
],
"outputs": [
"AiOutputParser"
],
"outputNames": [
"Output Parser"
],
"hints": {
"connectTo": [
"AiChain",
"AiAgent"
]
}
},
"wiring": {
"role": "outputParser",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent",
"AiChain"
],
"consumes": [
"AiLanguageModel",
"AiOutputParser"
],
"produces": [
"AiOutputParser"
]
}
}