UNPKG

@n8n/n8n-nodes-langchain

Version:
10 lines (7 loc) 284 B
/** * Google Gemini - Text Resource * Re-exports all operation types for this resource. */ import type { LcGoogleGeminiV11TextMessageNode } from './operation_message'; export * from './operation_message'; export type LcGoogleGeminiV11TextNode = LcGoogleGeminiV11TextMessageNode;