UNPKG

n8n-nodes-langsmith-prompt

Version:

n8n node to use LangSmith prompt templates with variable substitution

9 lines (8 loc) 296 B
import { ICredentialType, INodeProperties, ICredentialTestRequest } from 'n8n-workflow'; export declare class LangSmithApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }