Files
crawlab/frontend/crawlab-ui/typings/components/ui/chat/ChatConfigDialog.vue.d.ts

14 lines
625 B
TypeScript

type __VLS_Props = {
visible: boolean;
providers?: LLMProvider[];
currentConfig: ChatbotConfig;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
confirm: (config: ChatbotConfig) => any;
close: () => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onConfirm?: ((config: ChatbotConfig) => any) | undefined;
onClose?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;