flowise-embed-oc
Version:
Javascript library to display flowise chatbot on your website
16 lines • 477 B
TypeScript
import { FileUpload } from '../Bot';
type Props = {
apiHost?: string;
chatflowid: string;
chatId: string;
agentName: string;
agentMessage: string;
agentArtifacts?: FileUpload[];
backgroundColor?: string;
textColor?: string;
fontSize?: number;
renderHTML?: boolean;
};
export declare const AgentReasoningBubble: (props: Props) => import("solid-js").JSX.Element;
export {};
//# sourceMappingURL=AgentReasoningBubble.d.ts.map