UNPKG

n8n-nodes-smartgent

Version:

SmartGent custom nodes for n8n - AI-powered automation and intelligent workflow integrations including LiteLLM chat completions, SharePoint file monitoring, and enterprise search

4 lines (3 loc) 220 B
import { GraphAccessTokenOptions } from './types'; export declare const getGraphAccessToken: (options: GraphAccessTokenOptions) => Promise<string>; export declare const getGraphAccessTokenFromEnv: () => Promise<string>;