dtamind-components
Version:
Apps integration for Dtamind. Contain Nodes and Credentials.
4 lines (3 loc) • 386 B
TypeScript
import { CodeExecutionTool, FunctionDeclarationsTool as GoogleGenerativeAIFunctionDeclarationsTool, GoogleSearchRetrievalTool } from '@google/generative-ai';
import { BindToolsInput } from '@langchain/core/language_models/chat_models';
export type GoogleGenerativeAIToolType = BindToolsInput | GoogleGenerativeAIFunctionDeclarationsTool | CodeExecutionTool | GoogleSearchRetrievalTool;