@sap-ai-sdk/prompt-registry 2.1.0 → 2.1.1-20251113013327.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.
@@ -5,7 +5,7 @@
5
5
  * Prompt Storage service for Design time & Runtime prompt templates.
6
6
  * OpenAPI spec version: 0.0.1.
7
7
  */
8
- import zod from 'zod';
8
+ import * as zod from 'zod';
9
9
  /**
10
10
  * Create or update a prompt template.
11
11
  */
@@ -113,24 +113,24 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
113
113
  json_schema: zod.ZodObject<{
114
114
  description: zod.ZodOptional<zod.ZodString>;
115
115
  name: zod.ZodString;
116
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
116
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
117
117
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
118
118
  }, "strip", zod.ZodTypeAny, {
119
119
  name: string;
120
120
  description?: string | undefined;
121
- schema?: Record<string, any> | undefined;
121
+ schema?: Record<string, unknown> | undefined;
122
122
  strict?: boolean | null | undefined;
123
123
  }, {
124
124
  name: string;
125
125
  description?: string | undefined;
126
- schema?: Record<string, any> | undefined;
126
+ schema?: Record<string, unknown> | undefined;
127
127
  strict?: boolean | null | undefined;
128
128
  }>;
129
129
  }, "strip", zod.ZodTypeAny, {
130
130
  json_schema: {
131
131
  name: string;
132
132
  description?: string | undefined;
133
- schema?: Record<string, any> | undefined;
133
+ schema?: Record<string, unknown> | undefined;
134
134
  strict?: boolean | null | undefined;
135
135
  };
136
136
  type: "json_schema";
@@ -138,7 +138,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
138
138
  json_schema: {
139
139
  name: string;
140
140
  description?: string | undefined;
141
- schema?: Record<string, any> | undefined;
141
+ schema?: Record<string, unknown> | undefined;
142
142
  strict?: boolean | null | undefined;
143
143
  };
144
144
  type: "json_schema";
@@ -148,25 +148,25 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
148
148
  function: zod.ZodObject<{
149
149
  description: zod.ZodOptional<zod.ZodString>;
150
150
  name: zod.ZodString;
151
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
151
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
152
152
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
153
153
  }, "strip", zod.ZodTypeAny, {
154
154
  name: string;
155
155
  description?: string | undefined;
156
156
  strict?: boolean | null | undefined;
157
- parameters?: Record<string, any> | undefined;
157
+ parameters?: Record<string, unknown> | undefined;
158
158
  }, {
159
159
  name: string;
160
160
  description?: string | undefined;
161
161
  strict?: boolean | null | undefined;
162
- parameters?: Record<string, any> | undefined;
162
+ parameters?: Record<string, unknown> | undefined;
163
163
  }>;
164
164
  }, "strip", zod.ZodTypeAny, {
165
165
  function: {
166
166
  name: string;
167
167
  description?: string | undefined;
168
168
  strict?: boolean | null | undefined;
169
- parameters?: Record<string, any> | undefined;
169
+ parameters?: Record<string, unknown> | undefined;
170
170
  };
171
171
  type: "function";
172
172
  }, {
@@ -174,7 +174,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
174
174
  name: string;
175
175
  description?: string | undefined;
176
176
  strict?: boolean | null | undefined;
177
- parameters?: Record<string, any> | undefined;
177
+ parameters?: Record<string, unknown> | undefined;
178
178
  };
179
179
  type: "function";
180
180
  }>, "many">>;
@@ -205,7 +205,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
205
205
  json_schema: {
206
206
  name: string;
207
207
  description?: string | undefined;
208
- schema?: Record<string, any> | undefined;
208
+ schema?: Record<string, unknown> | undefined;
209
209
  strict?: boolean | null | undefined;
210
210
  };
211
211
  type: "json_schema";
@@ -215,7 +215,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
215
215
  name: string;
216
216
  description?: string | undefined;
217
217
  strict?: boolean | null | undefined;
218
- parameters?: Record<string, any> | undefined;
218
+ parameters?: Record<string, unknown> | undefined;
219
219
  };
220
220
  type: "function";
221
221
  }[] | undefined;
@@ -246,7 +246,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
246
246
  json_schema: {
247
247
  name: string;
248
248
  description?: string | undefined;
249
- schema?: Record<string, any> | undefined;
249
+ schema?: Record<string, unknown> | undefined;
250
250
  strict?: boolean | null | undefined;
251
251
  };
252
252
  type: "json_schema";
@@ -256,7 +256,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
256
256
  name: string;
257
257
  description?: string | undefined;
258
258
  strict?: boolean | null | undefined;
259
- parameters?: Record<string, any> | undefined;
259
+ parameters?: Record<string, unknown> | undefined;
260
260
  };
261
261
  type: "function";
262
262
  }[] | undefined;
@@ -292,7 +292,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
292
292
  json_schema: {
293
293
  name: string;
294
294
  description?: string | undefined;
295
- schema?: Record<string, any> | undefined;
295
+ schema?: Record<string, unknown> | undefined;
296
296
  strict?: boolean | null | undefined;
297
297
  };
298
298
  type: "json_schema";
@@ -302,7 +302,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
302
302
  name: string;
303
303
  description?: string | undefined;
304
304
  strict?: boolean | null | undefined;
305
- parameters?: Record<string, any> | undefined;
305
+ parameters?: Record<string, unknown> | undefined;
306
306
  };
307
307
  type: "function";
308
308
  }[] | undefined;
@@ -338,7 +338,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
338
338
  json_schema: {
339
339
  name: string;
340
340
  description?: string | undefined;
341
- schema?: Record<string, any> | undefined;
341
+ schema?: Record<string, unknown> | undefined;
342
342
  strict?: boolean | null | undefined;
343
343
  };
344
344
  type: "json_schema";
@@ -348,7 +348,7 @@ export declare const registryControllerPromptControllerCreateUpdatePromptTemplat
348
348
  name: string;
349
349
  description?: string | undefined;
350
350
  strict?: boolean | null | undefined;
351
- parameters?: Record<string, any> | undefined;
351
+ parameters?: Record<string, unknown> | undefined;
352
352
  };
353
353
  type: "function";
354
354
  }[] | undefined;
@@ -504,24 +504,24 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
504
504
  json_schema: zod.ZodObject<{
505
505
  description: zod.ZodOptional<zod.ZodString>;
506
506
  name: zod.ZodString;
507
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
507
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
508
508
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
509
509
  }, "strip", zod.ZodTypeAny, {
510
510
  name: string;
511
511
  description?: string | undefined;
512
- schema?: Record<string, any> | undefined;
512
+ schema?: Record<string, unknown> | undefined;
513
513
  strict?: boolean | null | undefined;
514
514
  }, {
515
515
  name: string;
516
516
  description?: string | undefined;
517
- schema?: Record<string, any> | undefined;
517
+ schema?: Record<string, unknown> | undefined;
518
518
  strict?: boolean | null | undefined;
519
519
  }>;
520
520
  }, "strip", zod.ZodTypeAny, {
521
521
  json_schema: {
522
522
  name: string;
523
523
  description?: string | undefined;
524
- schema?: Record<string, any> | undefined;
524
+ schema?: Record<string, unknown> | undefined;
525
525
  strict?: boolean | null | undefined;
526
526
  };
527
527
  type: "json_schema";
@@ -529,7 +529,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
529
529
  json_schema: {
530
530
  name: string;
531
531
  description?: string | undefined;
532
- schema?: Record<string, any> | undefined;
532
+ schema?: Record<string, unknown> | undefined;
533
533
  strict?: boolean | null | undefined;
534
534
  };
535
535
  type: "json_schema";
@@ -539,25 +539,25 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
539
539
  function: zod.ZodObject<{
540
540
  description: zod.ZodOptional<zod.ZodString>;
541
541
  name: zod.ZodString;
542
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
542
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
543
543
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
544
544
  }, "strip", zod.ZodTypeAny, {
545
545
  name: string;
546
546
  description?: string | undefined;
547
547
  strict?: boolean | null | undefined;
548
- parameters?: Record<string, any> | undefined;
548
+ parameters?: Record<string, unknown> | undefined;
549
549
  }, {
550
550
  name: string;
551
551
  description?: string | undefined;
552
552
  strict?: boolean | null | undefined;
553
- parameters?: Record<string, any> | undefined;
553
+ parameters?: Record<string, unknown> | undefined;
554
554
  }>;
555
555
  }, "strip", zod.ZodTypeAny, {
556
556
  function: {
557
557
  name: string;
558
558
  description?: string | undefined;
559
559
  strict?: boolean | null | undefined;
560
- parameters?: Record<string, any> | undefined;
560
+ parameters?: Record<string, unknown> | undefined;
561
561
  };
562
562
  type: "function";
563
563
  }, {
@@ -565,7 +565,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
565
565
  name: string;
566
566
  description?: string | undefined;
567
567
  strict?: boolean | null | undefined;
568
- parameters?: Record<string, any> | undefined;
568
+ parameters?: Record<string, unknown> | undefined;
569
569
  };
570
570
  type: "function";
571
571
  }>, "many">>;
@@ -596,7 +596,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
596
596
  json_schema: {
597
597
  name: string;
598
598
  description?: string | undefined;
599
- schema?: Record<string, any> | undefined;
599
+ schema?: Record<string, unknown> | undefined;
600
600
  strict?: boolean | null | undefined;
601
601
  };
602
602
  type: "json_schema";
@@ -606,7 +606,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
606
606
  name: string;
607
607
  description?: string | undefined;
608
608
  strict?: boolean | null | undefined;
609
- parameters?: Record<string, any> | undefined;
609
+ parameters?: Record<string, unknown> | undefined;
610
610
  };
611
611
  type: "function";
612
612
  }[] | undefined;
@@ -637,7 +637,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
637
637
  json_schema: {
638
638
  name: string;
639
639
  description?: string | undefined;
640
- schema?: Record<string, any> | undefined;
640
+ schema?: Record<string, unknown> | undefined;
641
641
  strict?: boolean | null | undefined;
642
642
  };
643
643
  type: "json_schema";
@@ -647,7 +647,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
647
647
  name: string;
648
648
  description?: string | undefined;
649
649
  strict?: boolean | null | undefined;
650
- parameters?: Record<string, any> | undefined;
650
+ parameters?: Record<string, unknown> | undefined;
651
651
  };
652
652
  type: "function";
653
653
  }[] | undefined;
@@ -683,7 +683,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
683
683
  json_schema: {
684
684
  name: string;
685
685
  description?: string | undefined;
686
- schema?: Record<string, any> | undefined;
686
+ schema?: Record<string, unknown> | undefined;
687
687
  strict?: boolean | null | undefined;
688
688
  };
689
689
  type: "json_schema";
@@ -693,7 +693,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
693
693
  name: string;
694
694
  description?: string | undefined;
695
695
  strict?: boolean | null | undefined;
696
- parameters?: Record<string, any> | undefined;
696
+ parameters?: Record<string, unknown> | undefined;
697
697
  };
698
698
  type: "function";
699
699
  }[] | undefined;
@@ -733,7 +733,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
733
733
  json_schema: {
734
734
  name: string;
735
735
  description?: string | undefined;
736
- schema?: Record<string, any> | undefined;
736
+ schema?: Record<string, unknown> | undefined;
737
737
  strict?: boolean | null | undefined;
738
738
  };
739
739
  type: "json_schema";
@@ -743,7 +743,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
743
743
  name: string;
744
744
  description?: string | undefined;
745
745
  strict?: boolean | null | undefined;
746
- parameters?: Record<string, any> | undefined;
746
+ parameters?: Record<string, unknown> | undefined;
747
747
  };
748
748
  type: "function";
749
749
  }[] | undefined;
@@ -786,7 +786,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
786
786
  json_schema: {
787
787
  name: string;
788
788
  description?: string | undefined;
789
- schema?: Record<string, any> | undefined;
789
+ schema?: Record<string, unknown> | undefined;
790
790
  strict?: boolean | null | undefined;
791
791
  };
792
792
  type: "json_schema";
@@ -796,7 +796,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
796
796
  name: string;
797
797
  description?: string | undefined;
798
798
  strict?: boolean | null | undefined;
799
- parameters?: Record<string, any> | undefined;
799
+ parameters?: Record<string, unknown> | undefined;
800
800
  };
801
801
  type: "function";
802
802
  }[] | undefined;
@@ -839,7 +839,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
839
839
  json_schema: {
840
840
  name: string;
841
841
  description?: string | undefined;
842
- schema?: Record<string, any> | undefined;
842
+ schema?: Record<string, unknown> | undefined;
843
843
  strict?: boolean | null | undefined;
844
844
  };
845
845
  type: "json_schema";
@@ -849,7 +849,7 @@ export declare const registryControllerPromptControllerListPromptTemplatesRespon
849
849
  name: string;
850
850
  description?: string | undefined;
851
851
  strict?: boolean | null | undefined;
852
- parameters?: Record<string, any> | undefined;
852
+ parameters?: Record<string, unknown> | undefined;
853
853
  };
854
854
  type: "function";
855
855
  }[] | undefined;
@@ -983,24 +983,24 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
983
983
  json_schema: zod.ZodObject<{
984
984
  description: zod.ZodOptional<zod.ZodString>;
985
985
  name: zod.ZodString;
986
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
986
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
987
987
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
988
988
  }, "strip", zod.ZodTypeAny, {
989
989
  name: string;
990
990
  description?: string | undefined;
991
- schema?: Record<string, any> | undefined;
991
+ schema?: Record<string, unknown> | undefined;
992
992
  strict?: boolean | null | undefined;
993
993
  }, {
994
994
  name: string;
995
995
  description?: string | undefined;
996
- schema?: Record<string, any> | undefined;
996
+ schema?: Record<string, unknown> | undefined;
997
997
  strict?: boolean | null | undefined;
998
998
  }>;
999
999
  }, "strip", zod.ZodTypeAny, {
1000
1000
  json_schema: {
1001
1001
  name: string;
1002
1002
  description?: string | undefined;
1003
- schema?: Record<string, any> | undefined;
1003
+ schema?: Record<string, unknown> | undefined;
1004
1004
  strict?: boolean | null | undefined;
1005
1005
  };
1006
1006
  type: "json_schema";
@@ -1008,7 +1008,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1008
1008
  json_schema: {
1009
1009
  name: string;
1010
1010
  description?: string | undefined;
1011
- schema?: Record<string, any> | undefined;
1011
+ schema?: Record<string, unknown> | undefined;
1012
1012
  strict?: boolean | null | undefined;
1013
1013
  };
1014
1014
  type: "json_schema";
@@ -1018,25 +1018,25 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1018
1018
  function: zod.ZodObject<{
1019
1019
  description: zod.ZodOptional<zod.ZodString>;
1020
1020
  name: zod.ZodString;
1021
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1021
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1022
1022
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1023
1023
  }, "strip", zod.ZodTypeAny, {
1024
1024
  name: string;
1025
1025
  description?: string | undefined;
1026
1026
  strict?: boolean | null | undefined;
1027
- parameters?: Record<string, any> | undefined;
1027
+ parameters?: Record<string, unknown> | undefined;
1028
1028
  }, {
1029
1029
  name: string;
1030
1030
  description?: string | undefined;
1031
1031
  strict?: boolean | null | undefined;
1032
- parameters?: Record<string, any> | undefined;
1032
+ parameters?: Record<string, unknown> | undefined;
1033
1033
  }>;
1034
1034
  }, "strip", zod.ZodTypeAny, {
1035
1035
  function: {
1036
1036
  name: string;
1037
1037
  description?: string | undefined;
1038
1038
  strict?: boolean | null | undefined;
1039
- parameters?: Record<string, any> | undefined;
1039
+ parameters?: Record<string, unknown> | undefined;
1040
1040
  };
1041
1041
  type: "function";
1042
1042
  }, {
@@ -1044,7 +1044,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1044
1044
  name: string;
1045
1045
  description?: string | undefined;
1046
1046
  strict?: boolean | null | undefined;
1047
- parameters?: Record<string, any> | undefined;
1047
+ parameters?: Record<string, unknown> | undefined;
1048
1048
  };
1049
1049
  type: "function";
1050
1050
  }>, "many">>;
@@ -1075,7 +1075,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1075
1075
  json_schema: {
1076
1076
  name: string;
1077
1077
  description?: string | undefined;
1078
- schema?: Record<string, any> | undefined;
1078
+ schema?: Record<string, unknown> | undefined;
1079
1079
  strict?: boolean | null | undefined;
1080
1080
  };
1081
1081
  type: "json_schema";
@@ -1085,7 +1085,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1085
1085
  name: string;
1086
1086
  description?: string | undefined;
1087
1087
  strict?: boolean | null | undefined;
1088
- parameters?: Record<string, any> | undefined;
1088
+ parameters?: Record<string, unknown> | undefined;
1089
1089
  };
1090
1090
  type: "function";
1091
1091
  }[] | undefined;
@@ -1116,7 +1116,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1116
1116
  json_schema: {
1117
1117
  name: string;
1118
1118
  description?: string | undefined;
1119
- schema?: Record<string, any> | undefined;
1119
+ schema?: Record<string, unknown> | undefined;
1120
1120
  strict?: boolean | null | undefined;
1121
1121
  };
1122
1122
  type: "json_schema";
@@ -1126,7 +1126,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1126
1126
  name: string;
1127
1127
  description?: string | undefined;
1128
1128
  strict?: boolean | null | undefined;
1129
- parameters?: Record<string, any> | undefined;
1129
+ parameters?: Record<string, unknown> | undefined;
1130
1130
  };
1131
1131
  type: "function";
1132
1132
  }[] | undefined;
@@ -1162,7 +1162,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1162
1162
  json_schema: {
1163
1163
  name: string;
1164
1164
  description?: string | undefined;
1165
- schema?: Record<string, any> | undefined;
1165
+ schema?: Record<string, unknown> | undefined;
1166
1166
  strict?: boolean | null | undefined;
1167
1167
  };
1168
1168
  type: "json_schema";
@@ -1172,7 +1172,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1172
1172
  name: string;
1173
1173
  description?: string | undefined;
1174
1174
  strict?: boolean | null | undefined;
1175
- parameters?: Record<string, any> | undefined;
1175
+ parameters?: Record<string, unknown> | undefined;
1176
1176
  };
1177
1177
  type: "function";
1178
1178
  }[] | undefined;
@@ -1212,7 +1212,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1212
1212
  json_schema: {
1213
1213
  name: string;
1214
1214
  description?: string | undefined;
1215
- schema?: Record<string, any> | undefined;
1215
+ schema?: Record<string, unknown> | undefined;
1216
1216
  strict?: boolean | null | undefined;
1217
1217
  };
1218
1218
  type: "json_schema";
@@ -1222,7 +1222,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1222
1222
  name: string;
1223
1223
  description?: string | undefined;
1224
1224
  strict?: boolean | null | undefined;
1225
- parameters?: Record<string, any> | undefined;
1225
+ parameters?: Record<string, unknown> | undefined;
1226
1226
  };
1227
1227
  type: "function";
1228
1228
  }[] | undefined;
@@ -1265,7 +1265,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1265
1265
  json_schema: {
1266
1266
  name: string;
1267
1267
  description?: string | undefined;
1268
- schema?: Record<string, any> | undefined;
1268
+ schema?: Record<string, unknown> | undefined;
1269
1269
  strict?: boolean | null | undefined;
1270
1270
  };
1271
1271
  type: "json_schema";
@@ -1275,7 +1275,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1275
1275
  name: string;
1276
1276
  description?: string | undefined;
1277
1277
  strict?: boolean | null | undefined;
1278
- parameters?: Record<string, any> | undefined;
1278
+ parameters?: Record<string, unknown> | undefined;
1279
1279
  };
1280
1280
  type: "function";
1281
1281
  }[] | undefined;
@@ -1318,7 +1318,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1318
1318
  json_schema: {
1319
1319
  name: string;
1320
1320
  description?: string | undefined;
1321
- schema?: Record<string, any> | undefined;
1321
+ schema?: Record<string, unknown> | undefined;
1322
1322
  strict?: boolean | null | undefined;
1323
1323
  };
1324
1324
  type: "json_schema";
@@ -1328,7 +1328,7 @@ export declare const registryControllerPromptControllerListPromptTemplateHistory
1328
1328
  name: string;
1329
1329
  description?: string | undefined;
1330
1330
  strict?: boolean | null | undefined;
1331
- parameters?: Record<string, any> | undefined;
1331
+ parameters?: Record<string, unknown> | undefined;
1332
1332
  };
1333
1333
  type: "function";
1334
1334
  }[] | undefined;
@@ -1454,24 +1454,24 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1454
1454
  json_schema: zod.ZodObject<{
1455
1455
  description: zod.ZodOptional<zod.ZodString>;
1456
1456
  name: zod.ZodString;
1457
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1457
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1458
1458
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1459
1459
  }, "strip", zod.ZodTypeAny, {
1460
1460
  name: string;
1461
1461
  description?: string | undefined;
1462
- schema?: Record<string, any> | undefined;
1462
+ schema?: Record<string, unknown> | undefined;
1463
1463
  strict?: boolean | null | undefined;
1464
1464
  }, {
1465
1465
  name: string;
1466
1466
  description?: string | undefined;
1467
- schema?: Record<string, any> | undefined;
1467
+ schema?: Record<string, unknown> | undefined;
1468
1468
  strict?: boolean | null | undefined;
1469
1469
  }>;
1470
1470
  }, "strip", zod.ZodTypeAny, {
1471
1471
  json_schema: {
1472
1472
  name: string;
1473
1473
  description?: string | undefined;
1474
- schema?: Record<string, any> | undefined;
1474
+ schema?: Record<string, unknown> | undefined;
1475
1475
  strict?: boolean | null | undefined;
1476
1476
  };
1477
1477
  type: "json_schema";
@@ -1479,7 +1479,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1479
1479
  json_schema: {
1480
1480
  name: string;
1481
1481
  description?: string | undefined;
1482
- schema?: Record<string, any> | undefined;
1482
+ schema?: Record<string, unknown> | undefined;
1483
1483
  strict?: boolean | null | undefined;
1484
1484
  };
1485
1485
  type: "json_schema";
@@ -1489,25 +1489,25 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1489
1489
  function: zod.ZodObject<{
1490
1490
  description: zod.ZodOptional<zod.ZodString>;
1491
1491
  name: zod.ZodString;
1492
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1492
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1493
1493
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1494
1494
  }, "strip", zod.ZodTypeAny, {
1495
1495
  name: string;
1496
1496
  description?: string | undefined;
1497
1497
  strict?: boolean | null | undefined;
1498
- parameters?: Record<string, any> | undefined;
1498
+ parameters?: Record<string, unknown> | undefined;
1499
1499
  }, {
1500
1500
  name: string;
1501
1501
  description?: string | undefined;
1502
1502
  strict?: boolean | null | undefined;
1503
- parameters?: Record<string, any> | undefined;
1503
+ parameters?: Record<string, unknown> | undefined;
1504
1504
  }>;
1505
1505
  }, "strip", zod.ZodTypeAny, {
1506
1506
  function: {
1507
1507
  name: string;
1508
1508
  description?: string | undefined;
1509
1509
  strict?: boolean | null | undefined;
1510
- parameters?: Record<string, any> | undefined;
1510
+ parameters?: Record<string, unknown> | undefined;
1511
1511
  };
1512
1512
  type: "function";
1513
1513
  }, {
@@ -1515,7 +1515,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1515
1515
  name: string;
1516
1516
  description?: string | undefined;
1517
1517
  strict?: boolean | null | undefined;
1518
- parameters?: Record<string, any> | undefined;
1518
+ parameters?: Record<string, unknown> | undefined;
1519
1519
  };
1520
1520
  type: "function";
1521
1521
  }>, "many">>;
@@ -1546,7 +1546,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1546
1546
  json_schema: {
1547
1547
  name: string;
1548
1548
  description?: string | undefined;
1549
- schema?: Record<string, any> | undefined;
1549
+ schema?: Record<string, unknown> | undefined;
1550
1550
  strict?: boolean | null | undefined;
1551
1551
  };
1552
1552
  type: "json_schema";
@@ -1556,7 +1556,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1556
1556
  name: string;
1557
1557
  description?: string | undefined;
1558
1558
  strict?: boolean | null | undefined;
1559
- parameters?: Record<string, any> | undefined;
1559
+ parameters?: Record<string, unknown> | undefined;
1560
1560
  };
1561
1561
  type: "function";
1562
1562
  }[] | undefined;
@@ -1587,7 +1587,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1587
1587
  json_schema: {
1588
1588
  name: string;
1589
1589
  description?: string | undefined;
1590
- schema?: Record<string, any> | undefined;
1590
+ schema?: Record<string, unknown> | undefined;
1591
1591
  strict?: boolean | null | undefined;
1592
1592
  };
1593
1593
  type: "json_schema";
@@ -1597,7 +1597,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1597
1597
  name: string;
1598
1598
  description?: string | undefined;
1599
1599
  strict?: boolean | null | undefined;
1600
- parameters?: Record<string, any> | undefined;
1600
+ parameters?: Record<string, unknown> | undefined;
1601
1601
  };
1602
1602
  type: "function";
1603
1603
  }[] | undefined;
@@ -1633,7 +1633,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1633
1633
  json_schema: {
1634
1634
  name: string;
1635
1635
  description?: string | undefined;
1636
- schema?: Record<string, any> | undefined;
1636
+ schema?: Record<string, unknown> | undefined;
1637
1637
  strict?: boolean | null | undefined;
1638
1638
  };
1639
1639
  type: "json_schema";
@@ -1643,7 +1643,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1643
1643
  name: string;
1644
1644
  description?: string | undefined;
1645
1645
  strict?: boolean | null | undefined;
1646
- parameters?: Record<string, any> | undefined;
1646
+ parameters?: Record<string, unknown> | undefined;
1647
1647
  };
1648
1648
  type: "function";
1649
1649
  }[] | undefined;
@@ -1683,7 +1683,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1683
1683
  json_schema: {
1684
1684
  name: string;
1685
1685
  description?: string | undefined;
1686
- schema?: Record<string, any> | undefined;
1686
+ schema?: Record<string, unknown> | undefined;
1687
1687
  strict?: boolean | null | undefined;
1688
1688
  };
1689
1689
  type: "json_schema";
@@ -1693,7 +1693,7 @@ export declare const registryControllerPromptControllerGetPromptTemplateByUuidRe
1693
1693
  name: string;
1694
1694
  description?: string | undefined;
1695
1695
  strict?: boolean | null | undefined;
1696
- parameters?: Record<string, any> | undefined;
1696
+ parameters?: Record<string, unknown> | undefined;
1697
1697
  };
1698
1698
  type: "function";
1699
1699
  }[] | undefined;
@@ -1961,24 +1961,24 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
1961
1961
  json_schema: zod.ZodObject<{
1962
1962
  description: zod.ZodOptional<zod.ZodString>;
1963
1963
  name: zod.ZodString;
1964
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1964
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
1965
1965
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1966
1966
  }, "strip", zod.ZodTypeAny, {
1967
1967
  name: string;
1968
1968
  description?: string | undefined;
1969
- schema?: Record<string, any> | undefined;
1969
+ schema?: Record<string, unknown> | undefined;
1970
1970
  strict?: boolean | null | undefined;
1971
1971
  }, {
1972
1972
  name: string;
1973
1973
  description?: string | undefined;
1974
- schema?: Record<string, any> | undefined;
1974
+ schema?: Record<string, unknown> | undefined;
1975
1975
  strict?: boolean | null | undefined;
1976
1976
  }>;
1977
1977
  }, "strip", zod.ZodTypeAny, {
1978
1978
  json_schema: {
1979
1979
  name: string;
1980
1980
  description?: string | undefined;
1981
- schema?: Record<string, any> | undefined;
1981
+ schema?: Record<string, unknown> | undefined;
1982
1982
  strict?: boolean | null | undefined;
1983
1983
  };
1984
1984
  type: "json_schema";
@@ -1986,7 +1986,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
1986
1986
  json_schema: {
1987
1987
  name: string;
1988
1988
  description?: string | undefined;
1989
- schema?: Record<string, any> | undefined;
1989
+ schema?: Record<string, unknown> | undefined;
1990
1990
  strict?: boolean | null | undefined;
1991
1991
  };
1992
1992
  type: "json_schema";
@@ -1996,25 +1996,25 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
1996
1996
  function: zod.ZodObject<{
1997
1997
  description: zod.ZodOptional<zod.ZodString>;
1998
1998
  name: zod.ZodString;
1999
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
1999
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2000
2000
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2001
2001
  }, "strip", zod.ZodTypeAny, {
2002
2002
  name: string;
2003
2003
  description?: string | undefined;
2004
2004
  strict?: boolean | null | undefined;
2005
- parameters?: Record<string, any> | undefined;
2005
+ parameters?: Record<string, unknown> | undefined;
2006
2006
  }, {
2007
2007
  name: string;
2008
2008
  description?: string | undefined;
2009
2009
  strict?: boolean | null | undefined;
2010
- parameters?: Record<string, any> | undefined;
2010
+ parameters?: Record<string, unknown> | undefined;
2011
2011
  }>;
2012
2012
  }, "strip", zod.ZodTypeAny, {
2013
2013
  function: {
2014
2014
  name: string;
2015
2015
  description?: string | undefined;
2016
2016
  strict?: boolean | null | undefined;
2017
- parameters?: Record<string, any> | undefined;
2017
+ parameters?: Record<string, unknown> | undefined;
2018
2018
  };
2019
2019
  type: "function";
2020
2020
  }, {
@@ -2022,7 +2022,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2022
2022
  name: string;
2023
2023
  description?: string | undefined;
2024
2024
  strict?: boolean | null | undefined;
2025
- parameters?: Record<string, any> | undefined;
2025
+ parameters?: Record<string, unknown> | undefined;
2026
2026
  };
2027
2027
  type: "function";
2028
2028
  }>, "many">>;
@@ -2053,7 +2053,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2053
2053
  json_schema: {
2054
2054
  name: string;
2055
2055
  description?: string | undefined;
2056
- schema?: Record<string, any> | undefined;
2056
+ schema?: Record<string, unknown> | undefined;
2057
2057
  strict?: boolean | null | undefined;
2058
2058
  };
2059
2059
  type: "json_schema";
@@ -2063,7 +2063,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2063
2063
  name: string;
2064
2064
  description?: string | undefined;
2065
2065
  strict?: boolean | null | undefined;
2066
- parameters?: Record<string, any> | undefined;
2066
+ parameters?: Record<string, unknown> | undefined;
2067
2067
  };
2068
2068
  type: "function";
2069
2069
  }[] | undefined;
@@ -2094,7 +2094,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2094
2094
  json_schema: {
2095
2095
  name: string;
2096
2096
  description?: string | undefined;
2097
- schema?: Record<string, any> | undefined;
2097
+ schema?: Record<string, unknown> | undefined;
2098
2098
  strict?: boolean | null | undefined;
2099
2099
  };
2100
2100
  type: "json_schema";
@@ -2104,7 +2104,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2104
2104
  name: string;
2105
2105
  description?: string | undefined;
2106
2106
  strict?: boolean | null | undefined;
2107
- parameters?: Record<string, any> | undefined;
2107
+ parameters?: Record<string, unknown> | undefined;
2108
2108
  };
2109
2109
  type: "function";
2110
2110
  }[] | undefined;
@@ -2140,7 +2140,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2140
2140
  json_schema: {
2141
2141
  name: string;
2142
2142
  description?: string | undefined;
2143
- schema?: Record<string, any> | undefined;
2143
+ schema?: Record<string, unknown> | undefined;
2144
2144
  strict?: boolean | null | undefined;
2145
2145
  };
2146
2146
  type: "json_schema";
@@ -2150,7 +2150,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2150
2150
  name: string;
2151
2151
  description?: string | undefined;
2152
2152
  strict?: boolean | null | undefined;
2153
- parameters?: Record<string, any> | undefined;
2153
+ parameters?: Record<string, unknown> | undefined;
2154
2154
  };
2155
2155
  type: "function";
2156
2156
  }[] | undefined;
@@ -2190,7 +2190,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2190
2190
  json_schema: {
2191
2191
  name: string;
2192
2192
  description?: string | undefined;
2193
- schema?: Record<string, any> | undefined;
2193
+ schema?: Record<string, unknown> | undefined;
2194
2194
  strict?: boolean | null | undefined;
2195
2195
  };
2196
2196
  type: "json_schema";
@@ -2200,7 +2200,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2200
2200
  name: string;
2201
2201
  description?: string | undefined;
2202
2202
  strict?: boolean | null | undefined;
2203
- parameters?: Record<string, any> | undefined;
2203
+ parameters?: Record<string, unknown> | undefined;
2204
2204
  };
2205
2205
  type: "function";
2206
2206
  }[] | undefined;
@@ -2258,7 +2258,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2258
2258
  json_schema: {
2259
2259
  name: string;
2260
2260
  description?: string | undefined;
2261
- schema?: Record<string, any> | undefined;
2261
+ schema?: Record<string, unknown> | undefined;
2262
2262
  strict?: boolean | null | undefined;
2263
2263
  };
2264
2264
  type: "json_schema";
@@ -2268,7 +2268,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2268
2268
  name: string;
2269
2269
  description?: string | undefined;
2270
2270
  strict?: boolean | null | undefined;
2271
- parameters?: Record<string, any> | undefined;
2271
+ parameters?: Record<string, unknown> | undefined;
2272
2272
  };
2273
2273
  type: "function";
2274
2274
  }[] | undefined;
@@ -2326,7 +2326,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2326
2326
  json_schema: {
2327
2327
  name: string;
2328
2328
  description?: string | undefined;
2329
- schema?: Record<string, any> | undefined;
2329
+ schema?: Record<string, unknown> | undefined;
2330
2330
  strict?: boolean | null | undefined;
2331
2331
  };
2332
2332
  type: "json_schema";
@@ -2336,7 +2336,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByIdRe
2336
2336
  name: string;
2337
2337
  description?: string | undefined;
2338
2338
  strict?: boolean | null | undefined;
2339
- parameters?: Record<string, any> | undefined;
2339
+ parameters?: Record<string, unknown> | undefined;
2340
2340
  };
2341
2341
  type: "function";
2342
2342
  }[] | undefined;
@@ -2555,24 +2555,24 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2555
2555
  json_schema: zod.ZodObject<{
2556
2556
  description: zod.ZodOptional<zod.ZodString>;
2557
2557
  name: zod.ZodString;
2558
- schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
2558
+ schema: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2559
2559
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2560
2560
  }, "strip", zod.ZodTypeAny, {
2561
2561
  name: string;
2562
2562
  description?: string | undefined;
2563
- schema?: Record<string, any> | undefined;
2563
+ schema?: Record<string, unknown> | undefined;
2564
2564
  strict?: boolean | null | undefined;
2565
2565
  }, {
2566
2566
  name: string;
2567
2567
  description?: string | undefined;
2568
- schema?: Record<string, any> | undefined;
2568
+ schema?: Record<string, unknown> | undefined;
2569
2569
  strict?: boolean | null | undefined;
2570
2570
  }>;
2571
2571
  }, "strip", zod.ZodTypeAny, {
2572
2572
  json_schema: {
2573
2573
  name: string;
2574
2574
  description?: string | undefined;
2575
- schema?: Record<string, any> | undefined;
2575
+ schema?: Record<string, unknown> | undefined;
2576
2576
  strict?: boolean | null | undefined;
2577
2577
  };
2578
2578
  type: "json_schema";
@@ -2580,7 +2580,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2580
2580
  json_schema: {
2581
2581
  name: string;
2582
2582
  description?: string | undefined;
2583
- schema?: Record<string, any> | undefined;
2583
+ schema?: Record<string, unknown> | undefined;
2584
2584
  strict?: boolean | null | undefined;
2585
2585
  };
2586
2586
  type: "json_schema";
@@ -2590,25 +2590,25 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2590
2590
  function: zod.ZodObject<{
2591
2591
  description: zod.ZodOptional<zod.ZodString>;
2592
2592
  name: zod.ZodString;
2593
- parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
2593
+ parameters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
2594
2594
  strict: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2595
2595
  }, "strip", zod.ZodTypeAny, {
2596
2596
  name: string;
2597
2597
  description?: string | undefined;
2598
2598
  strict?: boolean | null | undefined;
2599
- parameters?: Record<string, any> | undefined;
2599
+ parameters?: Record<string, unknown> | undefined;
2600
2600
  }, {
2601
2601
  name: string;
2602
2602
  description?: string | undefined;
2603
2603
  strict?: boolean | null | undefined;
2604
- parameters?: Record<string, any> | undefined;
2604
+ parameters?: Record<string, unknown> | undefined;
2605
2605
  }>;
2606
2606
  }, "strip", zod.ZodTypeAny, {
2607
2607
  function: {
2608
2608
  name: string;
2609
2609
  description?: string | undefined;
2610
2610
  strict?: boolean | null | undefined;
2611
- parameters?: Record<string, any> | undefined;
2611
+ parameters?: Record<string, unknown> | undefined;
2612
2612
  };
2613
2613
  type: "function";
2614
2614
  }, {
@@ -2616,7 +2616,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2616
2616
  name: string;
2617
2617
  description?: string | undefined;
2618
2618
  strict?: boolean | null | undefined;
2619
- parameters?: Record<string, any> | undefined;
2619
+ parameters?: Record<string, unknown> | undefined;
2620
2620
  };
2621
2621
  type: "function";
2622
2622
  }>, "many">>;
@@ -2647,7 +2647,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2647
2647
  json_schema: {
2648
2648
  name: string;
2649
2649
  description?: string | undefined;
2650
- schema?: Record<string, any> | undefined;
2650
+ schema?: Record<string, unknown> | undefined;
2651
2651
  strict?: boolean | null | undefined;
2652
2652
  };
2653
2653
  type: "json_schema";
@@ -2657,7 +2657,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2657
2657
  name: string;
2658
2658
  description?: string | undefined;
2659
2659
  strict?: boolean | null | undefined;
2660
- parameters?: Record<string, any> | undefined;
2660
+ parameters?: Record<string, unknown> | undefined;
2661
2661
  };
2662
2662
  type: "function";
2663
2663
  }[] | undefined;
@@ -2688,7 +2688,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2688
2688
  json_schema: {
2689
2689
  name: string;
2690
2690
  description?: string | undefined;
2691
- schema?: Record<string, any> | undefined;
2691
+ schema?: Record<string, unknown> | undefined;
2692
2692
  strict?: boolean | null | undefined;
2693
2693
  };
2694
2694
  type: "json_schema";
@@ -2698,7 +2698,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2698
2698
  name: string;
2699
2699
  description?: string | undefined;
2700
2700
  strict?: boolean | null | undefined;
2701
- parameters?: Record<string, any> | undefined;
2701
+ parameters?: Record<string, unknown> | undefined;
2702
2702
  };
2703
2703
  type: "function";
2704
2704
  }[] | undefined;
@@ -2734,7 +2734,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2734
2734
  json_schema: {
2735
2735
  name: string;
2736
2736
  description?: string | undefined;
2737
- schema?: Record<string, any> | undefined;
2737
+ schema?: Record<string, unknown> | undefined;
2738
2738
  strict?: boolean | null | undefined;
2739
2739
  };
2740
2740
  type: "json_schema";
@@ -2744,7 +2744,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2744
2744
  name: string;
2745
2745
  description?: string | undefined;
2746
2746
  strict?: boolean | null | undefined;
2747
- parameters?: Record<string, any> | undefined;
2747
+ parameters?: Record<string, unknown> | undefined;
2748
2748
  };
2749
2749
  type: "function";
2750
2750
  }[] | undefined;
@@ -2784,7 +2784,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2784
2784
  json_schema: {
2785
2785
  name: string;
2786
2786
  description?: string | undefined;
2787
- schema?: Record<string, any> | undefined;
2787
+ schema?: Record<string, unknown> | undefined;
2788
2788
  strict?: boolean | null | undefined;
2789
2789
  };
2790
2790
  type: "json_schema";
@@ -2794,7 +2794,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2794
2794
  name: string;
2795
2795
  description?: string | undefined;
2796
2796
  strict?: boolean | null | undefined;
2797
- parameters?: Record<string, any> | undefined;
2797
+ parameters?: Record<string, unknown> | undefined;
2798
2798
  };
2799
2799
  type: "function";
2800
2800
  }[] | undefined;
@@ -2852,7 +2852,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2852
2852
  json_schema: {
2853
2853
  name: string;
2854
2854
  description?: string | undefined;
2855
- schema?: Record<string, any> | undefined;
2855
+ schema?: Record<string, unknown> | undefined;
2856
2856
  strict?: boolean | null | undefined;
2857
2857
  };
2858
2858
  type: "json_schema";
@@ -2862,7 +2862,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2862
2862
  name: string;
2863
2863
  description?: string | undefined;
2864
2864
  strict?: boolean | null | undefined;
2865
- parameters?: Record<string, any> | undefined;
2865
+ parameters?: Record<string, unknown> | undefined;
2866
2866
  };
2867
2867
  type: "function";
2868
2868
  }[] | undefined;
@@ -2920,7 +2920,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2920
2920
  json_schema: {
2921
2921
  name: string;
2922
2922
  description?: string | undefined;
2923
- schema?: Record<string, any> | undefined;
2923
+ schema?: Record<string, unknown> | undefined;
2924
2924
  strict?: boolean | null | undefined;
2925
2925
  };
2926
2926
  type: "json_schema";
@@ -2930,7 +2930,7 @@ export declare const registryControllerPromptControllerParsePromptTemplateByName
2930
2930
  name: string;
2931
2931
  description?: string | undefined;
2932
2932
  strict?: boolean | null | undefined;
2933
- parameters?: Record<string, any> | undefined;
2933
+ parameters?: Record<string, unknown> | undefined;
2934
2934
  };
2935
2935
  type: "function";
2936
2936
  }[] | undefined;