n8n/packages/@n8n/nodes-langchain/utils
Mutasem Aldmour 8ba6646ada
refactor: Rename property-level builderHint.message to propertyHint
IBuilderHint (node-level) and IParameterBuilderHint (property-level) are
already separate types; this rename makes the naming reflect that. After
this change:

- Node-level only carries searchHint (renamed earlier).
- Property-level only carries propertyHint (this commit) and
  placeholderSupported.

The wire-format mirror in SearchableNodeDescription.builderHint.message is
intentionally unchanged — same blast-radius scope as the earlier
searchHint rename.

Touches 49 files: the type definition, the duplicate ParameterBuilderHint
in workflow-sdk's generate-types, the consumers in instance-ai adapter,
ai-workflow-builder code-builder-search.tool, generate-types JSDoc
emission, and every node that sets builderHint.message on a property,
option, or collection.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 14:10:38 +02:00
..
agent-execution chore: Migrate @n8n/nodes-langchain from Jest to Vitest (#28950) 2026-05-05 08:27:59 +00:00
embeddings chore: Migrate @n8n/nodes-langchain from Jest to Vitest (#28950) 2026-05-05 08:27:59 +00:00
output_parsers chore: Migrate @n8n/nodes-langchain from Jest to Vitest (#28950) 2026-05-05 08:27:59 +00:00
tests fix(core): Skip disabled tool nodes when mapping AI Agent tool sources (#29460) 2026-05-05 15:35:13 +00:00
checkDomainRestrictions.ts fix: Validate OpenAI urls (#24922) 2026-01-27 16:13:18 +00:00
descriptions.test.ts refactor(Structured Output Parser Node): Support schema via expression (#16671) 2025-06-25 09:30:52 +02:00
descriptions.ts refactor: Rename property-level builderHint.message to propertyHint 2026-05-08 14:10:38 +02:00
helpers.ts fix(core): Skip disabled tool nodes when mapping AI Agent tool sources (#29460) 2026-05-05 15:35:13 +00:00
N8nTool.test.ts chore: Migrate @n8n/nodes-langchain from Jest to Vitest (#28950) 2026-05-05 08:27:59 +00:00
N8nTool.ts chore: Update langchain (#22500) 2025-12-01 16:38:55 +01:00
schemaParsing.ts feat(Structured Output Parser Node): Mark all parameters as required for schemas generated from JSON example (#15935) 2025-06-05 12:11:21 +02:00
tracing.test.ts chore: Migrate @n8n/nodes-langchain from Jest to Vitest (#28950) 2026-05-05 08:27:59 +00:00
tracing.ts feat(Agent): Add custom tracing metadata support in Agent Node (#25810) 2026-03-10 11:52:28 +00:00