@liip/liipgpt 3.10.0 → 3.11.0
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/chat/liipgpt-chat.iife.js +1 -1
- package/chat/liipgpt-chat.js +1 -1
- package/config/index.cjs +1 -0
- package/config/index.d.ts +30 -0
- package/config/index.js +1 -0
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/{DoB1D_8H.js → B1_pfFrT.js} +1 -1
- package/configurator/_app/immutable/chunks/{CQKQgM16.js → B7XnzOtp.js} +1 -1
- package/configurator/_app/immutable/chunks/{C3nFRFkd.js → BCwS08XI.js} +2 -2
- package/configurator/_app/immutable/chunks/{DkBX8x2a.js → BJUZhA68.js} +1 -1
- package/configurator/_app/immutable/chunks/{IH_3DU1Z.js → CMvCHhSP.js} +1 -1
- package/configurator/_app/immutable/chunks/{BE15eIcX.js → Ck-AVw0N.js} +2 -2
- package/configurator/_app/immutable/chunks/{DGoyvn3J.js → CzUbCS7s.js} +1 -1
- package/configurator/_app/immutable/chunks/{Bp2fQKa2.js → D-JCQPQm.js} +1 -1
- package/configurator/_app/immutable/chunks/D3wB30_g.js +1 -0
- package/configurator/_app/immutable/chunks/{cTsTcg30.js → DjnNQ9cM.js} +1 -1
- package/configurator/_app/immutable/chunks/{N6jOC-pH.js → ZTjVhqEP.js} +1 -1
- package/configurator/_app/immutable/chunks/{cZD35eXJ.js → _oGHvI2z.js} +1 -1
- package/configurator/_app/immutable/chunks/{C5-Xjgie.js → avJin-Fq.js} +1 -1
- package/configurator/_app/immutable/chunks/{DCaDs1kM.js → eDqi3535.js} +1 -1
- package/configurator/_app/immutable/chunks/{CehiXGW0.js → pHVM4a9g.js} +1 -1
- package/configurator/_app/immutable/chunks/s8dY_eYY.js +1 -0
- package/configurator/_app/immutable/entry/{app.C8tlSXPA.js → app.J7WXZUmQ.js} +2 -2
- package/configurator/_app/immutable/entry/start.BqxvRB3w.js +1 -0
- package/configurator/_app/immutable/nodes/{0.DCB0I300.js → 0.RUKKNLNS.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.B1zFGe7K.js → 1.QacfMzbd.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.CrdD7F_a.js → 2.B9VbxGZZ.js} +3 -3
- package/configurator/_app/immutable/nodes/{3.W2IWRGSL.js → 3.CIoPlU9V.js} +1 -1
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +6 -6
- package/configurator/sidebar.html +6 -6
- package/index.cjs +286 -281
- package/index.d.ts +114 -0
- package/index.js +285 -280
- package/package.json +1 -1
- package/search-summary/liipgpt-search-summary.iife.js +1 -1
- package/search-summary/liipgpt-search-summary.js +1 -1
- package/configurator/_app/immutable/chunks/BDBbhPa3.js +0 -1
- package/configurator/_app/immutable/chunks/Dgkk1Fhx.js +0 -1
- package/configurator/_app/immutable/entry/start.CuNeX-jt.js +0 -1
package/index.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export declare const conversationStateSchema: z.ZodMiniEnum<{
|
|
|
101
101
|
answering: "answering";
|
|
102
102
|
}>;
|
|
103
103
|
declare const chatReferenceSchema: z.ZodMiniObject<{
|
|
104
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
104
105
|
url: z.ZodMiniString<string>;
|
|
105
106
|
score: z.ZodMiniNumber<number>;
|
|
106
107
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -132,6 +133,7 @@ declare const chatReferenceSchema: z.ZodMiniObject<{
|
|
|
132
133
|
}, z.core.$strip>;
|
|
133
134
|
}, z.core.$strip>;
|
|
134
135
|
declare const chatReferenceWithIndexesSchema: z.ZodMiniObject<{
|
|
136
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
135
137
|
url: z.ZodMiniString<string>;
|
|
136
138
|
score: z.ZodMiniNumber<number>;
|
|
137
139
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -168,6 +170,7 @@ declare const chatReferenceWithIndexesSchema: z.ZodMiniObject<{
|
|
|
168
170
|
}, z.core.$strip>;
|
|
169
171
|
declare const chatReferencesSchema: z.ZodMiniObject<{
|
|
170
172
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
173
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
171
174
|
url: z.ZodMiniString<string>;
|
|
172
175
|
score: z.ZodMiniNumber<number>;
|
|
173
176
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -203,6 +206,7 @@ declare const chatReferencesSchema: z.ZodMiniObject<{
|
|
|
203
206
|
}, z.core.$strip>;
|
|
204
207
|
}, z.core.$strip>>;
|
|
205
208
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
209
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
206
210
|
url: z.ZodMiniString<string>;
|
|
207
211
|
score: z.ZodMiniNumber<number>;
|
|
208
212
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -238,6 +242,7 @@ declare const chatReferencesSchema: z.ZodMiniObject<{
|
|
|
238
242
|
}, z.core.$strip>;
|
|
239
243
|
}, z.core.$strip>>;
|
|
240
244
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
245
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
241
246
|
url: z.ZodMiniString<string>;
|
|
242
247
|
score: z.ZodMiniNumber<number>;
|
|
243
248
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -300,6 +305,7 @@ export declare const chatMessageBotStreamingSchema: z.ZodMiniObject<{
|
|
|
300
305
|
}, z.core.$strip>;
|
|
301
306
|
references: z.ZodMiniObject<{
|
|
302
307
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
308
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
303
309
|
url: z.ZodMiniString<string>;
|
|
304
310
|
score: z.ZodMiniNumber<number>;
|
|
305
311
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -335,6 +341,7 @@ export declare const chatMessageBotStreamingSchema: z.ZodMiniObject<{
|
|
|
335
341
|
}, z.core.$strip>;
|
|
336
342
|
}, z.core.$strip>>;
|
|
337
343
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
344
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
338
345
|
url: z.ZodMiniString<string>;
|
|
339
346
|
score: z.ZodMiniNumber<number>;
|
|
340
347
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -370,6 +377,7 @@ export declare const chatMessageBotStreamingSchema: z.ZodMiniObject<{
|
|
|
370
377
|
}, z.core.$strip>;
|
|
371
378
|
}, z.core.$strip>>;
|
|
372
379
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
380
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
373
381
|
url: z.ZodMiniString<string>;
|
|
374
382
|
score: z.ZodMiniNumber<number>;
|
|
375
383
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -443,6 +451,7 @@ export declare const chatMessageBotLoadingSchema: z.ZodMiniObject<{
|
|
|
443
451
|
}, z.core.$strip>;
|
|
444
452
|
references: z.ZodMiniObject<{
|
|
445
453
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
454
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
446
455
|
url: z.ZodMiniString<string>;
|
|
447
456
|
score: z.ZodMiniNumber<number>;
|
|
448
457
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -478,6 +487,7 @@ export declare const chatMessageBotLoadingSchema: z.ZodMiniObject<{
|
|
|
478
487
|
}, z.core.$strip>;
|
|
479
488
|
}, z.core.$strip>>;
|
|
480
489
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
490
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
481
491
|
url: z.ZodMiniString<string>;
|
|
482
492
|
score: z.ZodMiniNumber<number>;
|
|
483
493
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -513,6 +523,7 @@ export declare const chatMessageBotLoadingSchema: z.ZodMiniObject<{
|
|
|
513
523
|
}, z.core.$strip>;
|
|
514
524
|
}, z.core.$strip>>;
|
|
515
525
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
526
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
516
527
|
url: z.ZodMiniString<string>;
|
|
517
528
|
score: z.ZodMiniNumber<number>;
|
|
518
529
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -584,6 +595,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
584
595
|
}, z.core.$strip>;
|
|
585
596
|
references: z.ZodMiniObject<{
|
|
586
597
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
598
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
587
599
|
url: z.ZodMiniString<string>;
|
|
588
600
|
score: z.ZodMiniNumber<number>;
|
|
589
601
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -619,6 +631,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
619
631
|
}, z.core.$strip>;
|
|
620
632
|
}, z.core.$strip>>;
|
|
621
633
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
634
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
622
635
|
url: z.ZodMiniString<string>;
|
|
623
636
|
score: z.ZodMiniNumber<number>;
|
|
624
637
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -654,6 +667,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
654
667
|
}, z.core.$strip>;
|
|
655
668
|
}, z.core.$strip>>;
|
|
656
669
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
670
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
657
671
|
url: z.ZodMiniString<string>;
|
|
658
672
|
score: z.ZodMiniNumber<number>;
|
|
659
673
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -724,6 +738,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
724
738
|
}, z.core.$strip>;
|
|
725
739
|
references: z.ZodMiniObject<{
|
|
726
740
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
741
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
727
742
|
url: z.ZodMiniString<string>;
|
|
728
743
|
score: z.ZodMiniNumber<number>;
|
|
729
744
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -759,6 +774,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
759
774
|
}, z.core.$strip>;
|
|
760
775
|
}, z.core.$strip>>;
|
|
761
776
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
777
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
762
778
|
url: z.ZodMiniString<string>;
|
|
763
779
|
score: z.ZodMiniNumber<number>;
|
|
764
780
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -794,6 +810,7 @@ export declare const chatContentSchema: z.ZodMiniUnion<readonly [
|
|
|
794
810
|
}, z.core.$strip>;
|
|
795
811
|
}, z.core.$strip>>;
|
|
796
812
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
813
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
797
814
|
url: z.ZodMiniString<string>;
|
|
798
815
|
score: z.ZodMiniNumber<number>;
|
|
799
816
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -870,6 +887,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
870
887
|
}, z.core.$strip>;
|
|
871
888
|
references: z.ZodMiniObject<{
|
|
872
889
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
890
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
873
891
|
url: z.ZodMiniString<string>;
|
|
874
892
|
score: z.ZodMiniNumber<number>;
|
|
875
893
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -905,6 +923,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
905
923
|
}, z.core.$strip>;
|
|
906
924
|
}, z.core.$strip>>;
|
|
907
925
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
926
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
908
927
|
url: z.ZodMiniString<string>;
|
|
909
928
|
score: z.ZodMiniNumber<number>;
|
|
910
929
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -940,6 +959,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
940
959
|
}, z.core.$strip>;
|
|
941
960
|
}, z.core.$strip>>;
|
|
942
961
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
962
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
943
963
|
url: z.ZodMiniString<string>;
|
|
944
964
|
score: z.ZodMiniNumber<number>;
|
|
945
965
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -1010,6 +1030,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
1010
1030
|
}, z.core.$strip>;
|
|
1011
1031
|
references: z.ZodMiniObject<{
|
|
1012
1032
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
1033
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1013
1034
|
url: z.ZodMiniString<string>;
|
|
1014
1035
|
score: z.ZodMiniNumber<number>;
|
|
1015
1036
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -1045,6 +1066,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
1045
1066
|
}, z.core.$strip>;
|
|
1046
1067
|
}, z.core.$strip>>;
|
|
1047
1068
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
1069
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1048
1070
|
url: z.ZodMiniString<string>;
|
|
1049
1071
|
score: z.ZodMiniNumber<number>;
|
|
1050
1072
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -1080,6 +1102,7 @@ export declare const chatMessageSchema: z.ZodMiniUnion<readonly [
|
|
|
1080
1102
|
}, z.core.$strip>;
|
|
1081
1103
|
}, z.core.$strip>>;
|
|
1082
1104
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
1105
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
1083
1106
|
url: z.ZodMiniString<string>;
|
|
1084
1107
|
score: z.ZodMiniNumber<number>;
|
|
1085
1108
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -1255,6 +1278,7 @@ export declare class MarkdownRenderer {
|
|
|
1255
1278
|
toHTML(markdown: string, references: ChatReferences): string;
|
|
1256
1279
|
}
|
|
1257
1280
|
export interface UsedLink {
|
|
1281
|
+
citationId?: string;
|
|
1258
1282
|
url: string;
|
|
1259
1283
|
title: string;
|
|
1260
1284
|
type?: string;
|
|
@@ -2720,6 +2744,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2720
2744
|
}, z.core.$strip>;
|
|
2721
2745
|
references: z.ZodMiniObject<{
|
|
2722
2746
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2747
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2723
2748
|
url: z.ZodMiniString<string>;
|
|
2724
2749
|
score: z.ZodMiniNumber<number>;
|
|
2725
2750
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -2755,6 +2780,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2755
2780
|
}, z.core.$strip>;
|
|
2756
2781
|
}, z.core.$strip>>;
|
|
2757
2782
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2783
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2758
2784
|
url: z.ZodMiniString<string>;
|
|
2759
2785
|
score: z.ZodMiniNumber<number>;
|
|
2760
2786
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -2790,6 +2816,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2790
2816
|
}, z.core.$strip>;
|
|
2791
2817
|
}, z.core.$strip>>;
|
|
2792
2818
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2819
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2793
2820
|
url: z.ZodMiniString<string>;
|
|
2794
2821
|
score: z.ZodMiniNumber<number>;
|
|
2795
2822
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -2860,6 +2887,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2860
2887
|
}, z.core.$strip>;
|
|
2861
2888
|
references: z.ZodMiniObject<{
|
|
2862
2889
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2890
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2863
2891
|
url: z.ZodMiniString<string>;
|
|
2864
2892
|
score: z.ZodMiniNumber<number>;
|
|
2865
2893
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -2895,6 +2923,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2895
2923
|
}, z.core.$strip>;
|
|
2896
2924
|
}, z.core.$strip>>;
|
|
2897
2925
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2926
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2898
2927
|
url: z.ZodMiniString<string>;
|
|
2899
2928
|
score: z.ZodMiniNumber<number>;
|
|
2900
2929
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -2930,6 +2959,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
2930
2959
|
}, z.core.$strip>;
|
|
2931
2960
|
}, z.core.$strip>>;
|
|
2932
2961
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
2962
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
2933
2963
|
url: z.ZodMiniString<string>;
|
|
2934
2964
|
score: z.ZodMiniNumber<number>;
|
|
2935
2965
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3078,6 +3108,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3078
3108
|
}, z.core.$strip>;
|
|
3079
3109
|
references: z.ZodMiniObject<{
|
|
3080
3110
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3111
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3081
3112
|
url: z.ZodMiniString<string>;
|
|
3082
3113
|
score: z.ZodMiniNumber<number>;
|
|
3083
3114
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3113,6 +3144,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3113
3144
|
}, z.core.$strip>;
|
|
3114
3145
|
}, z.core.$strip>>;
|
|
3115
3146
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3147
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3116
3148
|
url: z.ZodMiniString<string>;
|
|
3117
3149
|
score: z.ZodMiniNumber<number>;
|
|
3118
3150
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3148,6 +3180,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3148
3180
|
}, z.core.$strip>;
|
|
3149
3181
|
}, z.core.$strip>>;
|
|
3150
3182
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3183
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3151
3184
|
url: z.ZodMiniString<string>;
|
|
3152
3185
|
score: z.ZodMiniNumber<number>;
|
|
3153
3186
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3218,6 +3251,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3218
3251
|
}, z.core.$strip>;
|
|
3219
3252
|
references: z.ZodMiniObject<{
|
|
3220
3253
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3254
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3221
3255
|
url: z.ZodMiniString<string>;
|
|
3222
3256
|
score: z.ZodMiniNumber<number>;
|
|
3223
3257
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3253,6 +3287,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3253
3287
|
}, z.core.$strip>;
|
|
3254
3288
|
}, z.core.$strip>>;
|
|
3255
3289
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3290
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3256
3291
|
url: z.ZodMiniString<string>;
|
|
3257
3292
|
score: z.ZodMiniNumber<number>;
|
|
3258
3293
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3288,6 +3323,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3288
3323
|
}, z.core.$strip>;
|
|
3289
3324
|
}, z.core.$strip>>;
|
|
3290
3325
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3326
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3291
3327
|
url: z.ZodMiniString<string>;
|
|
3292
3328
|
score: z.ZodMiniNumber<number>;
|
|
3293
3329
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3435,6 +3471,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3435
3471
|
}, z.core.$strip>;
|
|
3436
3472
|
references: z.ZodMiniObject<{
|
|
3437
3473
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3474
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3438
3475
|
url: z.ZodMiniString<string>;
|
|
3439
3476
|
score: z.ZodMiniNumber<number>;
|
|
3440
3477
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3470,6 +3507,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3470
3507
|
}, z.core.$strip>;
|
|
3471
3508
|
}, z.core.$strip>>;
|
|
3472
3509
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3510
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3473
3511
|
url: z.ZodMiniString<string>;
|
|
3474
3512
|
score: z.ZodMiniNumber<number>;
|
|
3475
3513
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3505,6 +3543,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3505
3543
|
}, z.core.$strip>;
|
|
3506
3544
|
}, z.core.$strip>>;
|
|
3507
3545
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3546
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3508
3547
|
url: z.ZodMiniString<string>;
|
|
3509
3548
|
score: z.ZodMiniNumber<number>;
|
|
3510
3549
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3575,6 +3614,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3575
3614
|
}, z.core.$strip>;
|
|
3576
3615
|
references: z.ZodMiniObject<{
|
|
3577
3616
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3617
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3578
3618
|
url: z.ZodMiniString<string>;
|
|
3579
3619
|
score: z.ZodMiniNumber<number>;
|
|
3580
3620
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3610,6 +3650,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3610
3650
|
}, z.core.$strip>;
|
|
3611
3651
|
}, z.core.$strip>>;
|
|
3612
3652
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3653
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3613
3654
|
url: z.ZodMiniString<string>;
|
|
3614
3655
|
score: z.ZodMiniNumber<number>;
|
|
3615
3656
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3645,6 +3686,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3645
3686
|
}, z.core.$strip>;
|
|
3646
3687
|
}, z.core.$strip>>;
|
|
3647
3688
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3689
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3648
3690
|
url: z.ZodMiniString<string>;
|
|
3649
3691
|
score: z.ZodMiniNumber<number>;
|
|
3650
3692
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3794,6 +3836,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3794
3836
|
}, z.core.$strip>;
|
|
3795
3837
|
references: z.ZodMiniObject<{
|
|
3796
3838
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3839
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3797
3840
|
url: z.ZodMiniString<string>;
|
|
3798
3841
|
score: z.ZodMiniNumber<number>;
|
|
3799
3842
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3829,6 +3872,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3829
3872
|
}, z.core.$strip>;
|
|
3830
3873
|
}, z.core.$strip>>;
|
|
3831
3874
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3875
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3832
3876
|
url: z.ZodMiniString<string>;
|
|
3833
3877
|
score: z.ZodMiniNumber<number>;
|
|
3834
3878
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3864,6 +3908,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3864
3908
|
}, z.core.$strip>;
|
|
3865
3909
|
}, z.core.$strip>>;
|
|
3866
3910
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3911
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3867
3912
|
url: z.ZodMiniString<string>;
|
|
3868
3913
|
score: z.ZodMiniNumber<number>;
|
|
3869
3914
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3934,6 +3979,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3934
3979
|
}, z.core.$strip>;
|
|
3935
3980
|
references: z.ZodMiniObject<{
|
|
3936
3981
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
3982
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3937
3983
|
url: z.ZodMiniString<string>;
|
|
3938
3984
|
score: z.ZodMiniNumber<number>;
|
|
3939
3985
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -3969,6 +4015,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
3969
4015
|
}, z.core.$strip>;
|
|
3970
4016
|
}, z.core.$strip>>;
|
|
3971
4017
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4018
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
3972
4019
|
url: z.ZodMiniString<string>;
|
|
3973
4020
|
score: z.ZodMiniNumber<number>;
|
|
3974
4021
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4004,6 +4051,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4004
4051
|
}, z.core.$strip>;
|
|
4005
4052
|
}, z.core.$strip>>;
|
|
4006
4053
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4054
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4007
4055
|
url: z.ZodMiniString<string>;
|
|
4008
4056
|
score: z.ZodMiniNumber<number>;
|
|
4009
4057
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4151,6 +4199,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4151
4199
|
}, z.core.$strip>;
|
|
4152
4200
|
references: z.ZodMiniObject<{
|
|
4153
4201
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4202
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4154
4203
|
url: z.ZodMiniString<string>;
|
|
4155
4204
|
score: z.ZodMiniNumber<number>;
|
|
4156
4205
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4186,6 +4235,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4186
4235
|
}, z.core.$strip>;
|
|
4187
4236
|
}, z.core.$strip>>;
|
|
4188
4237
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4238
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4189
4239
|
url: z.ZodMiniString<string>;
|
|
4190
4240
|
score: z.ZodMiniNumber<number>;
|
|
4191
4241
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4221,6 +4271,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4221
4271
|
}, z.core.$strip>;
|
|
4222
4272
|
}, z.core.$strip>>;
|
|
4223
4273
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4274
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4224
4275
|
url: z.ZodMiniString<string>;
|
|
4225
4276
|
score: z.ZodMiniNumber<number>;
|
|
4226
4277
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4291,6 +4342,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4291
4342
|
}, z.core.$strip>;
|
|
4292
4343
|
references: z.ZodMiniObject<{
|
|
4293
4344
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4345
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4294
4346
|
url: z.ZodMiniString<string>;
|
|
4295
4347
|
score: z.ZodMiniNumber<number>;
|
|
4296
4348
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4326,6 +4378,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4326
4378
|
}, z.core.$strip>;
|
|
4327
4379
|
}, z.core.$strip>>;
|
|
4328
4380
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4381
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4329
4382
|
url: z.ZodMiniString<string>;
|
|
4330
4383
|
score: z.ZodMiniNumber<number>;
|
|
4331
4384
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -4361,6 +4414,7 @@ export declare const completeChatConfigSchema: z.ZodMiniObject<{
|
|
|
4361
4414
|
}, z.core.$strip>;
|
|
4362
4415
|
}, z.core.$strip>>;
|
|
4363
4416
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
4417
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
4364
4418
|
url: z.ZodMiniString<string>;
|
|
4365
4419
|
score: z.ZodMiniNumber<number>;
|
|
4366
4420
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5440,6 +5494,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5440
5494
|
}, z.core.$strip>;
|
|
5441
5495
|
references: z.ZodMiniObject<{
|
|
5442
5496
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5497
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5443
5498
|
url: z.ZodMiniString<string>;
|
|
5444
5499
|
score: z.ZodMiniNumber<number>;
|
|
5445
5500
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5475,6 +5530,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5475
5530
|
}, z.core.$strip>;
|
|
5476
5531
|
}, z.core.$strip>>;
|
|
5477
5532
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5533
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5478
5534
|
url: z.ZodMiniString<string>;
|
|
5479
5535
|
score: z.ZodMiniNumber<number>;
|
|
5480
5536
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5510,6 +5566,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5510
5566
|
}, z.core.$strip>;
|
|
5511
5567
|
}, z.core.$strip>>;
|
|
5512
5568
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5569
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5513
5570
|
url: z.ZodMiniString<string>;
|
|
5514
5571
|
score: z.ZodMiniNumber<number>;
|
|
5515
5572
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5580,6 +5637,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5580
5637
|
}, z.core.$strip>;
|
|
5581
5638
|
references: z.ZodMiniObject<{
|
|
5582
5639
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5640
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5583
5641
|
url: z.ZodMiniString<string>;
|
|
5584
5642
|
score: z.ZodMiniNumber<number>;
|
|
5585
5643
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5615,6 +5673,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5615
5673
|
}, z.core.$strip>;
|
|
5616
5674
|
}, z.core.$strip>>;
|
|
5617
5675
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5676
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5618
5677
|
url: z.ZodMiniString<string>;
|
|
5619
5678
|
score: z.ZodMiniNumber<number>;
|
|
5620
5679
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5650,6 +5709,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5650
5709
|
}, z.core.$strip>;
|
|
5651
5710
|
}, z.core.$strip>>;
|
|
5652
5711
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5712
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5653
5713
|
url: z.ZodMiniString<string>;
|
|
5654
5714
|
score: z.ZodMiniNumber<number>;
|
|
5655
5715
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5798,6 +5858,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5798
5858
|
}, z.core.$strip>;
|
|
5799
5859
|
references: z.ZodMiniObject<{
|
|
5800
5860
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5861
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5801
5862
|
url: z.ZodMiniString<string>;
|
|
5802
5863
|
score: z.ZodMiniNumber<number>;
|
|
5803
5864
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5833,6 +5894,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5833
5894
|
}, z.core.$strip>;
|
|
5834
5895
|
}, z.core.$strip>>;
|
|
5835
5896
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5897
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5836
5898
|
url: z.ZodMiniString<string>;
|
|
5837
5899
|
score: z.ZodMiniNumber<number>;
|
|
5838
5900
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5868,6 +5930,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5868
5930
|
}, z.core.$strip>;
|
|
5869
5931
|
}, z.core.$strip>>;
|
|
5870
5932
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
5933
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5871
5934
|
url: z.ZodMiniString<string>;
|
|
5872
5935
|
score: z.ZodMiniNumber<number>;
|
|
5873
5936
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5938,6 +6001,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5938
6001
|
}, z.core.$strip>;
|
|
5939
6002
|
references: z.ZodMiniObject<{
|
|
5940
6003
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6004
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5941
6005
|
url: z.ZodMiniString<string>;
|
|
5942
6006
|
score: z.ZodMiniNumber<number>;
|
|
5943
6007
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -5973,6 +6037,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
5973
6037
|
}, z.core.$strip>;
|
|
5974
6038
|
}, z.core.$strip>>;
|
|
5975
6039
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6040
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
5976
6041
|
url: z.ZodMiniString<string>;
|
|
5977
6042
|
score: z.ZodMiniNumber<number>;
|
|
5978
6043
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6008,6 +6073,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6008
6073
|
}, z.core.$strip>;
|
|
6009
6074
|
}, z.core.$strip>>;
|
|
6010
6075
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6076
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6011
6077
|
url: z.ZodMiniString<string>;
|
|
6012
6078
|
score: z.ZodMiniNumber<number>;
|
|
6013
6079
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6155,6 +6221,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6155
6221
|
}, z.core.$strip>;
|
|
6156
6222
|
references: z.ZodMiniObject<{
|
|
6157
6223
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6224
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6158
6225
|
url: z.ZodMiniString<string>;
|
|
6159
6226
|
score: z.ZodMiniNumber<number>;
|
|
6160
6227
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6190,6 +6257,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6190
6257
|
}, z.core.$strip>;
|
|
6191
6258
|
}, z.core.$strip>>;
|
|
6192
6259
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6260
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6193
6261
|
url: z.ZodMiniString<string>;
|
|
6194
6262
|
score: z.ZodMiniNumber<number>;
|
|
6195
6263
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6225,6 +6293,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6225
6293
|
}, z.core.$strip>;
|
|
6226
6294
|
}, z.core.$strip>>;
|
|
6227
6295
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6296
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6228
6297
|
url: z.ZodMiniString<string>;
|
|
6229
6298
|
score: z.ZodMiniNumber<number>;
|
|
6230
6299
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6295,6 +6364,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6295
6364
|
}, z.core.$strip>;
|
|
6296
6365
|
references: z.ZodMiniObject<{
|
|
6297
6366
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6367
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6298
6368
|
url: z.ZodMiniString<string>;
|
|
6299
6369
|
score: z.ZodMiniNumber<number>;
|
|
6300
6370
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6330,6 +6400,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6330
6400
|
}, z.core.$strip>;
|
|
6331
6401
|
}, z.core.$strip>>;
|
|
6332
6402
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6403
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6333
6404
|
url: z.ZodMiniString<string>;
|
|
6334
6405
|
score: z.ZodMiniNumber<number>;
|
|
6335
6406
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6365,6 +6436,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6365
6436
|
}, z.core.$strip>;
|
|
6366
6437
|
}, z.core.$strip>>;
|
|
6367
6438
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6439
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6368
6440
|
url: z.ZodMiniString<string>;
|
|
6369
6441
|
score: z.ZodMiniNumber<number>;
|
|
6370
6442
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6514,6 +6586,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6514
6586
|
}, z.core.$strip>;
|
|
6515
6587
|
references: z.ZodMiniObject<{
|
|
6516
6588
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6589
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6517
6590
|
url: z.ZodMiniString<string>;
|
|
6518
6591
|
score: z.ZodMiniNumber<number>;
|
|
6519
6592
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6549,6 +6622,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6549
6622
|
}, z.core.$strip>;
|
|
6550
6623
|
}, z.core.$strip>>;
|
|
6551
6624
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6625
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6552
6626
|
url: z.ZodMiniString<string>;
|
|
6553
6627
|
score: z.ZodMiniNumber<number>;
|
|
6554
6628
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6584,6 +6658,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6584
6658
|
}, z.core.$strip>;
|
|
6585
6659
|
}, z.core.$strip>>;
|
|
6586
6660
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6661
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6587
6662
|
url: z.ZodMiniString<string>;
|
|
6588
6663
|
score: z.ZodMiniNumber<number>;
|
|
6589
6664
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6654,6 +6729,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6654
6729
|
}, z.core.$strip>;
|
|
6655
6730
|
references: z.ZodMiniObject<{
|
|
6656
6731
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6732
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6657
6733
|
url: z.ZodMiniString<string>;
|
|
6658
6734
|
score: z.ZodMiniNumber<number>;
|
|
6659
6735
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6689,6 +6765,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6689
6765
|
}, z.core.$strip>;
|
|
6690
6766
|
}, z.core.$strip>>;
|
|
6691
6767
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6768
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6692
6769
|
url: z.ZodMiniString<string>;
|
|
6693
6770
|
score: z.ZodMiniNumber<number>;
|
|
6694
6771
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6724,6 +6801,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6724
6801
|
}, z.core.$strip>;
|
|
6725
6802
|
}, z.core.$strip>>;
|
|
6726
6803
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6804
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6727
6805
|
url: z.ZodMiniString<string>;
|
|
6728
6806
|
score: z.ZodMiniNumber<number>;
|
|
6729
6807
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6871,6 +6949,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6871
6949
|
}, z.core.$strip>;
|
|
6872
6950
|
references: z.ZodMiniObject<{
|
|
6873
6951
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6952
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6874
6953
|
url: z.ZodMiniString<string>;
|
|
6875
6954
|
score: z.ZodMiniNumber<number>;
|
|
6876
6955
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6906,6 +6985,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6906
6985
|
}, z.core.$strip>;
|
|
6907
6986
|
}, z.core.$strip>>;
|
|
6908
6987
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
6988
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6909
6989
|
url: z.ZodMiniString<string>;
|
|
6910
6990
|
score: z.ZodMiniNumber<number>;
|
|
6911
6991
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -6941,6 +7021,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
6941
7021
|
}, z.core.$strip>;
|
|
6942
7022
|
}, z.core.$strip>>;
|
|
6943
7023
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
7024
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
6944
7025
|
url: z.ZodMiniString<string>;
|
|
6945
7026
|
score: z.ZodMiniNumber<number>;
|
|
6946
7027
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -7011,6 +7092,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
7011
7092
|
}, z.core.$strip>;
|
|
7012
7093
|
references: z.ZodMiniObject<{
|
|
7013
7094
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
7095
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
7014
7096
|
url: z.ZodMiniString<string>;
|
|
7015
7097
|
score: z.ZodMiniNumber<number>;
|
|
7016
7098
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -7046,6 +7128,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
7046
7128
|
}, z.core.$strip>;
|
|
7047
7129
|
}, z.core.$strip>>;
|
|
7048
7130
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
7131
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
7049
7132
|
url: z.ZodMiniString<string>;
|
|
7050
7133
|
score: z.ZodMiniNumber<number>;
|
|
7051
7134
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -7081,6 +7164,7 @@ export declare const chatConfigSchema: z.ZodMiniObject<{
|
|
|
7081
7164
|
}, z.core.$strip>;
|
|
7082
7165
|
}, z.core.$strip>>;
|
|
7083
7166
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
7167
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
7084
7168
|
url: z.ZodMiniString<string>;
|
|
7085
7169
|
score: z.ZodMiniNumber<number>;
|
|
7086
7170
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8158,6 +8242,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8158
8242
|
}, z.core.$strip>;
|
|
8159
8243
|
references: z.ZodMiniObject<{
|
|
8160
8244
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8245
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8161
8246
|
url: z.ZodMiniString<string>;
|
|
8162
8247
|
score: z.ZodMiniNumber<number>;
|
|
8163
8248
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8193,6 +8278,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8193
8278
|
}, z.core.$strip>;
|
|
8194
8279
|
}, z.core.$strip>>;
|
|
8195
8280
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8281
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8196
8282
|
url: z.ZodMiniString<string>;
|
|
8197
8283
|
score: z.ZodMiniNumber<number>;
|
|
8198
8284
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8228,6 +8314,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8228
8314
|
}, z.core.$strip>;
|
|
8229
8315
|
}, z.core.$strip>>;
|
|
8230
8316
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8317
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8231
8318
|
url: z.ZodMiniString<string>;
|
|
8232
8319
|
score: z.ZodMiniNumber<number>;
|
|
8233
8320
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8298,6 +8385,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8298
8385
|
}, z.core.$strip>;
|
|
8299
8386
|
references: z.ZodMiniObject<{
|
|
8300
8387
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8388
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8301
8389
|
url: z.ZodMiniString<string>;
|
|
8302
8390
|
score: z.ZodMiniNumber<number>;
|
|
8303
8391
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8333,6 +8421,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8333
8421
|
}, z.core.$strip>;
|
|
8334
8422
|
}, z.core.$strip>>;
|
|
8335
8423
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8424
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8336
8425
|
url: z.ZodMiniString<string>;
|
|
8337
8426
|
score: z.ZodMiniNumber<number>;
|
|
8338
8427
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8368,6 +8457,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8368
8457
|
}, z.core.$strip>;
|
|
8369
8458
|
}, z.core.$strip>>;
|
|
8370
8459
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8460
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8371
8461
|
url: z.ZodMiniString<string>;
|
|
8372
8462
|
score: z.ZodMiniNumber<number>;
|
|
8373
8463
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8516,6 +8606,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8516
8606
|
}, z.core.$strip>;
|
|
8517
8607
|
references: z.ZodMiniObject<{
|
|
8518
8608
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8609
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8519
8610
|
url: z.ZodMiniString<string>;
|
|
8520
8611
|
score: z.ZodMiniNumber<number>;
|
|
8521
8612
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8551,6 +8642,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8551
8642
|
}, z.core.$strip>;
|
|
8552
8643
|
}, z.core.$strip>>;
|
|
8553
8644
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8645
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8554
8646
|
url: z.ZodMiniString<string>;
|
|
8555
8647
|
score: z.ZodMiniNumber<number>;
|
|
8556
8648
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8586,6 +8678,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8586
8678
|
}, z.core.$strip>;
|
|
8587
8679
|
}, z.core.$strip>>;
|
|
8588
8680
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8681
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8589
8682
|
url: z.ZodMiniString<string>;
|
|
8590
8683
|
score: z.ZodMiniNumber<number>;
|
|
8591
8684
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8656,6 +8749,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8656
8749
|
}, z.core.$strip>;
|
|
8657
8750
|
references: z.ZodMiniObject<{
|
|
8658
8751
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8752
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8659
8753
|
url: z.ZodMiniString<string>;
|
|
8660
8754
|
score: z.ZodMiniNumber<number>;
|
|
8661
8755
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8691,6 +8785,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8691
8785
|
}, z.core.$strip>;
|
|
8692
8786
|
}, z.core.$strip>>;
|
|
8693
8787
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8788
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8694
8789
|
url: z.ZodMiniString<string>;
|
|
8695
8790
|
score: z.ZodMiniNumber<number>;
|
|
8696
8791
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8726,6 +8821,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8726
8821
|
}, z.core.$strip>;
|
|
8727
8822
|
}, z.core.$strip>>;
|
|
8728
8823
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8824
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8729
8825
|
url: z.ZodMiniString<string>;
|
|
8730
8826
|
score: z.ZodMiniNumber<number>;
|
|
8731
8827
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8873,6 +8969,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8873
8969
|
}, z.core.$strip>;
|
|
8874
8970
|
references: z.ZodMiniObject<{
|
|
8875
8971
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
8972
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8876
8973
|
url: z.ZodMiniString<string>;
|
|
8877
8974
|
score: z.ZodMiniNumber<number>;
|
|
8878
8975
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8908,6 +9005,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8908
9005
|
}, z.core.$strip>;
|
|
8909
9006
|
}, z.core.$strip>>;
|
|
8910
9007
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9008
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8911
9009
|
url: z.ZodMiniString<string>;
|
|
8912
9010
|
score: z.ZodMiniNumber<number>;
|
|
8913
9011
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -8943,6 +9041,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
8943
9041
|
}, z.core.$strip>;
|
|
8944
9042
|
}, z.core.$strip>>;
|
|
8945
9043
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9044
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
8946
9045
|
url: z.ZodMiniString<string>;
|
|
8947
9046
|
score: z.ZodMiniNumber<number>;
|
|
8948
9047
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9013,6 +9112,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9013
9112
|
}, z.core.$strip>;
|
|
9014
9113
|
references: z.ZodMiniObject<{
|
|
9015
9114
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9115
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9016
9116
|
url: z.ZodMiniString<string>;
|
|
9017
9117
|
score: z.ZodMiniNumber<number>;
|
|
9018
9118
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9048,6 +9148,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9048
9148
|
}, z.core.$strip>;
|
|
9049
9149
|
}, z.core.$strip>>;
|
|
9050
9150
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9151
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9051
9152
|
url: z.ZodMiniString<string>;
|
|
9052
9153
|
score: z.ZodMiniNumber<number>;
|
|
9053
9154
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9083,6 +9184,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9083
9184
|
}, z.core.$strip>;
|
|
9084
9185
|
}, z.core.$strip>>;
|
|
9085
9186
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9187
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9086
9188
|
url: z.ZodMiniString<string>;
|
|
9087
9189
|
score: z.ZodMiniNumber<number>;
|
|
9088
9190
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9232,6 +9334,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9232
9334
|
}, z.core.$strip>;
|
|
9233
9335
|
references: z.ZodMiniObject<{
|
|
9234
9336
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9337
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9235
9338
|
url: z.ZodMiniString<string>;
|
|
9236
9339
|
score: z.ZodMiniNumber<number>;
|
|
9237
9340
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9267,6 +9370,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9267
9370
|
}, z.core.$strip>;
|
|
9268
9371
|
}, z.core.$strip>>;
|
|
9269
9372
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9373
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9270
9374
|
url: z.ZodMiniString<string>;
|
|
9271
9375
|
score: z.ZodMiniNumber<number>;
|
|
9272
9376
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9302,6 +9406,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9302
9406
|
}, z.core.$strip>;
|
|
9303
9407
|
}, z.core.$strip>>;
|
|
9304
9408
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9409
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9305
9410
|
url: z.ZodMiniString<string>;
|
|
9306
9411
|
score: z.ZodMiniNumber<number>;
|
|
9307
9412
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9372,6 +9477,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9372
9477
|
}, z.core.$strip>;
|
|
9373
9478
|
references: z.ZodMiniObject<{
|
|
9374
9479
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9480
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9375
9481
|
url: z.ZodMiniString<string>;
|
|
9376
9482
|
score: z.ZodMiniNumber<number>;
|
|
9377
9483
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9407,6 +9513,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9407
9513
|
}, z.core.$strip>;
|
|
9408
9514
|
}, z.core.$strip>>;
|
|
9409
9515
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9516
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9410
9517
|
url: z.ZodMiniString<string>;
|
|
9411
9518
|
score: z.ZodMiniNumber<number>;
|
|
9412
9519
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9442,6 +9549,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9442
9549
|
}, z.core.$strip>;
|
|
9443
9550
|
}, z.core.$strip>>;
|
|
9444
9551
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9552
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9445
9553
|
url: z.ZodMiniString<string>;
|
|
9446
9554
|
score: z.ZodMiniNumber<number>;
|
|
9447
9555
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9589,6 +9697,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9589
9697
|
}, z.core.$strip>;
|
|
9590
9698
|
references: z.ZodMiniObject<{
|
|
9591
9699
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9700
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9592
9701
|
url: z.ZodMiniString<string>;
|
|
9593
9702
|
score: z.ZodMiniNumber<number>;
|
|
9594
9703
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9624,6 +9733,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9624
9733
|
}, z.core.$strip>;
|
|
9625
9734
|
}, z.core.$strip>>;
|
|
9626
9735
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9736
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9627
9737
|
url: z.ZodMiniString<string>;
|
|
9628
9738
|
score: z.ZodMiniNumber<number>;
|
|
9629
9739
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9659,6 +9769,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9659
9769
|
}, z.core.$strip>;
|
|
9660
9770
|
}, z.core.$strip>>;
|
|
9661
9771
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9772
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9662
9773
|
url: z.ZodMiniString<string>;
|
|
9663
9774
|
score: z.ZodMiniNumber<number>;
|
|
9664
9775
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9729,6 +9840,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9729
9840
|
}, z.core.$strip>;
|
|
9730
9841
|
references: z.ZodMiniObject<{
|
|
9731
9842
|
all: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9843
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9732
9844
|
url: z.ZodMiniString<string>;
|
|
9733
9845
|
score: z.ZodMiniNumber<number>;
|
|
9734
9846
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9764,6 +9876,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9764
9876
|
}, z.core.$strip>;
|
|
9765
9877
|
}, z.core.$strip>>;
|
|
9766
9878
|
used: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9879
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9767
9880
|
url: z.ZodMiniString<string>;
|
|
9768
9881
|
score: z.ZodMiniNumber<number>;
|
|
9769
9882
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|
|
@@ -9799,6 +9912,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodMiniIntersection<
|
|
|
9799
9912
|
}, z.core.$strip>;
|
|
9800
9913
|
}, z.core.$strip>>;
|
|
9801
9914
|
unused: z.ZodMiniArray<z.ZodMiniObject<{
|
|
9915
|
+
citationId: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
9802
9916
|
url: z.ZodMiniString<string>;
|
|
9803
9917
|
score: z.ZodMiniNumber<number>;
|
|
9804
9918
|
metadata: z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniUnion<readonly [
|