promptopskit 0.4.2 → 0.6.2
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/README.md +105 -62
- package/SKILL.md +376 -16
- package/dist/{chunk-7MRMN3SW.js → chunk-55B7QQBK.js} +6 -4
- package/dist/chunk-55B7QQBK.js.map +1 -0
- package/dist/{chunk-HWEVRBKZ.js → chunk-AGTGIZMR.js} +6 -2
- package/dist/chunk-AGTGIZMR.js.map +1 -0
- package/dist/chunk-FNCIBZJF.js +130 -0
- package/dist/chunk-FNCIBZJF.js.map +1 -0
- package/dist/{chunk-XL76NHZR.js → chunk-GLT3YYWK.js} +6 -4
- package/dist/chunk-GLT3YYWK.js.map +1 -0
- package/dist/{chunk-5AAYDOPU.js → chunk-IPFD5Y3O.js} +4 -3
- package/dist/chunk-IPFD5Y3O.js.map +1 -0
- package/dist/{chunk-YI4LILPY.js → chunk-JR7252DG.js} +584 -520
- package/dist/chunk-JR7252DG.js.map +1 -0
- package/dist/{chunk-JKBWC5WJ.js → chunk-UY5OKMVP.js} +302 -21
- package/dist/chunk-UY5OKMVP.js.map +1 -0
- package/dist/{chunk-MI3M6KDD.js → chunk-VMLGUI4F.js} +6 -4
- package/dist/chunk-VMLGUI4F.js.map +1 -0
- package/dist/{chunk-Z4IPWEUU.js → chunk-XEZJZ3IG.js} +6 -4
- package/dist/chunk-XEZJZ3IG.js.map +1 -0
- package/dist/cli/index.js +435 -106
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +1159 -636
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -9
- package/dist/index.d.ts +10 -9
- package/dist/index.js +79 -17
- package/dist/index.js.map +1 -1
- package/dist/providers/anthropic.cjs +875 -533
- package/dist/providers/anthropic.cjs.map +1 -1
- package/dist/providers/anthropic.d.cts +2 -2
- package/dist/providers/anthropic.d.ts +2 -2
- package/dist/providers/anthropic.js +3 -3
- package/dist/providers/gemini.cjs +875 -533
- package/dist/providers/gemini.cjs.map +1 -1
- package/dist/providers/gemini.d.cts +2 -2
- package/dist/providers/gemini.d.ts +2 -2
- package/dist/providers/gemini.js +3 -3
- package/dist/providers/llmasaservice.cjs +1735 -0
- package/dist/providers/llmasaservice.cjs.map +1 -0
- package/dist/providers/llmasaservice.d.cts +28 -0
- package/dist/providers/llmasaservice.d.ts +28 -0
- package/dist/providers/llmasaservice.js +20 -0
- package/dist/providers/llmasaservice.js.map +1 -0
- package/dist/providers/openai-responses.cjs +875 -533
- package/dist/providers/openai-responses.cjs.map +1 -1
- package/dist/providers/openai-responses.d.cts +2 -2
- package/dist/providers/openai-responses.d.ts +2 -2
- package/dist/providers/openai-responses.js +3 -3
- package/dist/providers/openai.cjs +875 -533
- package/dist/providers/openai.cjs.map +1 -1
- package/dist/providers/openai.d.cts +2 -2
- package/dist/providers/openai.d.ts +2 -2
- package/dist/providers/openai.js +3 -3
- package/dist/providers/openrouter.cjs +876 -533
- package/dist/providers/openrouter.cjs.map +1 -1
- package/dist/providers/openrouter.d.cts +2 -2
- package/dist/providers/openrouter.d.ts +2 -2
- package/dist/providers/openrouter.js +4 -4
- package/dist/{schema-B9A1zLRk.d.cts → schema-CuYsv8JA.d.cts} +853 -7
- package/dist/{schema-B9A1zLRk.d.ts → schema-CuYsv8JA.d.ts} +853 -7
- package/dist/testing.cjs +64 -9
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.d.cts +1 -1
- package/dist/testing.d.ts +1 -1
- package/dist/testing.js +1 -1
- package/dist/{types-DjGAwJxC.d.ts → types-DpK0mTHL.d.ts} +18 -6
- package/dist/{types-DpbzzZO2.d.cts → types-UA_p9uJy.d.cts} +18 -6
- package/dist/usagetap/index.cjs +6 -1
- package/dist/usagetap/index.cjs.map +1 -1
- package/dist/usagetap/index.d.cts +4 -3
- package/dist/usagetap/index.d.ts +4 -3
- package/dist/usagetap/index.js +3 -1
- package/package.json +19 -2
- package/dist/chunk-5AAYDOPU.js.map +0 -1
- package/dist/chunk-7MRMN3SW.js.map +0 -1
- package/dist/chunk-HWEVRBKZ.js.map +0 -1
- package/dist/chunk-JKBWC5WJ.js.map +0 -1
- package/dist/chunk-MI3M6KDD.js.map +0 -1
- package/dist/chunk-XL76NHZR.js.map +0 -1
- package/dist/chunk-YI4LILPY.js.map +0 -1
- package/dist/chunk-Z4IPWEUU.js.map +0 -1
|
@@ -35,10 +35,27 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
35
35
|
stop?: string[] | undefined;
|
|
36
36
|
max_output_tokens?: number | undefined;
|
|
37
37
|
}>>;
|
|
38
|
-
response: z.ZodOptional<z.ZodObject<{
|
|
38
|
+
response: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
39
39
|
format: z.ZodOptional<z.ZodEnum<["text", "json", "markdown"]>>;
|
|
40
40
|
stream: z.ZodOptional<z.ZodBoolean>;
|
|
41
41
|
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
42
|
+
schema_ref: z.ZodOptional<z.ZodString>;
|
|
43
|
+
schema_source: z.ZodOptional<z.ZodObject<{
|
|
44
|
+
mode: z.ZodOptional<z.ZodEnum<["inline", "schema_ref_json", "schema_ref_zod_module"]>>;
|
|
45
|
+
ref: z.ZodOptional<z.ZodString>;
|
|
46
|
+
resolved_path: z.ZodOptional<z.ZodString>;
|
|
47
|
+
hash: z.ZodOptional<z.ZodString>;
|
|
48
|
+
}, "strip", z.ZodTypeAny, {
|
|
49
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
50
|
+
ref?: string | undefined;
|
|
51
|
+
resolved_path?: string | undefined;
|
|
52
|
+
hash?: string | undefined;
|
|
53
|
+
}, {
|
|
54
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
55
|
+
ref?: string | undefined;
|
|
56
|
+
resolved_path?: string | undefined;
|
|
57
|
+
hash?: string | undefined;
|
|
58
|
+
}>>;
|
|
42
59
|
schema_name: z.ZodOptional<z.ZodString>;
|
|
43
60
|
schema_description: z.ZodOptional<z.ZodString>;
|
|
44
61
|
schema_strict: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -46,6 +63,13 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
46
63
|
format?: "text" | "json" | "markdown" | undefined;
|
|
47
64
|
stream?: boolean | undefined;
|
|
48
65
|
schema?: Record<string, unknown> | undefined;
|
|
66
|
+
schema_ref?: string | undefined;
|
|
67
|
+
schema_source?: {
|
|
68
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
69
|
+
ref?: string | undefined;
|
|
70
|
+
resolved_path?: string | undefined;
|
|
71
|
+
hash?: string | undefined;
|
|
72
|
+
} | undefined;
|
|
49
73
|
schema_name?: string | undefined;
|
|
50
74
|
schema_description?: string | undefined;
|
|
51
75
|
schema_strict?: boolean | undefined;
|
|
@@ -53,6 +77,41 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
53
77
|
format?: "text" | "json" | "markdown" | undefined;
|
|
54
78
|
stream?: boolean | undefined;
|
|
55
79
|
schema?: Record<string, unknown> | undefined;
|
|
80
|
+
schema_ref?: string | undefined;
|
|
81
|
+
schema_source?: {
|
|
82
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
83
|
+
ref?: string | undefined;
|
|
84
|
+
resolved_path?: string | undefined;
|
|
85
|
+
hash?: string | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
schema_name?: string | undefined;
|
|
88
|
+
schema_description?: string | undefined;
|
|
89
|
+
schema_strict?: boolean | undefined;
|
|
90
|
+
}>, {
|
|
91
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
92
|
+
stream?: boolean | undefined;
|
|
93
|
+
schema?: Record<string, unknown> | undefined;
|
|
94
|
+
schema_ref?: string | undefined;
|
|
95
|
+
schema_source?: {
|
|
96
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
97
|
+
ref?: string | undefined;
|
|
98
|
+
resolved_path?: string | undefined;
|
|
99
|
+
hash?: string | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
schema_name?: string | undefined;
|
|
102
|
+
schema_description?: string | undefined;
|
|
103
|
+
schema_strict?: boolean | undefined;
|
|
104
|
+
}, {
|
|
105
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
106
|
+
stream?: boolean | undefined;
|
|
107
|
+
schema?: Record<string, unknown> | undefined;
|
|
108
|
+
schema_ref?: string | undefined;
|
|
109
|
+
schema_source?: {
|
|
110
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
111
|
+
ref?: string | undefined;
|
|
112
|
+
resolved_path?: string | undefined;
|
|
113
|
+
hash?: string | undefined;
|
|
114
|
+
} | undefined;
|
|
56
115
|
schema_name?: string | undefined;
|
|
57
116
|
schema_description?: string | undefined;
|
|
58
117
|
schema_strict?: boolean | undefined;
|
|
@@ -151,6 +210,7 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
151
210
|
gemini: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
152
211
|
google: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
153
212
|
openrouter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
213
|
+
llmasaservice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
154
214
|
}, "strip", z.ZodTypeAny, {
|
|
155
215
|
openai?: Record<string, unknown> | undefined;
|
|
156
216
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -159,6 +219,7 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
159
219
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
160
220
|
openai_responses?: Record<string, unknown> | undefined;
|
|
161
221
|
openrouter?: Record<string, unknown> | undefined;
|
|
222
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
162
223
|
}, {
|
|
163
224
|
openai?: Record<string, unknown> | undefined;
|
|
164
225
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -167,6 +228,7 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
167
228
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
168
229
|
openai_responses?: Record<string, unknown> | undefined;
|
|
169
230
|
openrouter?: Record<string, unknown> | undefined;
|
|
231
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
170
232
|
}>>;
|
|
171
233
|
tools: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
172
234
|
name: z.ZodString;
|
|
@@ -236,6 +298,58 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
236
298
|
plugins?: Record<string, unknown>[] | undefined;
|
|
237
299
|
models?: string[] | undefined;
|
|
238
300
|
}>>;
|
|
301
|
+
llmasaservice: z.ZodOptional<z.ZodObject<{
|
|
302
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
303
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
304
|
+
customer: z.ZodOptional<z.ZodObject<{
|
|
305
|
+
customer_id: z.ZodString;
|
|
306
|
+
customer_name: z.ZodOptional<z.ZodString>;
|
|
307
|
+
customer_user_id: z.ZodOptional<z.ZodString>;
|
|
308
|
+
customer_user_name: z.ZodOptional<z.ZodString>;
|
|
309
|
+
customer_user_email: z.ZodOptional<z.ZodString>;
|
|
310
|
+
}, "strip", z.ZodTypeAny, {
|
|
311
|
+
customer_id: string;
|
|
312
|
+
customer_name?: string | undefined;
|
|
313
|
+
customer_user_id?: string | undefined;
|
|
314
|
+
customer_user_name?: string | undefined;
|
|
315
|
+
customer_user_email?: string | undefined;
|
|
316
|
+
}, {
|
|
317
|
+
customer_id: string;
|
|
318
|
+
customer_name?: string | undefined;
|
|
319
|
+
customer_user_id?: string | undefined;
|
|
320
|
+
customer_user_name?: string | undefined;
|
|
321
|
+
customer_user_email?: string | undefined;
|
|
322
|
+
}>>;
|
|
323
|
+
conversationId: z.ZodOptional<z.ZodString>;
|
|
324
|
+
conversationTitle: z.ZodOptional<z.ZodString>;
|
|
325
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
326
|
+
}, "strip", z.ZodTypeAny, {
|
|
327
|
+
base_url?: string | undefined;
|
|
328
|
+
project_id?: string | undefined;
|
|
329
|
+
customer?: {
|
|
330
|
+
customer_id: string;
|
|
331
|
+
customer_name?: string | undefined;
|
|
332
|
+
customer_user_id?: string | undefined;
|
|
333
|
+
customer_user_name?: string | undefined;
|
|
334
|
+
customer_user_email?: string | undefined;
|
|
335
|
+
} | undefined;
|
|
336
|
+
conversationId?: string | undefined;
|
|
337
|
+
conversationTitle?: string | undefined;
|
|
338
|
+
projectId?: string | undefined;
|
|
339
|
+
}, {
|
|
340
|
+
base_url?: string | undefined;
|
|
341
|
+
project_id?: string | undefined;
|
|
342
|
+
customer?: {
|
|
343
|
+
customer_id: string;
|
|
344
|
+
customer_name?: string | undefined;
|
|
345
|
+
customer_user_id?: string | undefined;
|
|
346
|
+
customer_user_name?: string | undefined;
|
|
347
|
+
customer_user_email?: string | undefined;
|
|
348
|
+
} | undefined;
|
|
349
|
+
conversationId?: string | undefined;
|
|
350
|
+
conversationTitle?: string | undefined;
|
|
351
|
+
projectId?: string | undefined;
|
|
352
|
+
}>>;
|
|
239
353
|
}, "strip", z.ZodTypeAny, {
|
|
240
354
|
anthropic?: {
|
|
241
355
|
top_k?: number | undefined;
|
|
@@ -257,6 +371,20 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
257
371
|
plugins?: Record<string, unknown>[] | undefined;
|
|
258
372
|
models?: string[] | undefined;
|
|
259
373
|
} | undefined;
|
|
374
|
+
llmasaservice?: {
|
|
375
|
+
base_url?: string | undefined;
|
|
376
|
+
project_id?: string | undefined;
|
|
377
|
+
customer?: {
|
|
378
|
+
customer_id: string;
|
|
379
|
+
customer_name?: string | undefined;
|
|
380
|
+
customer_user_id?: string | undefined;
|
|
381
|
+
customer_user_name?: string | undefined;
|
|
382
|
+
customer_user_email?: string | undefined;
|
|
383
|
+
} | undefined;
|
|
384
|
+
conversationId?: string | undefined;
|
|
385
|
+
conversationTitle?: string | undefined;
|
|
386
|
+
projectId?: string | undefined;
|
|
387
|
+
} | undefined;
|
|
260
388
|
}, {
|
|
261
389
|
anthropic?: {
|
|
262
390
|
top_k?: number | undefined;
|
|
@@ -278,6 +406,20 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
278
406
|
plugins?: Record<string, unknown>[] | undefined;
|
|
279
407
|
models?: string[] | undefined;
|
|
280
408
|
} | undefined;
|
|
409
|
+
llmasaservice?: {
|
|
410
|
+
base_url?: string | undefined;
|
|
411
|
+
project_id?: string | undefined;
|
|
412
|
+
customer?: {
|
|
413
|
+
customer_id: string;
|
|
414
|
+
customer_name?: string | undefined;
|
|
415
|
+
customer_user_id?: string | undefined;
|
|
416
|
+
customer_user_name?: string | undefined;
|
|
417
|
+
customer_user_email?: string | undefined;
|
|
418
|
+
} | undefined;
|
|
419
|
+
conversationId?: string | undefined;
|
|
420
|
+
conversationTitle?: string | undefined;
|
|
421
|
+
projectId?: string | undefined;
|
|
422
|
+
} | undefined;
|
|
281
423
|
}>>;
|
|
282
424
|
}, "strip", z.ZodTypeAny, {
|
|
283
425
|
model?: string | undefined;
|
|
@@ -298,6 +440,13 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
298
440
|
format?: "text" | "json" | "markdown" | undefined;
|
|
299
441
|
stream?: boolean | undefined;
|
|
300
442
|
schema?: Record<string, unknown> | undefined;
|
|
443
|
+
schema_ref?: string | undefined;
|
|
444
|
+
schema_source?: {
|
|
445
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
446
|
+
ref?: string | undefined;
|
|
447
|
+
resolved_path?: string | undefined;
|
|
448
|
+
hash?: string | undefined;
|
|
449
|
+
} | undefined;
|
|
301
450
|
schema_name?: string | undefined;
|
|
302
451
|
schema_description?: string | undefined;
|
|
303
452
|
schema_strict?: boolean | undefined;
|
|
@@ -330,6 +479,7 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
330
479
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
331
480
|
openai_responses?: Record<string, unknown> | undefined;
|
|
332
481
|
openrouter?: Record<string, unknown> | undefined;
|
|
482
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
333
483
|
} | undefined;
|
|
334
484
|
tools?: (string | {
|
|
335
485
|
name: string;
|
|
@@ -357,6 +507,20 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
357
507
|
plugins?: Record<string, unknown>[] | undefined;
|
|
358
508
|
models?: string[] | undefined;
|
|
359
509
|
} | undefined;
|
|
510
|
+
llmasaservice?: {
|
|
511
|
+
base_url?: string | undefined;
|
|
512
|
+
project_id?: string | undefined;
|
|
513
|
+
customer?: {
|
|
514
|
+
customer_id: string;
|
|
515
|
+
customer_name?: string | undefined;
|
|
516
|
+
customer_user_id?: string | undefined;
|
|
517
|
+
customer_user_name?: string | undefined;
|
|
518
|
+
customer_user_email?: string | undefined;
|
|
519
|
+
} | undefined;
|
|
520
|
+
conversationId?: string | undefined;
|
|
521
|
+
conversationTitle?: string | undefined;
|
|
522
|
+
projectId?: string | undefined;
|
|
523
|
+
} | undefined;
|
|
360
524
|
} | undefined;
|
|
361
525
|
}, {
|
|
362
526
|
model?: string | undefined;
|
|
@@ -377,6 +541,13 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
377
541
|
format?: "text" | "json" | "markdown" | undefined;
|
|
378
542
|
stream?: boolean | undefined;
|
|
379
543
|
schema?: Record<string, unknown> | undefined;
|
|
544
|
+
schema_ref?: string | undefined;
|
|
545
|
+
schema_source?: {
|
|
546
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
547
|
+
ref?: string | undefined;
|
|
548
|
+
resolved_path?: string | undefined;
|
|
549
|
+
hash?: string | undefined;
|
|
550
|
+
} | undefined;
|
|
380
551
|
schema_name?: string | undefined;
|
|
381
552
|
schema_description?: string | undefined;
|
|
382
553
|
schema_strict?: boolean | undefined;
|
|
@@ -409,6 +580,7 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
409
580
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
410
581
|
openai_responses?: Record<string, unknown> | undefined;
|
|
411
582
|
openrouter?: Record<string, unknown> | undefined;
|
|
583
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
412
584
|
} | undefined;
|
|
413
585
|
tools?: (string | {
|
|
414
586
|
name: string;
|
|
@@ -436,6 +608,20 @@ declare const PromptAssetOverridesSchema: z.ZodObject<{
|
|
|
436
608
|
plugins?: Record<string, unknown>[] | undefined;
|
|
437
609
|
models?: string[] | undefined;
|
|
438
610
|
} | undefined;
|
|
611
|
+
llmasaservice?: {
|
|
612
|
+
base_url?: string | undefined;
|
|
613
|
+
project_id?: string | undefined;
|
|
614
|
+
customer?: {
|
|
615
|
+
customer_id: string;
|
|
616
|
+
customer_name?: string | undefined;
|
|
617
|
+
customer_user_id?: string | undefined;
|
|
618
|
+
customer_user_name?: string | undefined;
|
|
619
|
+
customer_user_email?: string | undefined;
|
|
620
|
+
} | undefined;
|
|
621
|
+
conversationId?: string | undefined;
|
|
622
|
+
conversationTitle?: string | undefined;
|
|
623
|
+
projectId?: string | undefined;
|
|
624
|
+
} | undefined;
|
|
439
625
|
} | undefined;
|
|
440
626
|
}>;
|
|
441
627
|
type PromptAssetOverrides = z.infer<typeof PromptAssetOverridesSchema>;
|
|
@@ -443,7 +629,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
443
629
|
id: z.ZodString;
|
|
444
630
|
schema_version: z.ZodDefault<z.ZodNumber>;
|
|
445
631
|
description: z.ZodOptional<z.ZodString>;
|
|
446
|
-
provider: z.ZodOptional<z.ZodEnum<["openai", "openai-responses", "anthropic", "google", "gemini", "openrouter", "any"]>>;
|
|
632
|
+
provider: z.ZodOptional<z.ZodEnum<["openai", "openai-responses", "anthropic", "google", "gemini", "openrouter", "llmasaservice", "any"]>>;
|
|
447
633
|
model: z.ZodOptional<z.ZodString>;
|
|
448
634
|
fallback_models: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
449
635
|
reasoning: z.ZodOptional<z.ZodObject<{
|
|
@@ -478,10 +664,27 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
478
664
|
stop?: string[] | undefined;
|
|
479
665
|
max_output_tokens?: number | undefined;
|
|
480
666
|
}>>;
|
|
481
|
-
response: z.ZodOptional<z.ZodObject<{
|
|
667
|
+
response: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
482
668
|
format: z.ZodOptional<z.ZodEnum<["text", "json", "markdown"]>>;
|
|
483
669
|
stream: z.ZodOptional<z.ZodBoolean>;
|
|
484
670
|
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
671
|
+
schema_ref: z.ZodOptional<z.ZodString>;
|
|
672
|
+
schema_source: z.ZodOptional<z.ZodObject<{
|
|
673
|
+
mode: z.ZodOptional<z.ZodEnum<["inline", "schema_ref_json", "schema_ref_zod_module"]>>;
|
|
674
|
+
ref: z.ZodOptional<z.ZodString>;
|
|
675
|
+
resolved_path: z.ZodOptional<z.ZodString>;
|
|
676
|
+
hash: z.ZodOptional<z.ZodString>;
|
|
677
|
+
}, "strip", z.ZodTypeAny, {
|
|
678
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
679
|
+
ref?: string | undefined;
|
|
680
|
+
resolved_path?: string | undefined;
|
|
681
|
+
hash?: string | undefined;
|
|
682
|
+
}, {
|
|
683
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
684
|
+
ref?: string | undefined;
|
|
685
|
+
resolved_path?: string | undefined;
|
|
686
|
+
hash?: string | undefined;
|
|
687
|
+
}>>;
|
|
485
688
|
schema_name: z.ZodOptional<z.ZodString>;
|
|
486
689
|
schema_description: z.ZodOptional<z.ZodString>;
|
|
487
690
|
schema_strict: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -489,6 +692,41 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
489
692
|
format?: "text" | "json" | "markdown" | undefined;
|
|
490
693
|
stream?: boolean | undefined;
|
|
491
694
|
schema?: Record<string, unknown> | undefined;
|
|
695
|
+
schema_ref?: string | undefined;
|
|
696
|
+
schema_source?: {
|
|
697
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
698
|
+
ref?: string | undefined;
|
|
699
|
+
resolved_path?: string | undefined;
|
|
700
|
+
hash?: string | undefined;
|
|
701
|
+
} | undefined;
|
|
702
|
+
schema_name?: string | undefined;
|
|
703
|
+
schema_description?: string | undefined;
|
|
704
|
+
schema_strict?: boolean | undefined;
|
|
705
|
+
}, {
|
|
706
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
707
|
+
stream?: boolean | undefined;
|
|
708
|
+
schema?: Record<string, unknown> | undefined;
|
|
709
|
+
schema_ref?: string | undefined;
|
|
710
|
+
schema_source?: {
|
|
711
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
712
|
+
ref?: string | undefined;
|
|
713
|
+
resolved_path?: string | undefined;
|
|
714
|
+
hash?: string | undefined;
|
|
715
|
+
} | undefined;
|
|
716
|
+
schema_name?: string | undefined;
|
|
717
|
+
schema_description?: string | undefined;
|
|
718
|
+
schema_strict?: boolean | undefined;
|
|
719
|
+
}>, {
|
|
720
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
721
|
+
stream?: boolean | undefined;
|
|
722
|
+
schema?: Record<string, unknown> | undefined;
|
|
723
|
+
schema_ref?: string | undefined;
|
|
724
|
+
schema_source?: {
|
|
725
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
726
|
+
ref?: string | undefined;
|
|
727
|
+
resolved_path?: string | undefined;
|
|
728
|
+
hash?: string | undefined;
|
|
729
|
+
} | undefined;
|
|
492
730
|
schema_name?: string | undefined;
|
|
493
731
|
schema_description?: string | undefined;
|
|
494
732
|
schema_strict?: boolean | undefined;
|
|
@@ -496,6 +734,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
496
734
|
format?: "text" | "json" | "markdown" | undefined;
|
|
497
735
|
stream?: boolean | undefined;
|
|
498
736
|
schema?: Record<string, unknown> | undefined;
|
|
737
|
+
schema_ref?: string | undefined;
|
|
738
|
+
schema_source?: {
|
|
739
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
740
|
+
ref?: string | undefined;
|
|
741
|
+
resolved_path?: string | undefined;
|
|
742
|
+
hash?: string | undefined;
|
|
743
|
+
} | undefined;
|
|
499
744
|
schema_name?: string | undefined;
|
|
500
745
|
schema_description?: string | undefined;
|
|
501
746
|
schema_strict?: boolean | undefined;
|
|
@@ -594,6 +839,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
594
839
|
gemini: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
595
840
|
google: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
596
841
|
openrouter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
842
|
+
llmasaservice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
597
843
|
}, "strip", z.ZodTypeAny, {
|
|
598
844
|
openai?: Record<string, unknown> | undefined;
|
|
599
845
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -602,6 +848,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
602
848
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
603
849
|
openai_responses?: Record<string, unknown> | undefined;
|
|
604
850
|
openrouter?: Record<string, unknown> | undefined;
|
|
851
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
605
852
|
}, {
|
|
606
853
|
openai?: Record<string, unknown> | undefined;
|
|
607
854
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -610,6 +857,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
610
857
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
611
858
|
openai_responses?: Record<string, unknown> | undefined;
|
|
612
859
|
openrouter?: Record<string, unknown> | undefined;
|
|
860
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
613
861
|
}>>;
|
|
614
862
|
tools: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
615
863
|
name: z.ZodString;
|
|
@@ -679,6 +927,58 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
679
927
|
plugins?: Record<string, unknown>[] | undefined;
|
|
680
928
|
models?: string[] | undefined;
|
|
681
929
|
}>>;
|
|
930
|
+
llmasaservice: z.ZodOptional<z.ZodObject<{
|
|
931
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
932
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
933
|
+
customer: z.ZodOptional<z.ZodObject<{
|
|
934
|
+
customer_id: z.ZodString;
|
|
935
|
+
customer_name: z.ZodOptional<z.ZodString>;
|
|
936
|
+
customer_user_id: z.ZodOptional<z.ZodString>;
|
|
937
|
+
customer_user_name: z.ZodOptional<z.ZodString>;
|
|
938
|
+
customer_user_email: z.ZodOptional<z.ZodString>;
|
|
939
|
+
}, "strip", z.ZodTypeAny, {
|
|
940
|
+
customer_id: string;
|
|
941
|
+
customer_name?: string | undefined;
|
|
942
|
+
customer_user_id?: string | undefined;
|
|
943
|
+
customer_user_name?: string | undefined;
|
|
944
|
+
customer_user_email?: string | undefined;
|
|
945
|
+
}, {
|
|
946
|
+
customer_id: string;
|
|
947
|
+
customer_name?: string | undefined;
|
|
948
|
+
customer_user_id?: string | undefined;
|
|
949
|
+
customer_user_name?: string | undefined;
|
|
950
|
+
customer_user_email?: string | undefined;
|
|
951
|
+
}>>;
|
|
952
|
+
conversationId: z.ZodOptional<z.ZodString>;
|
|
953
|
+
conversationTitle: z.ZodOptional<z.ZodString>;
|
|
954
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
955
|
+
}, "strip", z.ZodTypeAny, {
|
|
956
|
+
base_url?: string | undefined;
|
|
957
|
+
project_id?: string | undefined;
|
|
958
|
+
customer?: {
|
|
959
|
+
customer_id: string;
|
|
960
|
+
customer_name?: string | undefined;
|
|
961
|
+
customer_user_id?: string | undefined;
|
|
962
|
+
customer_user_name?: string | undefined;
|
|
963
|
+
customer_user_email?: string | undefined;
|
|
964
|
+
} | undefined;
|
|
965
|
+
conversationId?: string | undefined;
|
|
966
|
+
conversationTitle?: string | undefined;
|
|
967
|
+
projectId?: string | undefined;
|
|
968
|
+
}, {
|
|
969
|
+
base_url?: string | undefined;
|
|
970
|
+
project_id?: string | undefined;
|
|
971
|
+
customer?: {
|
|
972
|
+
customer_id: string;
|
|
973
|
+
customer_name?: string | undefined;
|
|
974
|
+
customer_user_id?: string | undefined;
|
|
975
|
+
customer_user_name?: string | undefined;
|
|
976
|
+
customer_user_email?: string | undefined;
|
|
977
|
+
} | undefined;
|
|
978
|
+
conversationId?: string | undefined;
|
|
979
|
+
conversationTitle?: string | undefined;
|
|
980
|
+
projectId?: string | undefined;
|
|
981
|
+
}>>;
|
|
682
982
|
}, "strip", z.ZodTypeAny, {
|
|
683
983
|
anthropic?: {
|
|
684
984
|
top_k?: number | undefined;
|
|
@@ -700,6 +1000,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
700
1000
|
plugins?: Record<string, unknown>[] | undefined;
|
|
701
1001
|
models?: string[] | undefined;
|
|
702
1002
|
} | undefined;
|
|
1003
|
+
llmasaservice?: {
|
|
1004
|
+
base_url?: string | undefined;
|
|
1005
|
+
project_id?: string | undefined;
|
|
1006
|
+
customer?: {
|
|
1007
|
+
customer_id: string;
|
|
1008
|
+
customer_name?: string | undefined;
|
|
1009
|
+
customer_user_id?: string | undefined;
|
|
1010
|
+
customer_user_name?: string | undefined;
|
|
1011
|
+
customer_user_email?: string | undefined;
|
|
1012
|
+
} | undefined;
|
|
1013
|
+
conversationId?: string | undefined;
|
|
1014
|
+
conversationTitle?: string | undefined;
|
|
1015
|
+
projectId?: string | undefined;
|
|
1016
|
+
} | undefined;
|
|
703
1017
|
}, {
|
|
704
1018
|
anthropic?: {
|
|
705
1019
|
top_k?: number | undefined;
|
|
@@ -721,6 +1035,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
721
1035
|
plugins?: Record<string, unknown>[] | undefined;
|
|
722
1036
|
models?: string[] | undefined;
|
|
723
1037
|
} | undefined;
|
|
1038
|
+
llmasaservice?: {
|
|
1039
|
+
base_url?: string | undefined;
|
|
1040
|
+
project_id?: string | undefined;
|
|
1041
|
+
customer?: {
|
|
1042
|
+
customer_id: string;
|
|
1043
|
+
customer_name?: string | undefined;
|
|
1044
|
+
customer_user_id?: string | undefined;
|
|
1045
|
+
customer_user_name?: string | undefined;
|
|
1046
|
+
customer_user_email?: string | undefined;
|
|
1047
|
+
} | undefined;
|
|
1048
|
+
conversationId?: string | undefined;
|
|
1049
|
+
conversationTitle?: string | undefined;
|
|
1050
|
+
projectId?: string | undefined;
|
|
1051
|
+
} | undefined;
|
|
724
1052
|
}>>;
|
|
725
1053
|
mcp: z.ZodOptional<z.ZodObject<{
|
|
726
1054
|
servers: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -747,6 +1075,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
747
1075
|
context: z.ZodOptional<z.ZodObject<{
|
|
748
1076
|
inputs: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
749
1077
|
name: z.ZodString;
|
|
1078
|
+
optional: z.ZodOptional<z.ZodBoolean>;
|
|
1079
|
+
warnings: z.ZodOptional<z.ZodBoolean>;
|
|
750
1080
|
max_size: z.ZodOptional<z.ZodNumber>;
|
|
751
1081
|
trim: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodEnum<["start", "end", "both"]>]>>;
|
|
752
1082
|
allow_regex: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
@@ -791,6 +1121,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
791
1121
|
}>]>>;
|
|
792
1122
|
}, "strip", z.ZodTypeAny, {
|
|
793
1123
|
name: string;
|
|
1124
|
+
warnings?: boolean | undefined;
|
|
1125
|
+
optional?: boolean | undefined;
|
|
794
1126
|
max_size?: number | undefined;
|
|
795
1127
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
796
1128
|
allow_regex?: string | {
|
|
@@ -811,6 +1143,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
811
1143
|
} | undefined;
|
|
812
1144
|
}, {
|
|
813
1145
|
name: string;
|
|
1146
|
+
warnings?: boolean | undefined;
|
|
1147
|
+
optional?: boolean | undefined;
|
|
814
1148
|
max_size?: number | undefined;
|
|
815
1149
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
816
1150
|
allow_regex?: string | {
|
|
@@ -843,6 +1177,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
843
1177
|
} | undefined;
|
|
844
1178
|
inputs?: (string | {
|
|
845
1179
|
name: string;
|
|
1180
|
+
warnings?: boolean | undefined;
|
|
1181
|
+
optional?: boolean | undefined;
|
|
846
1182
|
max_size?: number | undefined;
|
|
847
1183
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
848
1184
|
allow_regex?: string | {
|
|
@@ -868,6 +1204,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
868
1204
|
} | undefined;
|
|
869
1205
|
inputs?: (string | {
|
|
870
1206
|
name: string;
|
|
1207
|
+
warnings?: boolean | undefined;
|
|
1208
|
+
optional?: boolean | undefined;
|
|
871
1209
|
max_size?: number | undefined;
|
|
872
1210
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
873
1211
|
allow_regex?: string | {
|
|
@@ -924,10 +1262,27 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
924
1262
|
stop?: string[] | undefined;
|
|
925
1263
|
max_output_tokens?: number | undefined;
|
|
926
1264
|
}>>;
|
|
927
|
-
response: z.ZodOptional<z.ZodObject<{
|
|
1265
|
+
response: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
928
1266
|
format: z.ZodOptional<z.ZodEnum<["text", "json", "markdown"]>>;
|
|
929
1267
|
stream: z.ZodOptional<z.ZodBoolean>;
|
|
930
1268
|
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1269
|
+
schema_ref: z.ZodOptional<z.ZodString>;
|
|
1270
|
+
schema_source: z.ZodOptional<z.ZodObject<{
|
|
1271
|
+
mode: z.ZodOptional<z.ZodEnum<["inline", "schema_ref_json", "schema_ref_zod_module"]>>;
|
|
1272
|
+
ref: z.ZodOptional<z.ZodString>;
|
|
1273
|
+
resolved_path: z.ZodOptional<z.ZodString>;
|
|
1274
|
+
hash: z.ZodOptional<z.ZodString>;
|
|
1275
|
+
}, "strip", z.ZodTypeAny, {
|
|
1276
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1277
|
+
ref?: string | undefined;
|
|
1278
|
+
resolved_path?: string | undefined;
|
|
1279
|
+
hash?: string | undefined;
|
|
1280
|
+
}, {
|
|
1281
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1282
|
+
ref?: string | undefined;
|
|
1283
|
+
resolved_path?: string | undefined;
|
|
1284
|
+
hash?: string | undefined;
|
|
1285
|
+
}>>;
|
|
931
1286
|
schema_name: z.ZodOptional<z.ZodString>;
|
|
932
1287
|
schema_description: z.ZodOptional<z.ZodString>;
|
|
933
1288
|
schema_strict: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -935,6 +1290,41 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
935
1290
|
format?: "text" | "json" | "markdown" | undefined;
|
|
936
1291
|
stream?: boolean | undefined;
|
|
937
1292
|
schema?: Record<string, unknown> | undefined;
|
|
1293
|
+
schema_ref?: string | undefined;
|
|
1294
|
+
schema_source?: {
|
|
1295
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1296
|
+
ref?: string | undefined;
|
|
1297
|
+
resolved_path?: string | undefined;
|
|
1298
|
+
hash?: string | undefined;
|
|
1299
|
+
} | undefined;
|
|
1300
|
+
schema_name?: string | undefined;
|
|
1301
|
+
schema_description?: string | undefined;
|
|
1302
|
+
schema_strict?: boolean | undefined;
|
|
1303
|
+
}, {
|
|
1304
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
1305
|
+
stream?: boolean | undefined;
|
|
1306
|
+
schema?: Record<string, unknown> | undefined;
|
|
1307
|
+
schema_ref?: string | undefined;
|
|
1308
|
+
schema_source?: {
|
|
1309
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1310
|
+
ref?: string | undefined;
|
|
1311
|
+
resolved_path?: string | undefined;
|
|
1312
|
+
hash?: string | undefined;
|
|
1313
|
+
} | undefined;
|
|
1314
|
+
schema_name?: string | undefined;
|
|
1315
|
+
schema_description?: string | undefined;
|
|
1316
|
+
schema_strict?: boolean | undefined;
|
|
1317
|
+
}>, {
|
|
1318
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
1319
|
+
stream?: boolean | undefined;
|
|
1320
|
+
schema?: Record<string, unknown> | undefined;
|
|
1321
|
+
schema_ref?: string | undefined;
|
|
1322
|
+
schema_source?: {
|
|
1323
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1324
|
+
ref?: string | undefined;
|
|
1325
|
+
resolved_path?: string | undefined;
|
|
1326
|
+
hash?: string | undefined;
|
|
1327
|
+
} | undefined;
|
|
938
1328
|
schema_name?: string | undefined;
|
|
939
1329
|
schema_description?: string | undefined;
|
|
940
1330
|
schema_strict?: boolean | undefined;
|
|
@@ -942,6 +1332,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
942
1332
|
format?: "text" | "json" | "markdown" | undefined;
|
|
943
1333
|
stream?: boolean | undefined;
|
|
944
1334
|
schema?: Record<string, unknown> | undefined;
|
|
1335
|
+
schema_ref?: string | undefined;
|
|
1336
|
+
schema_source?: {
|
|
1337
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1338
|
+
ref?: string | undefined;
|
|
1339
|
+
resolved_path?: string | undefined;
|
|
1340
|
+
hash?: string | undefined;
|
|
1341
|
+
} | undefined;
|
|
945
1342
|
schema_name?: string | undefined;
|
|
946
1343
|
schema_description?: string | undefined;
|
|
947
1344
|
schema_strict?: boolean | undefined;
|
|
@@ -1040,6 +1437,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1040
1437
|
gemini: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1041
1438
|
google: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1042
1439
|
openrouter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1440
|
+
llmasaservice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1043
1441
|
}, "strip", z.ZodTypeAny, {
|
|
1044
1442
|
openai?: Record<string, unknown> | undefined;
|
|
1045
1443
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -1048,6 +1446,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1048
1446
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1049
1447
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1050
1448
|
openrouter?: Record<string, unknown> | undefined;
|
|
1449
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1051
1450
|
}, {
|
|
1052
1451
|
openai?: Record<string, unknown> | undefined;
|
|
1053
1452
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -1056,6 +1455,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1056
1455
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1057
1456
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1058
1457
|
openrouter?: Record<string, unknown> | undefined;
|
|
1458
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1059
1459
|
}>>;
|
|
1060
1460
|
tools: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1061
1461
|
name: z.ZodString;
|
|
@@ -1125,6 +1525,58 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1125
1525
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1126
1526
|
models?: string[] | undefined;
|
|
1127
1527
|
}>>;
|
|
1528
|
+
llmasaservice: z.ZodOptional<z.ZodObject<{
|
|
1529
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
1530
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
1531
|
+
customer: z.ZodOptional<z.ZodObject<{
|
|
1532
|
+
customer_id: z.ZodString;
|
|
1533
|
+
customer_name: z.ZodOptional<z.ZodString>;
|
|
1534
|
+
customer_user_id: z.ZodOptional<z.ZodString>;
|
|
1535
|
+
customer_user_name: z.ZodOptional<z.ZodString>;
|
|
1536
|
+
customer_user_email: z.ZodOptional<z.ZodString>;
|
|
1537
|
+
}, "strip", z.ZodTypeAny, {
|
|
1538
|
+
customer_id: string;
|
|
1539
|
+
customer_name?: string | undefined;
|
|
1540
|
+
customer_user_id?: string | undefined;
|
|
1541
|
+
customer_user_name?: string | undefined;
|
|
1542
|
+
customer_user_email?: string | undefined;
|
|
1543
|
+
}, {
|
|
1544
|
+
customer_id: string;
|
|
1545
|
+
customer_name?: string | undefined;
|
|
1546
|
+
customer_user_id?: string | undefined;
|
|
1547
|
+
customer_user_name?: string | undefined;
|
|
1548
|
+
customer_user_email?: string | undefined;
|
|
1549
|
+
}>>;
|
|
1550
|
+
conversationId: z.ZodOptional<z.ZodString>;
|
|
1551
|
+
conversationTitle: z.ZodOptional<z.ZodString>;
|
|
1552
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
1553
|
+
}, "strip", z.ZodTypeAny, {
|
|
1554
|
+
base_url?: string | undefined;
|
|
1555
|
+
project_id?: string | undefined;
|
|
1556
|
+
customer?: {
|
|
1557
|
+
customer_id: string;
|
|
1558
|
+
customer_name?: string | undefined;
|
|
1559
|
+
customer_user_id?: string | undefined;
|
|
1560
|
+
customer_user_name?: string | undefined;
|
|
1561
|
+
customer_user_email?: string | undefined;
|
|
1562
|
+
} | undefined;
|
|
1563
|
+
conversationId?: string | undefined;
|
|
1564
|
+
conversationTitle?: string | undefined;
|
|
1565
|
+
projectId?: string | undefined;
|
|
1566
|
+
}, {
|
|
1567
|
+
base_url?: string | undefined;
|
|
1568
|
+
project_id?: string | undefined;
|
|
1569
|
+
customer?: {
|
|
1570
|
+
customer_id: string;
|
|
1571
|
+
customer_name?: string | undefined;
|
|
1572
|
+
customer_user_id?: string | undefined;
|
|
1573
|
+
customer_user_name?: string | undefined;
|
|
1574
|
+
customer_user_email?: string | undefined;
|
|
1575
|
+
} | undefined;
|
|
1576
|
+
conversationId?: string | undefined;
|
|
1577
|
+
conversationTitle?: string | undefined;
|
|
1578
|
+
projectId?: string | undefined;
|
|
1579
|
+
}>>;
|
|
1128
1580
|
}, "strip", z.ZodTypeAny, {
|
|
1129
1581
|
anthropic?: {
|
|
1130
1582
|
top_k?: number | undefined;
|
|
@@ -1146,6 +1598,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1146
1598
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1147
1599
|
models?: string[] | undefined;
|
|
1148
1600
|
} | undefined;
|
|
1601
|
+
llmasaservice?: {
|
|
1602
|
+
base_url?: string | undefined;
|
|
1603
|
+
project_id?: string | undefined;
|
|
1604
|
+
customer?: {
|
|
1605
|
+
customer_id: string;
|
|
1606
|
+
customer_name?: string | undefined;
|
|
1607
|
+
customer_user_id?: string | undefined;
|
|
1608
|
+
customer_user_name?: string | undefined;
|
|
1609
|
+
customer_user_email?: string | undefined;
|
|
1610
|
+
} | undefined;
|
|
1611
|
+
conversationId?: string | undefined;
|
|
1612
|
+
conversationTitle?: string | undefined;
|
|
1613
|
+
projectId?: string | undefined;
|
|
1614
|
+
} | undefined;
|
|
1149
1615
|
}, {
|
|
1150
1616
|
anthropic?: {
|
|
1151
1617
|
top_k?: number | undefined;
|
|
@@ -1167,6 +1633,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1167
1633
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1168
1634
|
models?: string[] | undefined;
|
|
1169
1635
|
} | undefined;
|
|
1636
|
+
llmasaservice?: {
|
|
1637
|
+
base_url?: string | undefined;
|
|
1638
|
+
project_id?: string | undefined;
|
|
1639
|
+
customer?: {
|
|
1640
|
+
customer_id: string;
|
|
1641
|
+
customer_name?: string | undefined;
|
|
1642
|
+
customer_user_id?: string | undefined;
|
|
1643
|
+
customer_user_name?: string | undefined;
|
|
1644
|
+
customer_user_email?: string | undefined;
|
|
1645
|
+
} | undefined;
|
|
1646
|
+
conversationId?: string | undefined;
|
|
1647
|
+
conversationTitle?: string | undefined;
|
|
1648
|
+
projectId?: string | undefined;
|
|
1649
|
+
} | undefined;
|
|
1170
1650
|
}>>;
|
|
1171
1651
|
}, "strip", z.ZodTypeAny, {
|
|
1172
1652
|
model?: string | undefined;
|
|
@@ -1187,6 +1667,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1187
1667
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1188
1668
|
stream?: boolean | undefined;
|
|
1189
1669
|
schema?: Record<string, unknown> | undefined;
|
|
1670
|
+
schema_ref?: string | undefined;
|
|
1671
|
+
schema_source?: {
|
|
1672
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1673
|
+
ref?: string | undefined;
|
|
1674
|
+
resolved_path?: string | undefined;
|
|
1675
|
+
hash?: string | undefined;
|
|
1676
|
+
} | undefined;
|
|
1190
1677
|
schema_name?: string | undefined;
|
|
1191
1678
|
schema_description?: string | undefined;
|
|
1192
1679
|
schema_strict?: boolean | undefined;
|
|
@@ -1219,6 +1706,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1219
1706
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1220
1707
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1221
1708
|
openrouter?: Record<string, unknown> | undefined;
|
|
1709
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1222
1710
|
} | undefined;
|
|
1223
1711
|
tools?: (string | {
|
|
1224
1712
|
name: string;
|
|
@@ -1246,6 +1734,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1246
1734
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1247
1735
|
models?: string[] | undefined;
|
|
1248
1736
|
} | undefined;
|
|
1737
|
+
llmasaservice?: {
|
|
1738
|
+
base_url?: string | undefined;
|
|
1739
|
+
project_id?: string | undefined;
|
|
1740
|
+
customer?: {
|
|
1741
|
+
customer_id: string;
|
|
1742
|
+
customer_name?: string | undefined;
|
|
1743
|
+
customer_user_id?: string | undefined;
|
|
1744
|
+
customer_user_name?: string | undefined;
|
|
1745
|
+
customer_user_email?: string | undefined;
|
|
1746
|
+
} | undefined;
|
|
1747
|
+
conversationId?: string | undefined;
|
|
1748
|
+
conversationTitle?: string | undefined;
|
|
1749
|
+
projectId?: string | undefined;
|
|
1750
|
+
} | undefined;
|
|
1249
1751
|
} | undefined;
|
|
1250
1752
|
}, {
|
|
1251
1753
|
model?: string | undefined;
|
|
@@ -1266,6 +1768,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1266
1768
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1267
1769
|
stream?: boolean | undefined;
|
|
1268
1770
|
schema?: Record<string, unknown> | undefined;
|
|
1771
|
+
schema_ref?: string | undefined;
|
|
1772
|
+
schema_source?: {
|
|
1773
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1774
|
+
ref?: string | undefined;
|
|
1775
|
+
resolved_path?: string | undefined;
|
|
1776
|
+
hash?: string | undefined;
|
|
1777
|
+
} | undefined;
|
|
1269
1778
|
schema_name?: string | undefined;
|
|
1270
1779
|
schema_description?: string | undefined;
|
|
1271
1780
|
schema_strict?: boolean | undefined;
|
|
@@ -1298,6 +1807,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1298
1807
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1299
1808
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1300
1809
|
openrouter?: Record<string, unknown> | undefined;
|
|
1810
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1301
1811
|
} | undefined;
|
|
1302
1812
|
tools?: (string | {
|
|
1303
1813
|
name: string;
|
|
@@ -1325,6 +1835,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1325
1835
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1326
1836
|
models?: string[] | undefined;
|
|
1327
1837
|
} | undefined;
|
|
1838
|
+
llmasaservice?: {
|
|
1839
|
+
base_url?: string | undefined;
|
|
1840
|
+
project_id?: string | undefined;
|
|
1841
|
+
customer?: {
|
|
1842
|
+
customer_id: string;
|
|
1843
|
+
customer_name?: string | undefined;
|
|
1844
|
+
customer_user_id?: string | undefined;
|
|
1845
|
+
customer_user_name?: string | undefined;
|
|
1846
|
+
customer_user_email?: string | undefined;
|
|
1847
|
+
} | undefined;
|
|
1848
|
+
conversationId?: string | undefined;
|
|
1849
|
+
conversationTitle?: string | undefined;
|
|
1850
|
+
projectId?: string | undefined;
|
|
1851
|
+
} | undefined;
|
|
1328
1852
|
} | undefined;
|
|
1329
1853
|
}>>>;
|
|
1330
1854
|
tiers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -1362,10 +1886,27 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1362
1886
|
stop?: string[] | undefined;
|
|
1363
1887
|
max_output_tokens?: number | undefined;
|
|
1364
1888
|
}>>;
|
|
1365
|
-
response: z.ZodOptional<z.ZodObject<{
|
|
1889
|
+
response: z.ZodOptional<z.ZodEffects<z.ZodObject<{
|
|
1366
1890
|
format: z.ZodOptional<z.ZodEnum<["text", "json", "markdown"]>>;
|
|
1367
1891
|
stream: z.ZodOptional<z.ZodBoolean>;
|
|
1368
1892
|
schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1893
|
+
schema_ref: z.ZodOptional<z.ZodString>;
|
|
1894
|
+
schema_source: z.ZodOptional<z.ZodObject<{
|
|
1895
|
+
mode: z.ZodOptional<z.ZodEnum<["inline", "schema_ref_json", "schema_ref_zod_module"]>>;
|
|
1896
|
+
ref: z.ZodOptional<z.ZodString>;
|
|
1897
|
+
resolved_path: z.ZodOptional<z.ZodString>;
|
|
1898
|
+
hash: z.ZodOptional<z.ZodString>;
|
|
1899
|
+
}, "strip", z.ZodTypeAny, {
|
|
1900
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1901
|
+
ref?: string | undefined;
|
|
1902
|
+
resolved_path?: string | undefined;
|
|
1903
|
+
hash?: string | undefined;
|
|
1904
|
+
}, {
|
|
1905
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1906
|
+
ref?: string | undefined;
|
|
1907
|
+
resolved_path?: string | undefined;
|
|
1908
|
+
hash?: string | undefined;
|
|
1909
|
+
}>>;
|
|
1369
1910
|
schema_name: z.ZodOptional<z.ZodString>;
|
|
1370
1911
|
schema_description: z.ZodOptional<z.ZodString>;
|
|
1371
1912
|
schema_strict: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1373,6 +1914,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1373
1914
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1374
1915
|
stream?: boolean | undefined;
|
|
1375
1916
|
schema?: Record<string, unknown> | undefined;
|
|
1917
|
+
schema_ref?: string | undefined;
|
|
1918
|
+
schema_source?: {
|
|
1919
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1920
|
+
ref?: string | undefined;
|
|
1921
|
+
resolved_path?: string | undefined;
|
|
1922
|
+
hash?: string | undefined;
|
|
1923
|
+
} | undefined;
|
|
1376
1924
|
schema_name?: string | undefined;
|
|
1377
1925
|
schema_description?: string | undefined;
|
|
1378
1926
|
schema_strict?: boolean | undefined;
|
|
@@ -1380,6 +1928,41 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1380
1928
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1381
1929
|
stream?: boolean | undefined;
|
|
1382
1930
|
schema?: Record<string, unknown> | undefined;
|
|
1931
|
+
schema_ref?: string | undefined;
|
|
1932
|
+
schema_source?: {
|
|
1933
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1934
|
+
ref?: string | undefined;
|
|
1935
|
+
resolved_path?: string | undefined;
|
|
1936
|
+
hash?: string | undefined;
|
|
1937
|
+
} | undefined;
|
|
1938
|
+
schema_name?: string | undefined;
|
|
1939
|
+
schema_description?: string | undefined;
|
|
1940
|
+
schema_strict?: boolean | undefined;
|
|
1941
|
+
}>, {
|
|
1942
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
1943
|
+
stream?: boolean | undefined;
|
|
1944
|
+
schema?: Record<string, unknown> | undefined;
|
|
1945
|
+
schema_ref?: string | undefined;
|
|
1946
|
+
schema_source?: {
|
|
1947
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1948
|
+
ref?: string | undefined;
|
|
1949
|
+
resolved_path?: string | undefined;
|
|
1950
|
+
hash?: string | undefined;
|
|
1951
|
+
} | undefined;
|
|
1952
|
+
schema_name?: string | undefined;
|
|
1953
|
+
schema_description?: string | undefined;
|
|
1954
|
+
schema_strict?: boolean | undefined;
|
|
1955
|
+
}, {
|
|
1956
|
+
format?: "text" | "json" | "markdown" | undefined;
|
|
1957
|
+
stream?: boolean | undefined;
|
|
1958
|
+
schema?: Record<string, unknown> | undefined;
|
|
1959
|
+
schema_ref?: string | undefined;
|
|
1960
|
+
schema_source?: {
|
|
1961
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
1962
|
+
ref?: string | undefined;
|
|
1963
|
+
resolved_path?: string | undefined;
|
|
1964
|
+
hash?: string | undefined;
|
|
1965
|
+
} | undefined;
|
|
1383
1966
|
schema_name?: string | undefined;
|
|
1384
1967
|
schema_description?: string | undefined;
|
|
1385
1968
|
schema_strict?: boolean | undefined;
|
|
@@ -1478,6 +2061,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1478
2061
|
gemini: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1479
2062
|
google: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1480
2063
|
openrouter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2064
|
+
llmasaservice: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1481
2065
|
}, "strip", z.ZodTypeAny, {
|
|
1482
2066
|
openai?: Record<string, unknown> | undefined;
|
|
1483
2067
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -1486,6 +2070,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1486
2070
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1487
2071
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1488
2072
|
openrouter?: Record<string, unknown> | undefined;
|
|
2073
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1489
2074
|
}, {
|
|
1490
2075
|
openai?: Record<string, unknown> | undefined;
|
|
1491
2076
|
anthropic?: Record<string, unknown> | undefined;
|
|
@@ -1494,6 +2079,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1494
2079
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1495
2080
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1496
2081
|
openrouter?: Record<string, unknown> | undefined;
|
|
2082
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1497
2083
|
}>>;
|
|
1498
2084
|
tools: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodObject<{
|
|
1499
2085
|
name: z.ZodString;
|
|
@@ -1563,6 +2149,58 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1563
2149
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1564
2150
|
models?: string[] | undefined;
|
|
1565
2151
|
}>>;
|
|
2152
|
+
llmasaservice: z.ZodOptional<z.ZodObject<{
|
|
2153
|
+
base_url: z.ZodOptional<z.ZodString>;
|
|
2154
|
+
project_id: z.ZodOptional<z.ZodString>;
|
|
2155
|
+
customer: z.ZodOptional<z.ZodObject<{
|
|
2156
|
+
customer_id: z.ZodString;
|
|
2157
|
+
customer_name: z.ZodOptional<z.ZodString>;
|
|
2158
|
+
customer_user_id: z.ZodOptional<z.ZodString>;
|
|
2159
|
+
customer_user_name: z.ZodOptional<z.ZodString>;
|
|
2160
|
+
customer_user_email: z.ZodOptional<z.ZodString>;
|
|
2161
|
+
}, "strip", z.ZodTypeAny, {
|
|
2162
|
+
customer_id: string;
|
|
2163
|
+
customer_name?: string | undefined;
|
|
2164
|
+
customer_user_id?: string | undefined;
|
|
2165
|
+
customer_user_name?: string | undefined;
|
|
2166
|
+
customer_user_email?: string | undefined;
|
|
2167
|
+
}, {
|
|
2168
|
+
customer_id: string;
|
|
2169
|
+
customer_name?: string | undefined;
|
|
2170
|
+
customer_user_id?: string | undefined;
|
|
2171
|
+
customer_user_name?: string | undefined;
|
|
2172
|
+
customer_user_email?: string | undefined;
|
|
2173
|
+
}>>;
|
|
2174
|
+
conversationId: z.ZodOptional<z.ZodString>;
|
|
2175
|
+
conversationTitle: z.ZodOptional<z.ZodString>;
|
|
2176
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
2177
|
+
}, "strip", z.ZodTypeAny, {
|
|
2178
|
+
base_url?: string | undefined;
|
|
2179
|
+
project_id?: string | undefined;
|
|
2180
|
+
customer?: {
|
|
2181
|
+
customer_id: string;
|
|
2182
|
+
customer_name?: string | undefined;
|
|
2183
|
+
customer_user_id?: string | undefined;
|
|
2184
|
+
customer_user_name?: string | undefined;
|
|
2185
|
+
customer_user_email?: string | undefined;
|
|
2186
|
+
} | undefined;
|
|
2187
|
+
conversationId?: string | undefined;
|
|
2188
|
+
conversationTitle?: string | undefined;
|
|
2189
|
+
projectId?: string | undefined;
|
|
2190
|
+
}, {
|
|
2191
|
+
base_url?: string | undefined;
|
|
2192
|
+
project_id?: string | undefined;
|
|
2193
|
+
customer?: {
|
|
2194
|
+
customer_id: string;
|
|
2195
|
+
customer_name?: string | undefined;
|
|
2196
|
+
customer_user_id?: string | undefined;
|
|
2197
|
+
customer_user_name?: string | undefined;
|
|
2198
|
+
customer_user_email?: string | undefined;
|
|
2199
|
+
} | undefined;
|
|
2200
|
+
conversationId?: string | undefined;
|
|
2201
|
+
conversationTitle?: string | undefined;
|
|
2202
|
+
projectId?: string | undefined;
|
|
2203
|
+
}>>;
|
|
1566
2204
|
}, "strip", z.ZodTypeAny, {
|
|
1567
2205
|
anthropic?: {
|
|
1568
2206
|
top_k?: number | undefined;
|
|
@@ -1584,6 +2222,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1584
2222
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1585
2223
|
models?: string[] | undefined;
|
|
1586
2224
|
} | undefined;
|
|
2225
|
+
llmasaservice?: {
|
|
2226
|
+
base_url?: string | undefined;
|
|
2227
|
+
project_id?: string | undefined;
|
|
2228
|
+
customer?: {
|
|
2229
|
+
customer_id: string;
|
|
2230
|
+
customer_name?: string | undefined;
|
|
2231
|
+
customer_user_id?: string | undefined;
|
|
2232
|
+
customer_user_name?: string | undefined;
|
|
2233
|
+
customer_user_email?: string | undefined;
|
|
2234
|
+
} | undefined;
|
|
2235
|
+
conversationId?: string | undefined;
|
|
2236
|
+
conversationTitle?: string | undefined;
|
|
2237
|
+
projectId?: string | undefined;
|
|
2238
|
+
} | undefined;
|
|
1587
2239
|
}, {
|
|
1588
2240
|
anthropic?: {
|
|
1589
2241
|
top_k?: number | undefined;
|
|
@@ -1605,6 +2257,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1605
2257
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1606
2258
|
models?: string[] | undefined;
|
|
1607
2259
|
} | undefined;
|
|
2260
|
+
llmasaservice?: {
|
|
2261
|
+
base_url?: string | undefined;
|
|
2262
|
+
project_id?: string | undefined;
|
|
2263
|
+
customer?: {
|
|
2264
|
+
customer_id: string;
|
|
2265
|
+
customer_name?: string | undefined;
|
|
2266
|
+
customer_user_id?: string | undefined;
|
|
2267
|
+
customer_user_name?: string | undefined;
|
|
2268
|
+
customer_user_email?: string | undefined;
|
|
2269
|
+
} | undefined;
|
|
2270
|
+
conversationId?: string | undefined;
|
|
2271
|
+
conversationTitle?: string | undefined;
|
|
2272
|
+
projectId?: string | undefined;
|
|
2273
|
+
} | undefined;
|
|
1608
2274
|
}>>;
|
|
1609
2275
|
}, "strip", z.ZodTypeAny, {
|
|
1610
2276
|
model?: string | undefined;
|
|
@@ -1625,6 +2291,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1625
2291
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1626
2292
|
stream?: boolean | undefined;
|
|
1627
2293
|
schema?: Record<string, unknown> | undefined;
|
|
2294
|
+
schema_ref?: string | undefined;
|
|
2295
|
+
schema_source?: {
|
|
2296
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2297
|
+
ref?: string | undefined;
|
|
2298
|
+
resolved_path?: string | undefined;
|
|
2299
|
+
hash?: string | undefined;
|
|
2300
|
+
} | undefined;
|
|
1628
2301
|
schema_name?: string | undefined;
|
|
1629
2302
|
schema_description?: string | undefined;
|
|
1630
2303
|
schema_strict?: boolean | undefined;
|
|
@@ -1657,6 +2330,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1657
2330
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1658
2331
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1659
2332
|
openrouter?: Record<string, unknown> | undefined;
|
|
2333
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1660
2334
|
} | undefined;
|
|
1661
2335
|
tools?: (string | {
|
|
1662
2336
|
name: string;
|
|
@@ -1684,6 +2358,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1684
2358
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1685
2359
|
models?: string[] | undefined;
|
|
1686
2360
|
} | undefined;
|
|
2361
|
+
llmasaservice?: {
|
|
2362
|
+
base_url?: string | undefined;
|
|
2363
|
+
project_id?: string | undefined;
|
|
2364
|
+
customer?: {
|
|
2365
|
+
customer_id: string;
|
|
2366
|
+
customer_name?: string | undefined;
|
|
2367
|
+
customer_user_id?: string | undefined;
|
|
2368
|
+
customer_user_name?: string | undefined;
|
|
2369
|
+
customer_user_email?: string | undefined;
|
|
2370
|
+
} | undefined;
|
|
2371
|
+
conversationId?: string | undefined;
|
|
2372
|
+
conversationTitle?: string | undefined;
|
|
2373
|
+
projectId?: string | undefined;
|
|
2374
|
+
} | undefined;
|
|
1687
2375
|
} | undefined;
|
|
1688
2376
|
}, {
|
|
1689
2377
|
model?: string | undefined;
|
|
@@ -1704,6 +2392,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1704
2392
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1705
2393
|
stream?: boolean | undefined;
|
|
1706
2394
|
schema?: Record<string, unknown> | undefined;
|
|
2395
|
+
schema_ref?: string | undefined;
|
|
2396
|
+
schema_source?: {
|
|
2397
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2398
|
+
ref?: string | undefined;
|
|
2399
|
+
resolved_path?: string | undefined;
|
|
2400
|
+
hash?: string | undefined;
|
|
2401
|
+
} | undefined;
|
|
1707
2402
|
schema_name?: string | undefined;
|
|
1708
2403
|
schema_description?: string | undefined;
|
|
1709
2404
|
schema_strict?: boolean | undefined;
|
|
@@ -1736,6 +2431,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1736
2431
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1737
2432
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1738
2433
|
openrouter?: Record<string, unknown> | undefined;
|
|
2434
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1739
2435
|
} | undefined;
|
|
1740
2436
|
tools?: (string | {
|
|
1741
2437
|
name: string;
|
|
@@ -1763,6 +2459,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1763
2459
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1764
2460
|
models?: string[] | undefined;
|
|
1765
2461
|
} | undefined;
|
|
2462
|
+
llmasaservice?: {
|
|
2463
|
+
base_url?: string | undefined;
|
|
2464
|
+
project_id?: string | undefined;
|
|
2465
|
+
customer?: {
|
|
2466
|
+
customer_id: string;
|
|
2467
|
+
customer_name?: string | undefined;
|
|
2468
|
+
customer_user_id?: string | undefined;
|
|
2469
|
+
customer_user_name?: string | undefined;
|
|
2470
|
+
customer_user_email?: string | undefined;
|
|
2471
|
+
} | undefined;
|
|
2472
|
+
conversationId?: string | undefined;
|
|
2473
|
+
conversationTitle?: string | undefined;
|
|
2474
|
+
projectId?: string | undefined;
|
|
2475
|
+
} | undefined;
|
|
1766
2476
|
} | undefined;
|
|
1767
2477
|
}>>>;
|
|
1768
2478
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
@@ -1826,6 +2536,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1826
2536
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1827
2537
|
stream?: boolean | undefined;
|
|
1828
2538
|
schema?: Record<string, unknown> | undefined;
|
|
2539
|
+
schema_ref?: string | undefined;
|
|
2540
|
+
schema_source?: {
|
|
2541
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2542
|
+
ref?: string | undefined;
|
|
2543
|
+
resolved_path?: string | undefined;
|
|
2544
|
+
hash?: string | undefined;
|
|
2545
|
+
} | undefined;
|
|
1829
2546
|
schema_name?: string | undefined;
|
|
1830
2547
|
schema_description?: string | undefined;
|
|
1831
2548
|
schema_strict?: boolean | undefined;
|
|
@@ -1858,6 +2575,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1858
2575
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1859
2576
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1860
2577
|
openrouter?: Record<string, unknown> | undefined;
|
|
2578
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1861
2579
|
} | undefined;
|
|
1862
2580
|
description?: string | undefined;
|
|
1863
2581
|
tools?: (string | {
|
|
@@ -1865,7 +2583,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1865
2583
|
description?: string | undefined;
|
|
1866
2584
|
input_schema?: Record<string, unknown> | undefined;
|
|
1867
2585
|
})[] | undefined;
|
|
1868
|
-
provider?: "openai" | "anthropic" | "gemini" | "google" | "openai-responses" | "openrouter" | "any" | undefined;
|
|
2586
|
+
provider?: "openai" | "anthropic" | "gemini" | "google" | "openai-responses" | "openrouter" | "llmasaservice" | "any" | undefined;
|
|
1869
2587
|
provider_options?: {
|
|
1870
2588
|
anthropic?: {
|
|
1871
2589
|
top_k?: number | undefined;
|
|
@@ -1887,6 +2605,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1887
2605
|
plugins?: Record<string, unknown>[] | undefined;
|
|
1888
2606
|
models?: string[] | undefined;
|
|
1889
2607
|
} | undefined;
|
|
2608
|
+
llmasaservice?: {
|
|
2609
|
+
base_url?: string | undefined;
|
|
2610
|
+
project_id?: string | undefined;
|
|
2611
|
+
customer?: {
|
|
2612
|
+
customer_id: string;
|
|
2613
|
+
customer_name?: string | undefined;
|
|
2614
|
+
customer_user_id?: string | undefined;
|
|
2615
|
+
customer_user_name?: string | undefined;
|
|
2616
|
+
customer_user_email?: string | undefined;
|
|
2617
|
+
} | undefined;
|
|
2618
|
+
conversationId?: string | undefined;
|
|
2619
|
+
conversationTitle?: string | undefined;
|
|
2620
|
+
projectId?: string | undefined;
|
|
2621
|
+
} | undefined;
|
|
1890
2622
|
} | undefined;
|
|
1891
2623
|
source?: {
|
|
1892
2624
|
file_path?: string | undefined;
|
|
@@ -1904,6 +2636,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1904
2636
|
} | undefined;
|
|
1905
2637
|
inputs?: (string | {
|
|
1906
2638
|
name: string;
|
|
2639
|
+
warnings?: boolean | undefined;
|
|
2640
|
+
optional?: boolean | undefined;
|
|
1907
2641
|
max_size?: number | undefined;
|
|
1908
2642
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
1909
2643
|
allow_regex?: string | {
|
|
@@ -1943,6 +2677,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1943
2677
|
format?: "text" | "json" | "markdown" | undefined;
|
|
1944
2678
|
stream?: boolean | undefined;
|
|
1945
2679
|
schema?: Record<string, unknown> | undefined;
|
|
2680
|
+
schema_ref?: string | undefined;
|
|
2681
|
+
schema_source?: {
|
|
2682
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2683
|
+
ref?: string | undefined;
|
|
2684
|
+
resolved_path?: string | undefined;
|
|
2685
|
+
hash?: string | undefined;
|
|
2686
|
+
} | undefined;
|
|
1946
2687
|
schema_name?: string | undefined;
|
|
1947
2688
|
schema_description?: string | undefined;
|
|
1948
2689
|
schema_strict?: boolean | undefined;
|
|
@@ -1975,6 +2716,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
1975
2716
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
1976
2717
|
openai_responses?: Record<string, unknown> | undefined;
|
|
1977
2718
|
openrouter?: Record<string, unknown> | undefined;
|
|
2719
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
1978
2720
|
} | undefined;
|
|
1979
2721
|
tools?: (string | {
|
|
1980
2722
|
name: string;
|
|
@@ -2002,6 +2744,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2002
2744
|
plugins?: Record<string, unknown>[] | undefined;
|
|
2003
2745
|
models?: string[] | undefined;
|
|
2004
2746
|
} | undefined;
|
|
2747
|
+
llmasaservice?: {
|
|
2748
|
+
base_url?: string | undefined;
|
|
2749
|
+
project_id?: string | undefined;
|
|
2750
|
+
customer?: {
|
|
2751
|
+
customer_id: string;
|
|
2752
|
+
customer_name?: string | undefined;
|
|
2753
|
+
customer_user_id?: string | undefined;
|
|
2754
|
+
customer_user_name?: string | undefined;
|
|
2755
|
+
customer_user_email?: string | undefined;
|
|
2756
|
+
} | undefined;
|
|
2757
|
+
conversationId?: string | undefined;
|
|
2758
|
+
conversationTitle?: string | undefined;
|
|
2759
|
+
projectId?: string | undefined;
|
|
2760
|
+
} | undefined;
|
|
2005
2761
|
} | undefined;
|
|
2006
2762
|
}> | undefined;
|
|
2007
2763
|
tiers?: Record<string, {
|
|
@@ -2023,6 +2779,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2023
2779
|
format?: "text" | "json" | "markdown" | undefined;
|
|
2024
2780
|
stream?: boolean | undefined;
|
|
2025
2781
|
schema?: Record<string, unknown> | undefined;
|
|
2782
|
+
schema_ref?: string | undefined;
|
|
2783
|
+
schema_source?: {
|
|
2784
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2785
|
+
ref?: string | undefined;
|
|
2786
|
+
resolved_path?: string | undefined;
|
|
2787
|
+
hash?: string | undefined;
|
|
2788
|
+
} | undefined;
|
|
2026
2789
|
schema_name?: string | undefined;
|
|
2027
2790
|
schema_description?: string | undefined;
|
|
2028
2791
|
schema_strict?: boolean | undefined;
|
|
@@ -2055,6 +2818,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2055
2818
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
2056
2819
|
openai_responses?: Record<string, unknown> | undefined;
|
|
2057
2820
|
openrouter?: Record<string, unknown> | undefined;
|
|
2821
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
2058
2822
|
} | undefined;
|
|
2059
2823
|
tools?: (string | {
|
|
2060
2824
|
name: string;
|
|
@@ -2082,6 +2846,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2082
2846
|
plugins?: Record<string, unknown>[] | undefined;
|
|
2083
2847
|
models?: string[] | undefined;
|
|
2084
2848
|
} | undefined;
|
|
2849
|
+
llmasaservice?: {
|
|
2850
|
+
base_url?: string | undefined;
|
|
2851
|
+
project_id?: string | undefined;
|
|
2852
|
+
customer?: {
|
|
2853
|
+
customer_id: string;
|
|
2854
|
+
customer_name?: string | undefined;
|
|
2855
|
+
customer_user_id?: string | undefined;
|
|
2856
|
+
customer_user_name?: string | undefined;
|
|
2857
|
+
customer_user_email?: string | undefined;
|
|
2858
|
+
} | undefined;
|
|
2859
|
+
conversationId?: string | undefined;
|
|
2860
|
+
conversationTitle?: string | undefined;
|
|
2861
|
+
projectId?: string | undefined;
|
|
2862
|
+
} | undefined;
|
|
2085
2863
|
} | undefined;
|
|
2086
2864
|
}> | undefined;
|
|
2087
2865
|
metadata?: {
|
|
@@ -2116,6 +2894,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2116
2894
|
format?: "text" | "json" | "markdown" | undefined;
|
|
2117
2895
|
stream?: boolean | undefined;
|
|
2118
2896
|
schema?: Record<string, unknown> | undefined;
|
|
2897
|
+
schema_ref?: string | undefined;
|
|
2898
|
+
schema_source?: {
|
|
2899
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
2900
|
+
ref?: string | undefined;
|
|
2901
|
+
resolved_path?: string | undefined;
|
|
2902
|
+
hash?: string | undefined;
|
|
2903
|
+
} | undefined;
|
|
2119
2904
|
schema_name?: string | undefined;
|
|
2120
2905
|
schema_description?: string | undefined;
|
|
2121
2906
|
schema_strict?: boolean | undefined;
|
|
@@ -2148,6 +2933,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2148
2933
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
2149
2934
|
openai_responses?: Record<string, unknown> | undefined;
|
|
2150
2935
|
openrouter?: Record<string, unknown> | undefined;
|
|
2936
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
2151
2937
|
} | undefined;
|
|
2152
2938
|
description?: string | undefined;
|
|
2153
2939
|
tools?: (string | {
|
|
@@ -2155,7 +2941,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2155
2941
|
description?: string | undefined;
|
|
2156
2942
|
input_schema?: Record<string, unknown> | undefined;
|
|
2157
2943
|
})[] | undefined;
|
|
2158
|
-
provider?: "openai" | "anthropic" | "gemini" | "google" | "openai-responses" | "openrouter" | "any" | undefined;
|
|
2944
|
+
provider?: "openai" | "anthropic" | "gemini" | "google" | "openai-responses" | "openrouter" | "llmasaservice" | "any" | undefined;
|
|
2159
2945
|
provider_options?: {
|
|
2160
2946
|
anthropic?: {
|
|
2161
2947
|
top_k?: number | undefined;
|
|
@@ -2177,6 +2963,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2177
2963
|
plugins?: Record<string, unknown>[] | undefined;
|
|
2178
2964
|
models?: string[] | undefined;
|
|
2179
2965
|
} | undefined;
|
|
2966
|
+
llmasaservice?: {
|
|
2967
|
+
base_url?: string | undefined;
|
|
2968
|
+
project_id?: string | undefined;
|
|
2969
|
+
customer?: {
|
|
2970
|
+
customer_id: string;
|
|
2971
|
+
customer_name?: string | undefined;
|
|
2972
|
+
customer_user_id?: string | undefined;
|
|
2973
|
+
customer_user_name?: string | undefined;
|
|
2974
|
+
customer_user_email?: string | undefined;
|
|
2975
|
+
} | undefined;
|
|
2976
|
+
conversationId?: string | undefined;
|
|
2977
|
+
conversationTitle?: string | undefined;
|
|
2978
|
+
projectId?: string | undefined;
|
|
2979
|
+
} | undefined;
|
|
2180
2980
|
} | undefined;
|
|
2181
2981
|
source?: {
|
|
2182
2982
|
file_path?: string | undefined;
|
|
@@ -2195,6 +2995,8 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2195
2995
|
} | undefined;
|
|
2196
2996
|
inputs?: (string | {
|
|
2197
2997
|
name: string;
|
|
2998
|
+
warnings?: boolean | undefined;
|
|
2999
|
+
optional?: boolean | undefined;
|
|
2198
3000
|
max_size?: number | undefined;
|
|
2199
3001
|
trim?: boolean | "start" | "end" | "both" | undefined;
|
|
2200
3002
|
allow_regex?: string | {
|
|
@@ -2234,6 +3036,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2234
3036
|
format?: "text" | "json" | "markdown" | undefined;
|
|
2235
3037
|
stream?: boolean | undefined;
|
|
2236
3038
|
schema?: Record<string, unknown> | undefined;
|
|
3039
|
+
schema_ref?: string | undefined;
|
|
3040
|
+
schema_source?: {
|
|
3041
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
3042
|
+
ref?: string | undefined;
|
|
3043
|
+
resolved_path?: string | undefined;
|
|
3044
|
+
hash?: string | undefined;
|
|
3045
|
+
} | undefined;
|
|
2237
3046
|
schema_name?: string | undefined;
|
|
2238
3047
|
schema_description?: string | undefined;
|
|
2239
3048
|
schema_strict?: boolean | undefined;
|
|
@@ -2266,6 +3075,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2266
3075
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
2267
3076
|
openai_responses?: Record<string, unknown> | undefined;
|
|
2268
3077
|
openrouter?: Record<string, unknown> | undefined;
|
|
3078
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
2269
3079
|
} | undefined;
|
|
2270
3080
|
tools?: (string | {
|
|
2271
3081
|
name: string;
|
|
@@ -2293,6 +3103,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2293
3103
|
plugins?: Record<string, unknown>[] | undefined;
|
|
2294
3104
|
models?: string[] | undefined;
|
|
2295
3105
|
} | undefined;
|
|
3106
|
+
llmasaservice?: {
|
|
3107
|
+
base_url?: string | undefined;
|
|
3108
|
+
project_id?: string | undefined;
|
|
3109
|
+
customer?: {
|
|
3110
|
+
customer_id: string;
|
|
3111
|
+
customer_name?: string | undefined;
|
|
3112
|
+
customer_user_id?: string | undefined;
|
|
3113
|
+
customer_user_name?: string | undefined;
|
|
3114
|
+
customer_user_email?: string | undefined;
|
|
3115
|
+
} | undefined;
|
|
3116
|
+
conversationId?: string | undefined;
|
|
3117
|
+
conversationTitle?: string | undefined;
|
|
3118
|
+
projectId?: string | undefined;
|
|
3119
|
+
} | undefined;
|
|
2296
3120
|
} | undefined;
|
|
2297
3121
|
}> | undefined;
|
|
2298
3122
|
tiers?: Record<string, {
|
|
@@ -2314,6 +3138,13 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2314
3138
|
format?: "text" | "json" | "markdown" | undefined;
|
|
2315
3139
|
stream?: boolean | undefined;
|
|
2316
3140
|
schema?: Record<string, unknown> | undefined;
|
|
3141
|
+
schema_ref?: string | undefined;
|
|
3142
|
+
schema_source?: {
|
|
3143
|
+
mode?: "inline" | "schema_ref_json" | "schema_ref_zod_module" | undefined;
|
|
3144
|
+
ref?: string | undefined;
|
|
3145
|
+
resolved_path?: string | undefined;
|
|
3146
|
+
hash?: string | undefined;
|
|
3147
|
+
} | undefined;
|
|
2317
3148
|
schema_name?: string | undefined;
|
|
2318
3149
|
schema_description?: string | undefined;
|
|
2319
3150
|
schema_strict?: boolean | undefined;
|
|
@@ -2346,6 +3177,7 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2346
3177
|
'openai-responses'?: Record<string, unknown> | undefined;
|
|
2347
3178
|
openai_responses?: Record<string, unknown> | undefined;
|
|
2348
3179
|
openrouter?: Record<string, unknown> | undefined;
|
|
3180
|
+
llmasaservice?: Record<string, unknown> | undefined;
|
|
2349
3181
|
} | undefined;
|
|
2350
3182
|
tools?: (string | {
|
|
2351
3183
|
name: string;
|
|
@@ -2373,6 +3205,20 @@ declare const PromptAssetSchema: z.ZodObject<{
|
|
|
2373
3205
|
plugins?: Record<string, unknown>[] | undefined;
|
|
2374
3206
|
models?: string[] | undefined;
|
|
2375
3207
|
} | undefined;
|
|
3208
|
+
llmasaservice?: {
|
|
3209
|
+
base_url?: string | undefined;
|
|
3210
|
+
project_id?: string | undefined;
|
|
3211
|
+
customer?: {
|
|
3212
|
+
customer_id: string;
|
|
3213
|
+
customer_name?: string | undefined;
|
|
3214
|
+
customer_user_id?: string | undefined;
|
|
3215
|
+
customer_user_name?: string | undefined;
|
|
3216
|
+
customer_user_email?: string | undefined;
|
|
3217
|
+
} | undefined;
|
|
3218
|
+
conversationId?: string | undefined;
|
|
3219
|
+
conversationTitle?: string | undefined;
|
|
3220
|
+
projectId?: string | undefined;
|
|
3221
|
+
} | undefined;
|
|
2376
3222
|
} | undefined;
|
|
2377
3223
|
}> | undefined;
|
|
2378
3224
|
metadata?: {
|