@aquera/data-visualizer-sdk 0.0.34 → 0.0.35
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/ask-aquera/src/ask-aquera-config.d.ts +19 -0
- package/{chunk-KDB5RXST.js → chunk-6PV5LZQK.js} +1 -1
- package/{chunk-NXAJDSEQ.js → chunk-GTSOWPIG.js} +719 -719
- package/{chunk-DDJDCTLO.js → chunk-JKTRQDUP.js} +1 -1
- package/chunk-UWKQWEH4.js +11 -0
- package/{chunk-WYPKWUCR.js → chunk-WCYACDCD.js} +1 -1
- package/{chunk-LO4RVBEE.js → chunk-WJ4NXG4M.js} +10 -10
- package/{chunk-G6EFZAIZ.js → chunk-XDD4QBC3.js} +1 -1
- package/dashboards/src/dashboards-config.d.ts +1 -0
- package/main.js +1 -1
- package/package.json +1 -1
- package/chunk-KCJGBOLS.js +0 -11
|
@@ -197,6 +197,25 @@ export interface AskAqueraConfig {
|
|
|
197
197
|
header?: boolean;
|
|
198
198
|
locale?: string;
|
|
199
199
|
};
|
|
200
|
+
/**
|
|
201
|
+
* Per-turn chat behaviour sent with every `/v1/conversations/chat` request —
|
|
202
|
+
* distinct from `features.chat` (which only toggles the Conversation tab's UI).
|
|
203
|
+
*/
|
|
204
|
+
chatDefaults?: {
|
|
205
|
+
/**
|
|
206
|
+
* Pre-select an OpenSearch index for this embed instead of showing the
|
|
207
|
+
* list_indices/select_index picker. Ignored for non-OpenSearch connections.
|
|
208
|
+
* Must be one of the caller's own tenant's indices — an index for a
|
|
209
|
+
* different tenant is rejected by the backend.
|
|
210
|
+
*/
|
|
211
|
+
indexName?: string;
|
|
212
|
+
/**
|
|
213
|
+
* false = skip the dashboard planner's clarification cards and generate
|
|
214
|
+
* directly against the prompt, using its own best-guess interpretation
|
|
215
|
+
* instead of asking. Defaults to true (ask when genuinely ambiguous).
|
|
216
|
+
*/
|
|
217
|
+
planningMode?: boolean;
|
|
218
|
+
};
|
|
200
219
|
/**
|
|
201
220
|
* Override any of the element's user-facing text (placeholders, headings,
|
|
202
221
|
* button labels, empty states, error toasts). Every key is optional and
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a,b}from"./chunk-
|
|
1
|
+
import{a,b}from"./chunk-WJ4NXG4M.js";import"./chunk-GTSOWPIG.js";import"./chunk-ZRJYRUTX.js";import"./chunk-T4WJW6GR.js";import"./chunk-JP5QY5S6.js";import"./chunk-FLBVD7RK.js";import"./chunk-FK6H3RFT.js";import"./chunk-SYVY7IJY.js";import"./chunk-DPY4ZJSO.js";import"./chunk-T3NXAI3H.js";import"./chunk-JWVGGQEQ.js";import"./chunk-QXVITQOV.js";import"./chunk-I4TM4AGJ.js";import"./chunk-F6YL5NFN.js";import"./chunk-ATUZQYGW.js";import"./chunk-XCT4UKLK.js";import"./chunk-4XZ7RFFX.js";import"./chunk-YHTLTPEH.js";import"./chunk-LFSX3TZJ.js";import"./chunk-BTDKTIE6.js";import"./chunk-5CTM6JVQ.js";import"./chunk-W2HKCDVZ.js";import"./chunk-MPGDQZRI.js";import"./chunk-HOS2FAXH.js";import"./chunk-INJSG5RK.js";import"./chunk-RCWO45CI.js";import"./chunk-ZW5NV4UO.js";export{a as DVZ_ASK_TAG,b as defineDvzAsk};
|