mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-29 03:55:15 +02:00
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> |
||
|---|---|---|
| .. | ||
| agent-execution | ||
| embeddings | ||
| output_parsers | ||
| tests | ||
| checkDomainRestrictions.ts | ||
| descriptions.test.ts | ||
| descriptions.ts | ||
| helpers.ts | ||
| N8nTool.test.ts | ||
| N8nTool.ts | ||
| schemaParsing.ts | ||
| tracing.test.ts | ||
| tracing.ts | ||