节点与集成
Structured Output Parser
Use the Structured Output Parser node to return fields based on a JSON Schema.
On this page, you'll find the node parameters for the Structured Output Parser node, and links to more resources.
Node parameters
- Schema Type: Define the output structure and validation. You have two options to provide the schema:
- Generate from JSON Example: Input an example JSON object to automatically generate the schema. The node uses the object property types and names. It ignores the actual values. n8n treats every field as mandatory when generating schemas from JSON examples.
- Define using JSON Schema: Manually input the JSON schema. Read the JSON Schema guides and examples for help creating a valid JSON schema. Please note that we don't support references (using
$ref) in JSON schemas.
Templates and examples
Browse n8n-nodes-langchain.outputparserstructured integration templates or search all templates
Related resources
Refer to LangChain's output parser documentation for more information about the service.
View n8n's Advanced AI documentation.
Common issues
For common questions or issues and suggested solutions, refer to Common issues.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。