Skip to content

Fix subworkflow text #2976

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ Tell n8n which workflow to call. You can choose either:
* **Database** and enter a workflow ID.
* **Parameter** and copy in a complete [workflow JSON](/workflows/export-import.md).

### Workflow Values

--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-sub-nodes/workflow-values.md"

### Specify input schema

/// note | Agent support
The structured input schema requires with a Tools Agent or OpenAI Functions Agent.
///

Enable this option to define the input schema for the workflow you're calling. This is useful when you want to make sure the input data the LLM provides is in the correct format.

**Schema Type**: Define the input structure and validation. You have two options to provide the schema:

--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-sub-nodes/schema-type-structuring.md"
Expand Down
Loading