@trilogy-data/trilogy-studio-components 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ChatCreatorModal-kqIGFHPN.js → ChatCreatorModal-kIXgcJQp.js} +1 -1
- package/dist/{Dashboard-BhcB9-ov.js → Dashboard-B-YfrO5u.js} +3 -3
- package/dist/{DashboardCreatorInline-Cp8fI1iG.js → DashboardCreatorInline-C6fr4jNo.js} +1 -1
- package/dist/{DashboardMobile-nSuC_ygH.js → DashboardMobile-D911XYkl.js} +20 -20
- package/dist/{LLMConnectionList-CwfSkiq_.js → LLMConnectionList-DZbu1kGq.js} +884 -856
- package/dist/LLMView-C4RQS1B8.js +656 -0
- package/dist/Manager-CoKiEZT-.js +4 -0
- package/dist/{ResultComponent-CDU0FkOQ.js → ResultComponent-fVgARLAb.js} +6 -6
- package/dist/{Sidebar-dZtwrs0v.js → Sidebar-esb9EqnY.js} +289 -268
- package/dist/{TutorialPage-kWCo9lD6.js → TutorialPage-DfA2845i.js} +4 -4
- package/dist/{WelcomePage-BjLQLYt8.js → WelcomePage-LRJvygaE.js} +1 -1
- package/dist/chats/chat.d.ts +11 -1
- package/dist/chats/chat.d.ts.map +1 -1
- package/dist/chats/publishArtifactsToDashboard.d.ts +21 -0
- package/dist/chats/publishArtifactsToDashboard.d.ts.map +1 -0
- package/dist/components/editor/Editor.vue.d.ts +1 -2
- package/dist/components/editor/Editor.vue.d.ts.map +1 -1
- package/dist/components/editor/ResultComponent.vue.d.ts +74 -15
- package/dist/components/editor/ResultComponent.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarLayout.vue.d.ts +14 -2
- package/dist/components/layout/SidebarLayout.vue.d.ts.map +1 -1
- package/dist/components/llm/ArtifactsPane.vue.d.ts +885 -0
- package/dist/components/llm/ArtifactsPane.vue.d.ts.map +1 -0
- package/dist/components/llm/ChatArtifact.vue.d.ts +37 -1
- package/dist/components/llm/ChatArtifact.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMChat.vue.d.ts +18 -3
- package/dist/components/llm/LLMChat.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMChatSplitView.vue.d.ts +858 -702
- package/dist/components/llm/LLMChatSplitView.vue.d.ts.map +1 -1
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts +74 -15
- package/dist/components/llm/LLMEditorRefinement.vue.d.ts.map +1 -1
- package/dist/components/model/ModelCard.vue.d.ts +1 -2
- package/dist/components/model/ModelCard.vue.d.ts.map +1 -1
- package/dist/components/sidebar/ConnectionList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/EditorList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionCreator.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts +2 -2
- package/dist/components/sidebar/LLMConnectionList.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMConnectionListItem.vue.d.ts.map +1 -1
- package/dist/components/sidebar/LLMProviderIcon.vue.d.ts.map +1 -1
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts +75 -17
- package/dist/components/tutorial/TutorialPrompt.vue.d.ts.map +1 -1
- package/dist/composables/useChatWithTools.d.ts.map +1 -1
- package/dist/composables/useEditorRefinement.d.ts.map +1 -1
- package/dist/composables/useToolLoop.d.ts +0 -2
- package/dist/composables/useToolLoop.d.ts.map +1 -1
- package/dist/{cssMode-BgTpWprH.js → cssMode-DCSjJlZ5.js} +1 -1
- package/dist/dashboards/helpers.d.ts.map +1 -1
- package/dist/data/githubStorage.d.ts.map +1 -1
- package/dist/data/localStorage.d.ts.map +1 -1
- package/dist/editors/results.d.ts.map +1 -1
- package/dist/{freemarker2-BCVHBEgI.js → freemarker2-BKjHRYvq.js} +1 -1
- package/dist/{handlebars-CvE5drDj.js → handlebars-D_px6u7k.js} +1 -1
- package/dist/{html-CZGBnyei.js → html-Bm-h8fTq.js} +1 -1
- package/dist/{htmlMode-CzN0D6_N.js → htmlMode-YODzRvjv.js} +1 -1
- package/dist/{javascript-D9vXE5ET.js → javascript-DZrwO1Xq.js} +1 -1
- package/dist/{jsonMode-CY69B03N.js → jsonMode-_ThxxZQx.js} +1 -1
- package/dist/{liquid-D2Izcg9H.js → liquid-I2p3UrJy.js} +1 -1
- package/dist/llm/chatAgentPrompt.d.ts +257 -0
- package/dist/llm/chatAgentPrompt.d.ts.map +1 -1
- package/dist/llm/chatHelpers.d.ts +0 -11
- package/dist/llm/chatHelpers.d.ts.map +1 -1
- package/dist/llm/chatToolExecutor.d.ts +10 -0
- package/dist/llm/chatToolExecutor.d.ts.map +1 -1
- package/dist/llm/consts.d.ts +19 -0
- package/dist/llm/consts.d.ts.map +1 -1
- package/dist/llm/demo.d.ts +37 -0
- package/dist/llm/demo.d.ts.map +1 -0
- package/dist/llm/editorRefinementToolExecutor.d.ts +4 -0
- package/dist/llm/editorRefinementToolExecutor.d.ts.map +1 -1
- package/dist/llm/editorRefinementTools.d.ts +40 -0
- package/dist/llm/editorRefinementTools.d.ts.map +1 -1
- package/dist/llm/index.d.ts +5 -2
- package/dist/llm/index.d.ts.map +1 -1
- package/dist/llm/openrouter.d.ts +5 -0
- package/dist/llm/openrouter.d.ts.map +1 -1
- package/dist/llm/toolLoopCore.d.ts +36 -7
- package/dist/llm/toolLoopCore.d.ts.map +1 -1
- package/dist/llm/utils.d.ts +4 -1
- package/dist/llm/utils.d.ts.map +1 -1
- package/dist/{main-YvioU1lW.js → main-Bjg9NFbT.js} +38078 -37191
- package/dist/main.css +1 -1
- package/dist/main.d.ts +5 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +27 -22
- package/dist/main.umd.cjs +605 -560
- package/dist/{mdx-DfvKDyTa.js → mdx-e5VczKhJ.js} +1 -1
- package/dist/{python-CmewBYeN.js → python-CUAfebEu.js} +1 -1
- package/dist/{razor-C-YsC2u-.js → razor-B95YKGrm.js} +1 -1
- package/dist/stores/chatStore.d.ts.map +1 -1
- package/dist/stores/editorStore.d.ts.map +1 -1
- package/dist/stores/llmStore.d.ts +1 -10
- package/dist/stores/llmStore.d.ts.map +1 -1
- package/dist/stores/queryExecutionService.d.ts +1 -0
- package/dist/stores/queryExecutionService.d.ts.map +1 -1
- package/dist/stores/resolver.d.ts +1 -0
- package/dist/stores/resolver.d.ts.map +1 -1
- package/dist/stores/useScreenNavigation.d.ts.map +1 -1
- package/dist/{tsMode-LfgRVGbQ.js → tsMode-BcjYt2WB.js} +1 -1
- package/dist/{typescript-ChhJ4j27.js → typescript-Ck_cSGyE.js} +1 -1
- package/dist/{useDashboard-vvK-sCbo.js → useDashboard-BnXAbWPO.js} +1 -1
- package/dist/utility/markdownRenderer.d.ts.map +1 -1
- package/dist/views/LLMView.vue.d.ts +2713 -2140
- package/dist/views/LLMView.vue.d.ts.map +1 -1
- package/dist/views/ModelView.vue.d.ts +2 -4
- package/dist/views/ModelView.vue.d.ts.map +1 -1
- package/dist/views/TutorialPage.vue.d.ts +154 -40
- package/dist/views/TutorialPage.vue.d.ts.map +1 -1
- package/dist/{xml-DM40RTTn.js → xml-Do52fQeS.js} +1 -1
- package/dist/{yaml-0wmwSdSU.js → yaml-C8U7HH0M.js} +1 -1
- package/package.json +1 -1
- package/dist/LLMView-e38fpjum.js +0 -558
- package/dist/Manager-CtK5dHJ8.js +0 -4
|
@@ -298,7 +298,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
298
|
addConnection(connection: import('../llm').LLMProvider, checkForDefault?: boolean): import('../llm').LLMProvider;
|
|
299
299
|
resetConnection(name: string): Promise<void>;
|
|
300
300
|
connectionStateToStatus(connection: import('../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
301
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../llm').LLMProvider
|
|
301
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../llm').LLMProvider>;
|
|
302
302
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
303
303
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../stores/llmStore').ValidatedResponse>;
|
|
304
304
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -307,7 +307,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
307
307
|
generateFilterQuery(inputString: string, concepts: import('../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
308
308
|
generateChatName(connectionName: string, messages: import('../llm').LLMMessage[]): Promise<string>;
|
|
309
309
|
generateCompletion(name: string, options: import('../llm').LLMRequestOptions, history?: import('../llm').LLMMessage[] | null): Promise<import('../llm').LLMResponse>;
|
|
310
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
311
310
|
}>;
|
|
312
311
|
modelStore: import('pinia').Store<"models", {
|
|
313
312
|
models: Record<string, import('../models').ModelConfig>;
|
|
@@ -1322,7 +1321,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1322
1321
|
addConnection(connection: import('../llm').LLMProvider, checkForDefault?: boolean): import('../llm').LLMProvider;
|
|
1323
1322
|
resetConnection(name: string): Promise<void>;
|
|
1324
1323
|
connectionStateToStatus(connection: import('../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
1325
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../llm').LLMProvider
|
|
1324
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../llm').LLMProvider>;
|
|
1326
1325
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
1327
1326
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../stores/llmStore').ValidatedResponse>;
|
|
1328
1327
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -1331,7 +1330,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1331
1330
|
generateFilterQuery(inputString: string, concepts: import('../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
1332
1331
|
generateChatName(connectionName: string, messages: import('../llm').LLMMessage[]): Promise<string>;
|
|
1333
1332
|
generateCompletion(name: string, options: import('../llm').LLMRequestOptions, history?: import('../llm').LLMMessage[] | null): Promise<import('../llm').LLMResponse>;
|
|
1334
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
1335
1333
|
}>;
|
|
1336
1334
|
chatStore: import('pinia').Store<"chats", {
|
|
1337
1335
|
chats: Record<string, import('../chats').Chat>;
|
|
@@ -1473,6 +1471,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1473
1471
|
rightSplit: (str: string) => string;
|
|
1474
1472
|
creatorVisible: import('vue').Ref<boolean, boolean>;
|
|
1475
1473
|
isItemSelected: (item: any) => boolean;
|
|
1474
|
+
screenNavigation: import('../stores/useScreenNavigation').NavigationStore;
|
|
1476
1475
|
}, {}, {
|
|
1477
1476
|
connections(): import('../llm').LLMProvider[];
|
|
1478
1477
|
}, {
|
|
@@ -3368,7 +3367,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3368
3367
|
addConnection(connection: import('../llm').LLMProvider, checkForDefault?: boolean): import('../llm').LLMProvider;
|
|
3369
3368
|
resetConnection(name: string): Promise<void>;
|
|
3370
3369
|
connectionStateToStatus(connection: import('../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
3371
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../llm').LLMProvider
|
|
3370
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../llm').LLMProvider>;
|
|
3372
3371
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
3373
3372
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../stores/llmStore').ValidatedResponse>;
|
|
3374
3373
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -3377,7 +3376,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3377
3376
|
generateFilterQuery(inputString: string, concepts: import('../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
3378
3377
|
generateChatName(connectionName: string, messages: import('../llm').LLMMessage[]): Promise<string>;
|
|
3379
3378
|
generateCompletion(name: string, options: import('../llm').LLMRequestOptions, history?: import('../llm').LLMMessage[] | null): Promise<import('../llm').LLMResponse>;
|
|
3380
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
3381
3379
|
}> | undefined;
|
|
3382
3380
|
editorStore: import('pinia').Store<"editors", {
|
|
3383
3381
|
editors: Record<string, import('../editors').Editor>;
|
|
@@ -4292,7 +4290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4292
4290
|
addConnection(connection: import('../llm').LLMProvider, checkForDefault?: boolean): import('../llm').LLMProvider;
|
|
4293
4291
|
resetConnection(name: string): Promise<void>;
|
|
4294
4292
|
connectionStateToStatus(connection: import('../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
4295
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../llm').LLMProvider
|
|
4293
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../llm').LLMProvider>;
|
|
4296
4294
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
4297
4295
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../stores/llmStore').ValidatedResponse>;
|
|
4298
4296
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -4301,7 +4299,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4301
4299
|
generateFilterQuery(inputString: string, concepts: import('../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
4302
4300
|
generateChatName(connectionName: string, messages: import('../llm').LLMMessage[]): Promise<string>;
|
|
4303
4301
|
generateCompletion(name: string, options: import('../llm').LLMRequestOptions, history?: import('../llm').LLMMessage[] | null): Promise<import('../llm').LLMResponse>;
|
|
4304
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
4305
4302
|
}> | undefined;
|
|
4306
4303
|
editorStore: import('pinia').Store<"editors", {
|
|
4307
4304
|
editors: Record<string, import('../editors').Editor>;
|
|
@@ -7641,6 +7638,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7641
7638
|
type: StringConstructor;
|
|
7642
7639
|
default: string;
|
|
7643
7640
|
};
|
|
7641
|
+
renderArtifacts: {
|
|
7642
|
+
type: BooleanConstructor;
|
|
7643
|
+
default: boolean;
|
|
7644
|
+
};
|
|
7644
7645
|
}>> & Readonly<{
|
|
7645
7646
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
7646
7647
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -7650,9 +7651,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7650
7651
|
}>, {
|
|
7651
7652
|
internalMessages: import('vue').Ref<{
|
|
7652
7653
|
artifact?: {
|
|
7653
|
-
|
|
7654
|
+
id: string;
|
|
7655
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7654
7656
|
data: any;
|
|
7655
7657
|
config?: any;
|
|
7658
|
+
hidden?: boolean | undefined;
|
|
7656
7659
|
} | undefined;
|
|
7657
7660
|
executedToolCalls?: {
|
|
7658
7661
|
id: string;
|
|
@@ -7682,9 +7685,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7682
7685
|
}[] | undefined;
|
|
7683
7686
|
}[], import('../main').ChatMessage[] | {
|
|
7684
7687
|
artifact?: {
|
|
7685
|
-
|
|
7688
|
+
id: string;
|
|
7689
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7686
7690
|
data: any;
|
|
7687
7691
|
config?: any;
|
|
7692
|
+
hidden?: boolean | undefined;
|
|
7688
7693
|
} | undefined;
|
|
7689
7694
|
executedToolCalls?: {
|
|
7690
7695
|
id: string;
|
|
@@ -7715,9 +7720,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7715
7720
|
}[]>;
|
|
7716
7721
|
visibleMessages: import('vue').ComputedRef<{
|
|
7717
7722
|
artifact?: {
|
|
7718
|
-
|
|
7723
|
+
id: string;
|
|
7724
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7719
7725
|
data: any;
|
|
7720
7726
|
config?: any;
|
|
7727
|
+
hidden?: boolean | undefined;
|
|
7721
7728
|
} | undefined;
|
|
7722
7729
|
executedToolCalls?: {
|
|
7723
7730
|
id: string;
|
|
@@ -7778,6 +7785,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7778
7785
|
externalLoading: boolean;
|
|
7779
7786
|
stopHandler: (() => void) | null;
|
|
7780
7787
|
stopButtonText: string;
|
|
7788
|
+
renderArtifacts: boolean;
|
|
7781
7789
|
}, true, {}, {}, {
|
|
7782
7790
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7783
7791
|
modelValue: {
|
|
@@ -7912,6 +7920,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7912
7920
|
type: StringConstructor;
|
|
7913
7921
|
default: string;
|
|
7914
7922
|
};
|
|
7923
|
+
renderArtifacts: {
|
|
7924
|
+
type: BooleanConstructor;
|
|
7925
|
+
default: boolean;
|
|
7926
|
+
};
|
|
7915
7927
|
}>> & Readonly<{
|
|
7916
7928
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
7917
7929
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -7921,9 +7933,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7921
7933
|
}>, {
|
|
7922
7934
|
internalMessages: import('vue').Ref<{
|
|
7923
7935
|
artifact?: {
|
|
7924
|
-
|
|
7936
|
+
id: string;
|
|
7937
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7925
7938
|
data: any;
|
|
7926
7939
|
config?: any;
|
|
7940
|
+
hidden?: boolean | undefined;
|
|
7927
7941
|
} | undefined;
|
|
7928
7942
|
executedToolCalls?: {
|
|
7929
7943
|
id: string;
|
|
@@ -7953,9 +7967,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7953
7967
|
}[] | undefined;
|
|
7954
7968
|
}[], import('../main').ChatMessage[] | {
|
|
7955
7969
|
artifact?: {
|
|
7956
|
-
|
|
7970
|
+
id: string;
|
|
7971
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7957
7972
|
data: any;
|
|
7958
7973
|
config?: any;
|
|
7974
|
+
hidden?: boolean | undefined;
|
|
7959
7975
|
} | undefined;
|
|
7960
7976
|
executedToolCalls?: {
|
|
7961
7977
|
id: string;
|
|
@@ -7986,9 +8002,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7986
8002
|
}[]>;
|
|
7987
8003
|
visibleMessages: import('vue').ComputedRef<{
|
|
7988
8004
|
artifact?: {
|
|
7989
|
-
|
|
8005
|
+
id: string;
|
|
8006
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
7990
8007
|
data: any;
|
|
7991
8008
|
config?: any;
|
|
8009
|
+
hidden?: boolean | undefined;
|
|
7992
8010
|
} | undefined;
|
|
7993
8011
|
executedToolCalls?: {
|
|
7994
8012
|
id: string;
|
|
@@ -8049,6 +8067,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8049
8067
|
externalLoading: boolean;
|
|
8050
8068
|
stopHandler: (() => void) | null;
|
|
8051
8069
|
stopButtonText: string;
|
|
8070
|
+
renderArtifacts: boolean;
|
|
8052
8071
|
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
8053
8072
|
messages: {
|
|
8054
8073
|
type: import('vue').PropType<import('../main').ChatMessage[]>;
|
|
@@ -8110,6 +8129,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8110
8129
|
type: StringConstructor;
|
|
8111
8130
|
default: string;
|
|
8112
8131
|
};
|
|
8132
|
+
renderArtifacts: {
|
|
8133
|
+
type: BooleanConstructor;
|
|
8134
|
+
default: boolean;
|
|
8135
|
+
};
|
|
8113
8136
|
}>> & Readonly<{
|
|
8114
8137
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
8115
8138
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -8119,9 +8142,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8119
8142
|
}>, {
|
|
8120
8143
|
internalMessages: import('vue').Ref<{
|
|
8121
8144
|
artifact?: {
|
|
8122
|
-
|
|
8145
|
+
id: string;
|
|
8146
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8123
8147
|
data: any;
|
|
8124
8148
|
config?: any;
|
|
8149
|
+
hidden?: boolean | undefined;
|
|
8125
8150
|
} | undefined;
|
|
8126
8151
|
executedToolCalls?: {
|
|
8127
8152
|
id: string;
|
|
@@ -8151,9 +8176,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8151
8176
|
}[] | undefined;
|
|
8152
8177
|
}[], import('../main').ChatMessage[] | {
|
|
8153
8178
|
artifact?: {
|
|
8154
|
-
|
|
8179
|
+
id: string;
|
|
8180
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8155
8181
|
data: any;
|
|
8156
8182
|
config?: any;
|
|
8183
|
+
hidden?: boolean | undefined;
|
|
8157
8184
|
} | undefined;
|
|
8158
8185
|
executedToolCalls?: {
|
|
8159
8186
|
id: string;
|
|
@@ -8184,9 +8211,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8184
8211
|
}[]>;
|
|
8185
8212
|
visibleMessages: import('vue').ComputedRef<{
|
|
8186
8213
|
artifact?: {
|
|
8187
|
-
|
|
8214
|
+
id: string;
|
|
8215
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8188
8216
|
data: any;
|
|
8189
8217
|
config?: any;
|
|
8218
|
+
hidden?: boolean | undefined;
|
|
8190
8219
|
} | undefined;
|
|
8191
8220
|
executedToolCalls?: {
|
|
8192
8221
|
id: string;
|
|
@@ -8247,6 +8276,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8247
8276
|
externalLoading: boolean;
|
|
8248
8277
|
stopHandler: (() => void) | null;
|
|
8249
8278
|
stopButtonText: string;
|
|
8279
|
+
renderArtifacts: boolean;
|
|
8250
8280
|
}, true, {}, {}, {
|
|
8251
8281
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8252
8282
|
modelValue: {
|
|
@@ -8381,6 +8411,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8381
8411
|
type: StringConstructor;
|
|
8382
8412
|
default: string;
|
|
8383
8413
|
};
|
|
8414
|
+
renderArtifacts: {
|
|
8415
|
+
type: BooleanConstructor;
|
|
8416
|
+
default: boolean;
|
|
8417
|
+
};
|
|
8384
8418
|
}>> & Readonly<{
|
|
8385
8419
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
8386
8420
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -8390,9 +8424,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8390
8424
|
}>, {
|
|
8391
8425
|
internalMessages: import('vue').Ref<{
|
|
8392
8426
|
artifact?: {
|
|
8393
|
-
|
|
8427
|
+
id: string;
|
|
8428
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8394
8429
|
data: any;
|
|
8395
8430
|
config?: any;
|
|
8431
|
+
hidden?: boolean | undefined;
|
|
8396
8432
|
} | undefined;
|
|
8397
8433
|
executedToolCalls?: {
|
|
8398
8434
|
id: string;
|
|
@@ -8422,9 +8458,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8422
8458
|
}[] | undefined;
|
|
8423
8459
|
}[], import('../main').ChatMessage[] | {
|
|
8424
8460
|
artifact?: {
|
|
8425
|
-
|
|
8461
|
+
id: string;
|
|
8462
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8426
8463
|
data: any;
|
|
8427
8464
|
config?: any;
|
|
8465
|
+
hidden?: boolean | undefined;
|
|
8428
8466
|
} | undefined;
|
|
8429
8467
|
executedToolCalls?: {
|
|
8430
8468
|
id: string;
|
|
@@ -8455,9 +8493,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8455
8493
|
}[]>;
|
|
8456
8494
|
visibleMessages: import('vue').ComputedRef<{
|
|
8457
8495
|
artifact?: {
|
|
8458
|
-
|
|
8496
|
+
id: string;
|
|
8497
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8459
8498
|
data: any;
|
|
8460
8499
|
config?: any;
|
|
8500
|
+
hidden?: boolean | undefined;
|
|
8461
8501
|
} | undefined;
|
|
8462
8502
|
executedToolCalls?: {
|
|
8463
8503
|
id: string;
|
|
@@ -8518,6 +8558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8518
8558
|
externalLoading: boolean;
|
|
8519
8559
|
stopHandler: (() => void) | null;
|
|
8520
8560
|
stopButtonText: string;
|
|
8561
|
+
renderArtifacts: boolean;
|
|
8521
8562
|
}> | null>;
|
|
8522
8563
|
messages: import('vue').ComputedRef<import('../main').ChatMessage[]>;
|
|
8523
8564
|
artifacts: import('vue').ComputedRef<import('../main').ChatArtifactType[]>;
|
|
@@ -8609,12 +8650,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8609
8650
|
type: StringConstructor;
|
|
8610
8651
|
default: string;
|
|
8611
8652
|
};
|
|
8653
|
+
renderArtifacts: {
|
|
8654
|
+
type: BooleanConstructor;
|
|
8655
|
+
default: boolean;
|
|
8656
|
+
};
|
|
8612
8657
|
}>, {
|
|
8613
8658
|
internalMessages: import('vue').Ref<{
|
|
8614
8659
|
artifact?: {
|
|
8615
|
-
|
|
8660
|
+
id: string;
|
|
8661
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8616
8662
|
data: any;
|
|
8617
8663
|
config?: any;
|
|
8664
|
+
hidden?: boolean | undefined;
|
|
8618
8665
|
} | undefined;
|
|
8619
8666
|
executedToolCalls?: {
|
|
8620
8667
|
id: string;
|
|
@@ -8644,9 +8691,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8644
8691
|
}[] | undefined;
|
|
8645
8692
|
}[], import('../main').ChatMessage[] | {
|
|
8646
8693
|
artifact?: {
|
|
8647
|
-
|
|
8694
|
+
id: string;
|
|
8695
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8648
8696
|
data: any;
|
|
8649
8697
|
config?: any;
|
|
8698
|
+
hidden?: boolean | undefined;
|
|
8650
8699
|
} | undefined;
|
|
8651
8700
|
executedToolCalls?: {
|
|
8652
8701
|
id: string;
|
|
@@ -8677,9 +8726,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8677
8726
|
}[]>;
|
|
8678
8727
|
visibleMessages: import('vue').ComputedRef<{
|
|
8679
8728
|
artifact?: {
|
|
8680
|
-
|
|
8729
|
+
id: string;
|
|
8730
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
8681
8731
|
data: any;
|
|
8682
8732
|
config?: any;
|
|
8733
|
+
hidden?: boolean | undefined;
|
|
8683
8734
|
} | undefined;
|
|
8684
8735
|
executedToolCalls?: {
|
|
8685
8736
|
id: string;
|
|
@@ -8786,6 +8837,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8786
8837
|
type: StringConstructor;
|
|
8787
8838
|
default: string;
|
|
8788
8839
|
};
|
|
8840
|
+
renderArtifacts: {
|
|
8841
|
+
type: BooleanConstructor;
|
|
8842
|
+
default: boolean;
|
|
8843
|
+
};
|
|
8789
8844
|
}>> & Readonly<{
|
|
8790
8845
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
8791
8846
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -8807,6 +8862,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
8807
8862
|
externalLoading: boolean;
|
|
8808
8863
|
stopHandler: (() => void) | null;
|
|
8809
8864
|
stopButtonText: string;
|
|
8865
|
+
renderArtifacts: boolean;
|
|
8810
8866
|
}, {}, {
|
|
8811
8867
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
8812
8868
|
modelValue: {
|
|
@@ -9944,7 +10000,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9944
10000
|
addConnection(connection: import('../llm').LLMProvider, checkForDefault?: boolean): import('../llm').LLMProvider;
|
|
9945
10001
|
resetConnection(name: string): Promise<void>;
|
|
9946
10002
|
connectionStateToStatus(connection: import('../llm').LLMProvider | null): "running" | "failed" | "disabled" | "connected";
|
|
9947
|
-
newConnection(name: string, type: string, options: Record<string, any>): import('../llm').LLMProvider
|
|
10003
|
+
newConnection(name: string, type: string, options: Record<string, any>): Promise<import('../llm').LLMProvider>;
|
|
9948
10004
|
fetchModelsForProvider(type: string, apiKey: string): Promise<string[]>;
|
|
9949
10005
|
generateValidatedCompletion(base: string, validator?: Function | null, maxAttempts?: number, modelOverride?: string | null, messageHistory?: import('../llm').LLMMessage[] | null, addUserMessage?: boolean): Promise<import('../stores/llmStore').ValidatedResponse>;
|
|
9950
10006
|
generateDashboardCompletion(inputString: string, validator?: Function | null, concepts?: import('../llm').ModelConceptInput[], maxAttempts?: number): Promise<string | null>;
|
|
@@ -9953,7 +10009,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
9953
10009
|
generateFilterQuery(inputString: string, concepts: import('../llm').ModelConceptInput[], validator?: Function | null, maxAttempts?: number): Promise<string | null>;
|
|
9954
10010
|
generateChatName(connectionName: string, messages: import('../llm').LLMMessage[]): Promise<string>;
|
|
9955
10011
|
generateCompletion(name: string, options: import('../llm').LLMRequestOptions, history?: import('../llm').LLMMessage[] | null): Promise<import('../llm').LLMResponse>;
|
|
9956
|
-
shouldAutoContinue(connectionName: string, lastAssistantMessage: string): Promise<boolean>;
|
|
9957
10012
|
}> | undefined;
|
|
9958
10013
|
editorStore: import('pinia').Store<"editors", {
|
|
9959
10014
|
editors: Record<string, import('../editors').Editor>;
|
|
@@ -13293,6 +13348,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13293
13348
|
type: StringConstructor;
|
|
13294
13349
|
default: string;
|
|
13295
13350
|
};
|
|
13351
|
+
renderArtifacts: {
|
|
13352
|
+
type: BooleanConstructor;
|
|
13353
|
+
default: boolean;
|
|
13354
|
+
};
|
|
13296
13355
|
}>> & Readonly<{
|
|
13297
13356
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
13298
13357
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13302,9 +13361,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13302
13361
|
}>, {
|
|
13303
13362
|
internalMessages: import('vue').Ref<{
|
|
13304
13363
|
artifact?: {
|
|
13305
|
-
|
|
13364
|
+
id: string;
|
|
13365
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13306
13366
|
data: any;
|
|
13307
13367
|
config?: any;
|
|
13368
|
+
hidden?: boolean | undefined;
|
|
13308
13369
|
} | undefined;
|
|
13309
13370
|
executedToolCalls?: {
|
|
13310
13371
|
id: string;
|
|
@@ -13334,9 +13395,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13334
13395
|
}[] | undefined;
|
|
13335
13396
|
}[], import('../main').ChatMessage[] | {
|
|
13336
13397
|
artifact?: {
|
|
13337
|
-
|
|
13398
|
+
id: string;
|
|
13399
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13338
13400
|
data: any;
|
|
13339
13401
|
config?: any;
|
|
13402
|
+
hidden?: boolean | undefined;
|
|
13340
13403
|
} | undefined;
|
|
13341
13404
|
executedToolCalls?: {
|
|
13342
13405
|
id: string;
|
|
@@ -13367,9 +13430,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13367
13430
|
}[]>;
|
|
13368
13431
|
visibleMessages: import('vue').ComputedRef<{
|
|
13369
13432
|
artifact?: {
|
|
13370
|
-
|
|
13433
|
+
id: string;
|
|
13434
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13371
13435
|
data: any;
|
|
13372
13436
|
config?: any;
|
|
13437
|
+
hidden?: boolean | undefined;
|
|
13373
13438
|
} | undefined;
|
|
13374
13439
|
executedToolCalls?: {
|
|
13375
13440
|
id: string;
|
|
@@ -13430,6 +13495,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13430
13495
|
externalLoading: boolean;
|
|
13431
13496
|
stopHandler: (() => void) | null;
|
|
13432
13497
|
stopButtonText: string;
|
|
13498
|
+
renderArtifacts: boolean;
|
|
13433
13499
|
}, true, {}, {}, {
|
|
13434
13500
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13435
13501
|
modelValue: {
|
|
@@ -13564,6 +13630,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13564
13630
|
type: StringConstructor;
|
|
13565
13631
|
default: string;
|
|
13566
13632
|
};
|
|
13633
|
+
renderArtifacts: {
|
|
13634
|
+
type: BooleanConstructor;
|
|
13635
|
+
default: boolean;
|
|
13636
|
+
};
|
|
13567
13637
|
}>> & Readonly<{
|
|
13568
13638
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
13569
13639
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13573,9 +13643,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13573
13643
|
}>, {
|
|
13574
13644
|
internalMessages: import('vue').Ref<{
|
|
13575
13645
|
artifact?: {
|
|
13576
|
-
|
|
13646
|
+
id: string;
|
|
13647
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13577
13648
|
data: any;
|
|
13578
13649
|
config?: any;
|
|
13650
|
+
hidden?: boolean | undefined;
|
|
13579
13651
|
} | undefined;
|
|
13580
13652
|
executedToolCalls?: {
|
|
13581
13653
|
id: string;
|
|
@@ -13605,9 +13677,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13605
13677
|
}[] | undefined;
|
|
13606
13678
|
}[], import('../main').ChatMessage[] | {
|
|
13607
13679
|
artifact?: {
|
|
13608
|
-
|
|
13680
|
+
id: string;
|
|
13681
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13609
13682
|
data: any;
|
|
13610
13683
|
config?: any;
|
|
13684
|
+
hidden?: boolean | undefined;
|
|
13611
13685
|
} | undefined;
|
|
13612
13686
|
executedToolCalls?: {
|
|
13613
13687
|
id: string;
|
|
@@ -13638,9 +13712,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13638
13712
|
}[]>;
|
|
13639
13713
|
visibleMessages: import('vue').ComputedRef<{
|
|
13640
13714
|
artifact?: {
|
|
13641
|
-
|
|
13715
|
+
id: string;
|
|
13716
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13642
13717
|
data: any;
|
|
13643
13718
|
config?: any;
|
|
13719
|
+
hidden?: boolean | undefined;
|
|
13644
13720
|
} | undefined;
|
|
13645
13721
|
executedToolCalls?: {
|
|
13646
13722
|
id: string;
|
|
@@ -13701,6 +13777,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13701
13777
|
externalLoading: boolean;
|
|
13702
13778
|
stopHandler: (() => void) | null;
|
|
13703
13779
|
stopButtonText: string;
|
|
13780
|
+
renderArtifacts: boolean;
|
|
13704
13781
|
}> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
13705
13782
|
messages: {
|
|
13706
13783
|
type: import('vue').PropType<import('../main').ChatMessage[]>;
|
|
@@ -13762,6 +13839,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13762
13839
|
type: StringConstructor;
|
|
13763
13840
|
default: string;
|
|
13764
13841
|
};
|
|
13842
|
+
renderArtifacts: {
|
|
13843
|
+
type: BooleanConstructor;
|
|
13844
|
+
default: boolean;
|
|
13845
|
+
};
|
|
13765
13846
|
}>> & Readonly<{
|
|
13766
13847
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
13767
13848
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -13771,9 +13852,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13771
13852
|
}>, {
|
|
13772
13853
|
internalMessages: import('vue').Ref<{
|
|
13773
13854
|
artifact?: {
|
|
13774
|
-
|
|
13855
|
+
id: string;
|
|
13856
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13775
13857
|
data: any;
|
|
13776
13858
|
config?: any;
|
|
13859
|
+
hidden?: boolean | undefined;
|
|
13777
13860
|
} | undefined;
|
|
13778
13861
|
executedToolCalls?: {
|
|
13779
13862
|
id: string;
|
|
@@ -13803,9 +13886,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13803
13886
|
}[] | undefined;
|
|
13804
13887
|
}[], import('../main').ChatMessage[] | {
|
|
13805
13888
|
artifact?: {
|
|
13806
|
-
|
|
13889
|
+
id: string;
|
|
13890
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13807
13891
|
data: any;
|
|
13808
13892
|
config?: any;
|
|
13893
|
+
hidden?: boolean | undefined;
|
|
13809
13894
|
} | undefined;
|
|
13810
13895
|
executedToolCalls?: {
|
|
13811
13896
|
id: string;
|
|
@@ -13836,9 +13921,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13836
13921
|
}[]>;
|
|
13837
13922
|
visibleMessages: import('vue').ComputedRef<{
|
|
13838
13923
|
artifact?: {
|
|
13839
|
-
|
|
13924
|
+
id: string;
|
|
13925
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
13840
13926
|
data: any;
|
|
13841
13927
|
config?: any;
|
|
13928
|
+
hidden?: boolean | undefined;
|
|
13842
13929
|
} | undefined;
|
|
13843
13930
|
executedToolCalls?: {
|
|
13844
13931
|
id: string;
|
|
@@ -13899,6 +13986,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13899
13986
|
externalLoading: boolean;
|
|
13900
13987
|
stopHandler: (() => void) | null;
|
|
13901
13988
|
stopButtonText: string;
|
|
13989
|
+
renderArtifacts: boolean;
|
|
13902
13990
|
}, true, {}, {}, {
|
|
13903
13991
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13904
13992
|
modelValue: {
|
|
@@ -14033,6 +14121,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14033
14121
|
type: StringConstructor;
|
|
14034
14122
|
default: string;
|
|
14035
14123
|
};
|
|
14124
|
+
renderArtifacts: {
|
|
14125
|
+
type: BooleanConstructor;
|
|
14126
|
+
default: boolean;
|
|
14127
|
+
};
|
|
14036
14128
|
}>> & Readonly<{
|
|
14037
14129
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
14038
14130
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14042,9 +14134,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14042
14134
|
}>, {
|
|
14043
14135
|
internalMessages: import('vue').Ref<{
|
|
14044
14136
|
artifact?: {
|
|
14045
|
-
|
|
14137
|
+
id: string;
|
|
14138
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14046
14139
|
data: any;
|
|
14047
14140
|
config?: any;
|
|
14141
|
+
hidden?: boolean | undefined;
|
|
14048
14142
|
} | undefined;
|
|
14049
14143
|
executedToolCalls?: {
|
|
14050
14144
|
id: string;
|
|
@@ -14074,9 +14168,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14074
14168
|
}[] | undefined;
|
|
14075
14169
|
}[], import('../main').ChatMessage[] | {
|
|
14076
14170
|
artifact?: {
|
|
14077
|
-
|
|
14171
|
+
id: string;
|
|
14172
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14078
14173
|
data: any;
|
|
14079
14174
|
config?: any;
|
|
14175
|
+
hidden?: boolean | undefined;
|
|
14080
14176
|
} | undefined;
|
|
14081
14177
|
executedToolCalls?: {
|
|
14082
14178
|
id: string;
|
|
@@ -14107,9 +14203,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14107
14203
|
}[]>;
|
|
14108
14204
|
visibleMessages: import('vue').ComputedRef<{
|
|
14109
14205
|
artifact?: {
|
|
14110
|
-
|
|
14206
|
+
id: string;
|
|
14207
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14111
14208
|
data: any;
|
|
14112
14209
|
config?: any;
|
|
14210
|
+
hidden?: boolean | undefined;
|
|
14113
14211
|
} | undefined;
|
|
14114
14212
|
executedToolCalls?: {
|
|
14115
14213
|
id: string;
|
|
@@ -14170,6 +14268,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14170
14268
|
externalLoading: boolean;
|
|
14171
14269
|
stopHandler: (() => void) | null;
|
|
14172
14270
|
stopButtonText: string;
|
|
14271
|
+
renderArtifacts: boolean;
|
|
14173
14272
|
}> | null>;
|
|
14174
14273
|
messages: import('vue').ComputedRef<import('../main').ChatMessage[]>;
|
|
14175
14274
|
artifacts: import('vue').ComputedRef<import('../main').ChatArtifactType[]>;
|
|
@@ -14261,12 +14360,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14261
14360
|
type: StringConstructor;
|
|
14262
14361
|
default: string;
|
|
14263
14362
|
};
|
|
14363
|
+
renderArtifacts: {
|
|
14364
|
+
type: BooleanConstructor;
|
|
14365
|
+
default: boolean;
|
|
14366
|
+
};
|
|
14264
14367
|
}>, {
|
|
14265
14368
|
internalMessages: import('vue').Ref<{
|
|
14266
14369
|
artifact?: {
|
|
14267
|
-
|
|
14370
|
+
id: string;
|
|
14371
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14268
14372
|
data: any;
|
|
14269
14373
|
config?: any;
|
|
14374
|
+
hidden?: boolean | undefined;
|
|
14270
14375
|
} | undefined;
|
|
14271
14376
|
executedToolCalls?: {
|
|
14272
14377
|
id: string;
|
|
@@ -14296,9 +14401,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14296
14401
|
}[] | undefined;
|
|
14297
14402
|
}[], import('../main').ChatMessage[] | {
|
|
14298
14403
|
artifact?: {
|
|
14299
|
-
|
|
14404
|
+
id: string;
|
|
14405
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14300
14406
|
data: any;
|
|
14301
14407
|
config?: any;
|
|
14408
|
+
hidden?: boolean | undefined;
|
|
14302
14409
|
} | undefined;
|
|
14303
14410
|
executedToolCalls?: {
|
|
14304
14411
|
id: string;
|
|
@@ -14329,9 +14436,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14329
14436
|
}[]>;
|
|
14330
14437
|
visibleMessages: import('vue').ComputedRef<{
|
|
14331
14438
|
artifact?: {
|
|
14332
|
-
|
|
14439
|
+
id: string;
|
|
14440
|
+
type: "results" | "chart" | "code" | "markdown" | "custom";
|
|
14333
14441
|
data: any;
|
|
14334
14442
|
config?: any;
|
|
14443
|
+
hidden?: boolean | undefined;
|
|
14335
14444
|
} | undefined;
|
|
14336
14445
|
executedToolCalls?: {
|
|
14337
14446
|
id: string;
|
|
@@ -14438,6 +14547,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14438
14547
|
type: StringConstructor;
|
|
14439
14548
|
default: string;
|
|
14440
14549
|
};
|
|
14550
|
+
renderArtifacts: {
|
|
14551
|
+
type: BooleanConstructor;
|
|
14552
|
+
default: boolean;
|
|
14553
|
+
};
|
|
14441
14554
|
}>> & Readonly<{
|
|
14442
14555
|
"onMessage-sent"?: ((...args: any[]) => any) | undefined;
|
|
14443
14556
|
"onResponse-received"?: ((...args: any[]) => any) | undefined;
|
|
@@ -14459,6 +14572,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14459
14572
|
externalLoading: boolean;
|
|
14460
14573
|
stopHandler: (() => void) | null;
|
|
14461
14574
|
stopButtonText: string;
|
|
14575
|
+
renderArtifacts: boolean;
|
|
14462
14576
|
}, {}, {
|
|
14463
14577
|
EditableTitle: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14464
14578
|
modelValue: {
|