UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 187 B
import type { INodeProperties } from 'n8n-workflow'; export declare function getAdditionalOptions({ supportsThinkingBudget, }: { supportsThinkingBudget: boolean; }): INodeProperties;