/**
 * SDK prompt sections for the workflow builder sub-agent.
 *
 * Re-exports from the canonical source in @n8n/workflow-sdk/prompts.
 */

export {
	EXPRESSION_REFERENCE,
	ADDITIONAL_FUNCTIONS,
	WORKFLOW_RULES,
	WORKFLOW_SDK_PATTERNS,
} from '@n8n/workflow-sdk/prompts/sdk-reference';
