UNPKG

@coherenceplatform/sdk

Version:

Coherence SDK for embedding AI-powered chat into your applications

22 lines 610 B
export { DEFAULT_CONFIG } from "./defaults.js"; export function getCompleteConfig(userConfig?: {}): { theme: any; oauth: any; demo: any; iframeStyle: any; screenshots: any; chatEndpoint: string; appBackendUrl: any; backendUrl: string; iframeUrl: string; name: string; threadSuggestions: any[]; placeholderText: string; containerElementId: any; toolsEnabled: boolean; inline: boolean; extraContext: any; getExtraContext: any; }; export { DEFAULT_THEME, hexToHsl, createCSSVariablesStyle } from "./theme.js"; //# sourceMappingURL=index.d.ts.map