@retab/node 1.0.81 → 1.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/documents/client.d.ts +3 -1
- package/dist/api/documents/client.d.ts.map +1 -1
- package/dist/api/documents/client.js +3 -1
- package/dist/api/edit/templates/client.d.ts +3 -1
- package/dist/api/edit/templates/client.d.ts.map +1 -1
- package/dist/api/edit/templates/client.js +11 -4
- package/dist/api/workflows/client.d.ts +9 -44
- package/dist/api/workflows/client.d.ts.map +1 -1
- package/dist/api/workflows/client.js +8 -68
- package/dist/api/workflows/runs/client.d.ts +51 -0
- package/dist/api/workflows/runs/client.d.ts.map +1 -0
- package/dist/api/workflows/runs/client.js +77 -0
- package/dist/generated_types.d.ts +100 -0
- package/dist/generated_types.d.ts.map +1 -1
- package/dist/generated_types.js +9 -0
- package/dist/types.d.ts +16 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +1 -0
- package/package.json +1 -1
|
@@ -11239,6 +11239,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
11239
11239
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
11240
11240
|
query: z.ZodString;
|
|
11241
11241
|
type: z.ZodLiteral<"search">;
|
|
11242
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
11242
11243
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
11243
11244
|
type: z.ZodLiteral<"url">;
|
|
11244
11245
|
url: z.ZodString;
|
|
@@ -11252,6 +11253,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
11252
11253
|
}, "strip", z.ZodTypeAny, {
|
|
11253
11254
|
type: "search";
|
|
11254
11255
|
query: string;
|
|
11256
|
+
queries?: string[] | null | undefined;
|
|
11255
11257
|
sources?: {
|
|
11256
11258
|
type: "url";
|
|
11257
11259
|
url: string;
|
|
@@ -11259,6 +11261,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
11259
11261
|
}, {
|
|
11260
11262
|
type: "search";
|
|
11261
11263
|
query: string;
|
|
11264
|
+
queries?: string[] | null | undefined;
|
|
11262
11265
|
sources?: {
|
|
11263
11266
|
type: "url";
|
|
11264
11267
|
url: string;
|
|
@@ -11294,6 +11297,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
11294
11297
|
action: {
|
|
11295
11298
|
type: "search";
|
|
11296
11299
|
query: string;
|
|
11300
|
+
queries?: string[] | null | undefined;
|
|
11297
11301
|
sources?: {
|
|
11298
11302
|
type: "url";
|
|
11299
11303
|
url: string;
|
|
@@ -11313,6 +11317,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
11313
11317
|
action: {
|
|
11314
11318
|
type: "search";
|
|
11315
11319
|
query: string;
|
|
11320
|
+
queries?: string[] | null | undefined;
|
|
11316
11321
|
sources?: {
|
|
11317
11322
|
type: "url";
|
|
11318
11323
|
url: string;
|
|
@@ -12423,6 +12428,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
12423
12428
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
12424
12429
|
query: z.ZodString;
|
|
12425
12430
|
type: z.ZodLiteral<"search">;
|
|
12431
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
12426
12432
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
12427
12433
|
type: z.ZodLiteral<"url">;
|
|
12428
12434
|
url: z.ZodString;
|
|
@@ -12436,6 +12442,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
12436
12442
|
}, "strip", z.ZodTypeAny, {
|
|
12437
12443
|
type: "search";
|
|
12438
12444
|
query: string;
|
|
12445
|
+
queries?: string[] | null | undefined;
|
|
12439
12446
|
sources?: {
|
|
12440
12447
|
type: "url";
|
|
12441
12448
|
url: string;
|
|
@@ -12443,6 +12450,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
12443
12450
|
}, {
|
|
12444
12451
|
type: "search";
|
|
12445
12452
|
query: string;
|
|
12453
|
+
queries?: string[] | null | undefined;
|
|
12446
12454
|
sources?: {
|
|
12447
12455
|
type: "url";
|
|
12448
12456
|
url: string;
|
|
@@ -12478,6 +12486,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
12478
12486
|
action: {
|
|
12479
12487
|
type: "search";
|
|
12480
12488
|
query: string;
|
|
12489
|
+
queries?: string[] | null | undefined;
|
|
12481
12490
|
sources?: {
|
|
12482
12491
|
type: "url";
|
|
12483
12492
|
url: string;
|
|
@@ -12497,6 +12506,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
12497
12506
|
action: {
|
|
12498
12507
|
type: "search";
|
|
12499
12508
|
query: string;
|
|
12509
|
+
queries?: string[] | null | undefined;
|
|
12500
12510
|
sources?: {
|
|
12501
12511
|
type: "url";
|
|
12502
12512
|
url: string;
|
|
@@ -13816,6 +13826,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
13816
13826
|
}>>]>, "many">;
|
|
13817
13827
|
top_p: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13818
13828
|
background: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
13829
|
+
completed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13819
13830
|
conversation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
13820
13831
|
id: z.ZodString;
|
|
13821
13832
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -14143,6 +14154,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
14143
14154
|
action: {
|
|
14144
14155
|
type: "search";
|
|
14145
14156
|
query: string;
|
|
14157
|
+
queries?: string[] | null | undefined;
|
|
14146
14158
|
sources?: {
|
|
14147
14159
|
type: "url";
|
|
14148
14160
|
url: string;
|
|
@@ -14465,6 +14477,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
14465
14477
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
14466
14478
|
message: string;
|
|
14467
14479
|
} | null | undefined;
|
|
14480
|
+
completed_at?: number | null | undefined;
|
|
14468
14481
|
instructions?: string | ({
|
|
14469
14482
|
role: "user" | "system" | "assistant" | "developer";
|
|
14470
14483
|
content: string | ({
|
|
@@ -14627,6 +14640,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
14627
14640
|
action: {
|
|
14628
14641
|
type: "search";
|
|
14629
14642
|
query: string;
|
|
14643
|
+
queries?: string[] | null | undefined;
|
|
14630
14644
|
sources?: {
|
|
14631
14645
|
type: "url";
|
|
14632
14646
|
url: string;
|
|
@@ -14997,6 +15011,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
14997
15011
|
action: {
|
|
14998
15012
|
type: "search";
|
|
14999
15013
|
query: string;
|
|
15014
|
+
queries?: string[] | null | undefined;
|
|
15000
15015
|
sources?: {
|
|
15001
15016
|
type: "url";
|
|
15002
15017
|
url: string;
|
|
@@ -15319,6 +15334,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
15319
15334
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
15320
15335
|
message: string;
|
|
15321
15336
|
} | null | undefined;
|
|
15337
|
+
completed_at?: number | null | undefined;
|
|
15322
15338
|
instructions?: string | ({
|
|
15323
15339
|
role: "user" | "system" | "assistant" | "developer";
|
|
15324
15340
|
content: string | ({
|
|
@@ -15481,6 +15497,7 @@ export declare const ZResponse: z.ZodLazy<z.ZodObject<{
|
|
|
15481
15497
|
action: {
|
|
15482
15498
|
type: "search";
|
|
15483
15499
|
query: string;
|
|
15500
|
+
queries?: string[] | null | undefined;
|
|
15484
15501
|
sources?: {
|
|
15485
15502
|
type: "url";
|
|
15486
15503
|
url: string;
|
|
@@ -17283,13 +17300,26 @@ export declare const ZFillTemplateRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17283
17300
|
model: z.ZodDefault<z.ZodString>;
|
|
17284
17301
|
instructions: z.ZodString;
|
|
17285
17302
|
template_id: z.ZodString;
|
|
17303
|
+
config: z.ZodLazy<z.ZodObject<{
|
|
17304
|
+
color: z.ZodDefault<z.ZodString>;
|
|
17305
|
+
}, "strip", z.ZodTypeAny, {
|
|
17306
|
+
color: string;
|
|
17307
|
+
}, {
|
|
17308
|
+
color?: string | undefined;
|
|
17309
|
+
}>>;
|
|
17286
17310
|
}, "strip", z.ZodTypeAny, {
|
|
17287
17311
|
model: string;
|
|
17288
17312
|
instructions: string;
|
|
17289
17313
|
template_id: string;
|
|
17314
|
+
config: {
|
|
17315
|
+
color: string;
|
|
17316
|
+
};
|
|
17290
17317
|
}, {
|
|
17291
17318
|
instructions: string;
|
|
17292
17319
|
template_id: string;
|
|
17320
|
+
config: {
|
|
17321
|
+
color?: string | undefined;
|
|
17322
|
+
};
|
|
17293
17323
|
model?: string | undefined;
|
|
17294
17324
|
}>>;
|
|
17295
17325
|
export type FillTemplateRequest = z.infer<typeof ZFillTemplateRequest>;
|
|
@@ -17377,6 +17407,14 @@ export declare const ZUpdateEditTemplateRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17377
17407
|
}[] | null | undefined;
|
|
17378
17408
|
}>>;
|
|
17379
17409
|
export type UpdateEditTemplateRequest = z.infer<typeof ZUpdateEditTemplateRequest>;
|
|
17410
|
+
export declare const ZEditConfig: z.ZodLazy<z.ZodObject<{
|
|
17411
|
+
color: z.ZodDefault<z.ZodString>;
|
|
17412
|
+
}, "strip", z.ZodTypeAny, {
|
|
17413
|
+
color: string;
|
|
17414
|
+
}, {
|
|
17415
|
+
color?: string | undefined;
|
|
17416
|
+
}>>;
|
|
17417
|
+
export type EditConfig = z.infer<typeof ZEditConfig>;
|
|
17380
17418
|
export declare const ZFormField: z.ZodLazy<z.ZodObject<{
|
|
17381
17419
|
bbox: z.ZodLazy<z.ZodObject<{
|
|
17382
17420
|
left: z.ZodNumber;
|
|
@@ -17518,6 +17556,7 @@ export declare const ZClassifyRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17518
17556
|
description: string;
|
|
17519
17557
|
}>>, "many">;
|
|
17520
17558
|
model: z.ZodDefault<z.ZodString>;
|
|
17559
|
+
first_n_pages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17521
17560
|
}, "strip", z.ZodTypeAny, {
|
|
17522
17561
|
model: string;
|
|
17523
17562
|
document: {
|
|
@@ -17528,6 +17567,7 @@ export declare const ZClassifyRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17528
17567
|
name: string;
|
|
17529
17568
|
description: string;
|
|
17530
17569
|
}[];
|
|
17570
|
+
first_n_pages?: number | null | undefined;
|
|
17531
17571
|
}, {
|
|
17532
17572
|
document: {
|
|
17533
17573
|
filename: string;
|
|
@@ -17538,6 +17578,7 @@ export declare const ZClassifyRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17538
17578
|
description: string;
|
|
17539
17579
|
}[];
|
|
17540
17580
|
model?: string | undefined;
|
|
17581
|
+
first_n_pages?: number | null | undefined;
|
|
17541
17582
|
}>>;
|
|
17542
17583
|
export type ClassifyRequest = z.infer<typeof ZClassifyRequest>;
|
|
17543
17584
|
export declare const ZClassifyResponse: z.ZodLazy<z.ZodObject<{
|
|
@@ -17836,9 +17877,19 @@ export declare const ZEditRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17836
17877
|
model: z.ZodDefault<z.ZodString>;
|
|
17837
17878
|
instructions: z.ZodString;
|
|
17838
17879
|
template_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17880
|
+
config: z.ZodLazy<z.ZodObject<{
|
|
17881
|
+
color: z.ZodDefault<z.ZodString>;
|
|
17882
|
+
}, "strip", z.ZodTypeAny, {
|
|
17883
|
+
color: string;
|
|
17884
|
+
}, {
|
|
17885
|
+
color?: string | undefined;
|
|
17886
|
+
}>>;
|
|
17839
17887
|
}, "strip", z.ZodTypeAny, {
|
|
17840
17888
|
model: string;
|
|
17841
17889
|
instructions: string;
|
|
17890
|
+
config: {
|
|
17891
|
+
color: string;
|
|
17892
|
+
};
|
|
17842
17893
|
document?: {
|
|
17843
17894
|
filename: string;
|
|
17844
17895
|
url: string;
|
|
@@ -17846,6 +17897,9 @@ export declare const ZEditRequest: z.ZodLazy<z.ZodObject<{
|
|
|
17846
17897
|
template_id?: string | null | undefined;
|
|
17847
17898
|
}, {
|
|
17848
17899
|
instructions: string;
|
|
17900
|
+
config: {
|
|
17901
|
+
color?: string | undefined;
|
|
17902
|
+
};
|
|
17849
17903
|
model?: string | undefined;
|
|
17850
17904
|
document?: {
|
|
17851
17905
|
filename: string;
|
|
@@ -21978,6 +22032,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
21978
22032
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
21979
22033
|
query: z.ZodString;
|
|
21980
22034
|
type: z.ZodLiteral<"search">;
|
|
22035
|
+
queries: z.ZodArray<z.ZodString, "many">;
|
|
21981
22036
|
sources: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
21982
22037
|
type: z.ZodLiteral<"url">;
|
|
21983
22038
|
url: z.ZodString;
|
|
@@ -21990,6 +22045,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
21990
22045
|
}>>, "many">;
|
|
21991
22046
|
}, "strip", z.ZodTypeAny, {
|
|
21992
22047
|
type: "search";
|
|
22048
|
+
queries: string[];
|
|
21993
22049
|
query: string;
|
|
21994
22050
|
sources: {
|
|
21995
22051
|
type: "url";
|
|
@@ -21997,6 +22053,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
21997
22053
|
}[];
|
|
21998
22054
|
}, {
|
|
21999
22055
|
type: "search";
|
|
22056
|
+
queries: string[];
|
|
22000
22057
|
query: string;
|
|
22001
22058
|
sources: {
|
|
22002
22059
|
type: "url";
|
|
@@ -22032,6 +22089,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
22032
22089
|
id: string;
|
|
22033
22090
|
action: {
|
|
22034
22091
|
type: "search";
|
|
22092
|
+
queries: string[];
|
|
22035
22093
|
query: string;
|
|
22036
22094
|
sources: {
|
|
22037
22095
|
type: "url";
|
|
@@ -22051,6 +22109,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
22051
22109
|
id: string;
|
|
22052
22110
|
action: {
|
|
22053
22111
|
type: "search";
|
|
22112
|
+
queries: string[];
|
|
22054
22113
|
query: string;
|
|
22055
22114
|
sources: {
|
|
22056
22115
|
type: "url";
|
|
@@ -25605,6 +25664,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
25605
25664
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
25606
25665
|
query: z.ZodString;
|
|
25607
25666
|
type: z.ZodLiteral<"search">;
|
|
25667
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
25608
25668
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
25609
25669
|
type: z.ZodLiteral<"url">;
|
|
25610
25670
|
url: z.ZodString;
|
|
@@ -25618,6 +25678,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
25618
25678
|
}, "strip", z.ZodTypeAny, {
|
|
25619
25679
|
type: "search";
|
|
25620
25680
|
query: string;
|
|
25681
|
+
queries?: string[] | null | undefined;
|
|
25621
25682
|
sources?: {
|
|
25622
25683
|
type: "url";
|
|
25623
25684
|
url: string;
|
|
@@ -25625,6 +25686,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
25625
25686
|
}, {
|
|
25626
25687
|
type: "search";
|
|
25627
25688
|
query: string;
|
|
25689
|
+
queries?: string[] | null | undefined;
|
|
25628
25690
|
sources?: {
|
|
25629
25691
|
type: "url";
|
|
25630
25692
|
url: string;
|
|
@@ -25660,6 +25722,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
25660
25722
|
action: {
|
|
25661
25723
|
type: "search";
|
|
25662
25724
|
query: string;
|
|
25725
|
+
queries?: string[] | null | undefined;
|
|
25663
25726
|
sources?: {
|
|
25664
25727
|
type: "url";
|
|
25665
25728
|
url: string;
|
|
@@ -25679,6 +25742,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
25679
25742
|
action: {
|
|
25680
25743
|
type: "search";
|
|
25681
25744
|
query: string;
|
|
25745
|
+
queries?: string[] | null | undefined;
|
|
25682
25746
|
sources?: {
|
|
25683
25747
|
type: "url";
|
|
25684
25748
|
url: string;
|
|
@@ -26789,6 +26853,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
26789
26853
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
26790
26854
|
query: z.ZodString;
|
|
26791
26855
|
type: z.ZodLiteral<"search">;
|
|
26856
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
26792
26857
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
26793
26858
|
type: z.ZodLiteral<"url">;
|
|
26794
26859
|
url: z.ZodString;
|
|
@@ -26802,6 +26867,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
26802
26867
|
}, "strip", z.ZodTypeAny, {
|
|
26803
26868
|
type: "search";
|
|
26804
26869
|
query: string;
|
|
26870
|
+
queries?: string[] | null | undefined;
|
|
26805
26871
|
sources?: {
|
|
26806
26872
|
type: "url";
|
|
26807
26873
|
url: string;
|
|
@@ -26809,6 +26875,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
26809
26875
|
}, {
|
|
26810
26876
|
type: "search";
|
|
26811
26877
|
query: string;
|
|
26878
|
+
queries?: string[] | null | undefined;
|
|
26812
26879
|
sources?: {
|
|
26813
26880
|
type: "url";
|
|
26814
26881
|
url: string;
|
|
@@ -26844,6 +26911,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
26844
26911
|
action: {
|
|
26845
26912
|
type: "search";
|
|
26846
26913
|
query: string;
|
|
26914
|
+
queries?: string[] | null | undefined;
|
|
26847
26915
|
sources?: {
|
|
26848
26916
|
type: "url";
|
|
26849
26917
|
url: string;
|
|
@@ -26863,6 +26931,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
26863
26931
|
action: {
|
|
26864
26932
|
type: "search";
|
|
26865
26933
|
query: string;
|
|
26934
|
+
queries?: string[] | null | undefined;
|
|
26866
26935
|
sources?: {
|
|
26867
26936
|
type: "url";
|
|
26868
26937
|
url: string;
|
|
@@ -28182,6 +28251,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
28182
28251
|
}>>]>, "many">;
|
|
28183
28252
|
top_p: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28184
28253
|
background: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
28254
|
+
completed_at: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28185
28255
|
conversation: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
28186
28256
|
id: z.ZodString;
|
|
28187
28257
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28509,6 +28579,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
28509
28579
|
action: {
|
|
28510
28580
|
type: "search";
|
|
28511
28581
|
query: string;
|
|
28582
|
+
queries?: string[] | null | undefined;
|
|
28512
28583
|
sources?: {
|
|
28513
28584
|
type: "url";
|
|
28514
28585
|
url: string;
|
|
@@ -28831,6 +28902,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
28831
28902
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
28832
28903
|
message: string;
|
|
28833
28904
|
} | null | undefined;
|
|
28905
|
+
completed_at?: number | null | undefined;
|
|
28834
28906
|
instructions?: string | ({
|
|
28835
28907
|
role: "user" | "system" | "assistant" | "developer";
|
|
28836
28908
|
content: string | ({
|
|
@@ -28993,6 +29065,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
28993
29065
|
action: {
|
|
28994
29066
|
type: "search";
|
|
28995
29067
|
query: string;
|
|
29068
|
+
queries?: string[] | null | undefined;
|
|
28996
29069
|
sources?: {
|
|
28997
29070
|
type: "url";
|
|
28998
29071
|
url: string;
|
|
@@ -29363,6 +29436,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
29363
29436
|
action: {
|
|
29364
29437
|
type: "search";
|
|
29365
29438
|
query: string;
|
|
29439
|
+
queries?: string[] | null | undefined;
|
|
29366
29440
|
sources?: {
|
|
29367
29441
|
type: "url";
|
|
29368
29442
|
url: string;
|
|
@@ -29685,6 +29759,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
29685
29759
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
29686
29760
|
message: string;
|
|
29687
29761
|
} | null | undefined;
|
|
29762
|
+
completed_at?: number | null | undefined;
|
|
29688
29763
|
instructions?: string | ({
|
|
29689
29764
|
role: "user" | "system" | "assistant" | "developer";
|
|
29690
29765
|
content: string | ({
|
|
@@ -29847,6 +29922,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
29847
29922
|
action: {
|
|
29848
29923
|
type: "search";
|
|
29849
29924
|
query: string;
|
|
29925
|
+
queries?: string[] | null | undefined;
|
|
29850
29926
|
sources?: {
|
|
29851
29927
|
type: "url";
|
|
29852
29928
|
url: string;
|
|
@@ -30396,6 +30472,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
30396
30472
|
id: string;
|
|
30397
30473
|
action: {
|
|
30398
30474
|
type: "search";
|
|
30475
|
+
queries: string[];
|
|
30399
30476
|
query: string;
|
|
30400
30477
|
sources: {
|
|
30401
30478
|
type: "url";
|
|
@@ -30974,6 +31051,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
30974
31051
|
action: {
|
|
30975
31052
|
type: "search";
|
|
30976
31053
|
query: string;
|
|
31054
|
+
queries?: string[] | null | undefined;
|
|
30977
31055
|
sources?: {
|
|
30978
31056
|
type: "url";
|
|
30979
31057
|
url: string;
|
|
@@ -31296,6 +31374,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
31296
31374
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
31297
31375
|
message: string;
|
|
31298
31376
|
} | null | undefined;
|
|
31377
|
+
completed_at?: number | null | undefined;
|
|
31299
31378
|
instructions?: string | ({
|
|
31300
31379
|
role: "user" | "system" | "assistant" | "developer";
|
|
31301
31380
|
content: string | ({
|
|
@@ -31458,6 +31537,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
31458
31537
|
action: {
|
|
31459
31538
|
type: "search";
|
|
31460
31539
|
query: string;
|
|
31540
|
+
queries?: string[] | null | undefined;
|
|
31461
31541
|
sources?: {
|
|
31462
31542
|
type: "url";
|
|
31463
31543
|
url: string;
|
|
@@ -32004,6 +32084,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
32004
32084
|
id: string;
|
|
32005
32085
|
action: {
|
|
32006
32086
|
type: "search";
|
|
32087
|
+
queries: string[];
|
|
32007
32088
|
query: string;
|
|
32008
32089
|
sources: {
|
|
32009
32090
|
type: "url";
|
|
@@ -32582,6 +32663,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
32582
32663
|
action: {
|
|
32583
32664
|
type: "search";
|
|
32584
32665
|
query: string;
|
|
32666
|
+
queries?: string[] | null | undefined;
|
|
32585
32667
|
sources?: {
|
|
32586
32668
|
type: "url";
|
|
32587
32669
|
url: string;
|
|
@@ -32904,6 +32986,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
32904
32986
|
code: "server_error" | "rate_limit_exceeded" | "invalid_prompt" | "vector_store_timeout" | "invalid_image" | "invalid_image_format" | "invalid_base64_image" | "invalid_image_url" | "image_too_large" | "image_too_small" | "image_parse_error" | "image_content_policy_violation" | "invalid_image_mode" | "image_file_too_large" | "unsupported_image_media_type" | "empty_image_file" | "failed_to_download_image" | "image_file_not_found";
|
|
32905
32987
|
message: string;
|
|
32906
32988
|
} | null | undefined;
|
|
32989
|
+
completed_at?: number | null | undefined;
|
|
32907
32990
|
instructions?: string | ({
|
|
32908
32991
|
role: "user" | "system" | "assistant" | "developer";
|
|
32909
32992
|
content: string | ({
|
|
@@ -33066,6 +33149,7 @@ export declare const ZLogExtractionRequest: z.ZodLazy<z.ZodObject<{
|
|
|
33066
33149
|
action: {
|
|
33067
33150
|
type: "search";
|
|
33068
33151
|
query: string;
|
|
33152
|
+
queries?: string[] | null | undefined;
|
|
33069
33153
|
sources?: {
|
|
33070
33154
|
type: "url";
|
|
33071
33155
|
url: string;
|
|
@@ -39629,6 +39713,7 @@ export declare const ZResponseFunctionWebSearch: z.ZodLazy<z.ZodObject<{
|
|
|
39629
39713
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
39630
39714
|
query: z.ZodString;
|
|
39631
39715
|
type: z.ZodLiteral<"search">;
|
|
39716
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
39632
39717
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
39633
39718
|
type: z.ZodLiteral<"url">;
|
|
39634
39719
|
url: z.ZodString;
|
|
@@ -39642,6 +39727,7 @@ export declare const ZResponseFunctionWebSearch: z.ZodLazy<z.ZodObject<{
|
|
|
39642
39727
|
}, "strip", z.ZodTypeAny, {
|
|
39643
39728
|
type: "search";
|
|
39644
39729
|
query: string;
|
|
39730
|
+
queries?: string[] | null | undefined;
|
|
39645
39731
|
sources?: {
|
|
39646
39732
|
type: "url";
|
|
39647
39733
|
url: string;
|
|
@@ -39649,6 +39735,7 @@ export declare const ZResponseFunctionWebSearch: z.ZodLazy<z.ZodObject<{
|
|
|
39649
39735
|
}, {
|
|
39650
39736
|
type: "search";
|
|
39651
39737
|
query: string;
|
|
39738
|
+
queries?: string[] | null | undefined;
|
|
39652
39739
|
sources?: {
|
|
39653
39740
|
type: "url";
|
|
39654
39741
|
url: string;
|
|
@@ -39684,6 +39771,7 @@ export declare const ZResponseFunctionWebSearch: z.ZodLazy<z.ZodObject<{
|
|
|
39684
39771
|
action: {
|
|
39685
39772
|
type: "search";
|
|
39686
39773
|
query: string;
|
|
39774
|
+
queries?: string[] | null | undefined;
|
|
39687
39775
|
sources?: {
|
|
39688
39776
|
type: "url";
|
|
39689
39777
|
url: string;
|
|
@@ -39703,6 +39791,7 @@ export declare const ZResponseFunctionWebSearch: z.ZodLazy<z.ZodObject<{
|
|
|
39703
39791
|
action: {
|
|
39704
39792
|
type: "search";
|
|
39705
39793
|
query: string;
|
|
39794
|
+
queries?: string[] | null | undefined;
|
|
39706
39795
|
sources?: {
|
|
39707
39796
|
type: "url";
|
|
39708
39797
|
url: string;
|
|
@@ -43558,6 +43647,7 @@ export declare const ZResponseFunctionWebSearchParam: z.ZodLazy<z.ZodObject<{
|
|
|
43558
43647
|
action: z.ZodUnion<[z.ZodLazy<z.ZodObject<{
|
|
43559
43648
|
query: z.ZodString;
|
|
43560
43649
|
type: z.ZodLiteral<"search">;
|
|
43650
|
+
queries: z.ZodArray<z.ZodString, "many">;
|
|
43561
43651
|
sources: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
43562
43652
|
type: z.ZodLiteral<"url">;
|
|
43563
43653
|
url: z.ZodString;
|
|
@@ -43570,6 +43660,7 @@ export declare const ZResponseFunctionWebSearchParam: z.ZodLazy<z.ZodObject<{
|
|
|
43570
43660
|
}>>, "many">;
|
|
43571
43661
|
}, "strip", z.ZodTypeAny, {
|
|
43572
43662
|
type: "search";
|
|
43663
|
+
queries: string[];
|
|
43573
43664
|
query: string;
|
|
43574
43665
|
sources: {
|
|
43575
43666
|
type: "url";
|
|
@@ -43577,6 +43668,7 @@ export declare const ZResponseFunctionWebSearchParam: z.ZodLazy<z.ZodObject<{
|
|
|
43577
43668
|
}[];
|
|
43578
43669
|
}, {
|
|
43579
43670
|
type: "search";
|
|
43671
|
+
queries: string[];
|
|
43580
43672
|
query: string;
|
|
43581
43673
|
sources: {
|
|
43582
43674
|
type: "url";
|
|
@@ -43612,6 +43704,7 @@ export declare const ZResponseFunctionWebSearchParam: z.ZodLazy<z.ZodObject<{
|
|
|
43612
43704
|
id: string;
|
|
43613
43705
|
action: {
|
|
43614
43706
|
type: "search";
|
|
43707
|
+
queries: string[];
|
|
43615
43708
|
query: string;
|
|
43616
43709
|
sources: {
|
|
43617
43710
|
type: "url";
|
|
@@ -43631,6 +43724,7 @@ export declare const ZResponseFunctionWebSearchParam: z.ZodLazy<z.ZodObject<{
|
|
|
43631
43724
|
id: string;
|
|
43632
43725
|
action: {
|
|
43633
43726
|
type: "search";
|
|
43727
|
+
queries: string[];
|
|
43634
43728
|
query: string;
|
|
43635
43729
|
sources: {
|
|
43636
43730
|
type: "url";
|
|
@@ -45582,6 +45676,7 @@ export type ComputerCallOutputAcknowledgedSafetyCheck = z.infer<typeof ZComputer
|
|
|
45582
45676
|
export declare const ZActionSearch: z.ZodLazy<z.ZodObject<{
|
|
45583
45677
|
query: z.ZodString;
|
|
45584
45678
|
type: z.ZodLiteral<"search">;
|
|
45679
|
+
queries: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
45585
45680
|
sources: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
45586
45681
|
type: z.ZodLiteral<"url">;
|
|
45587
45682
|
url: z.ZodString;
|
|
@@ -45595,6 +45690,7 @@ export declare const ZActionSearch: z.ZodLazy<z.ZodObject<{
|
|
|
45595
45690
|
}, "strip", z.ZodTypeAny, {
|
|
45596
45691
|
type: "search";
|
|
45597
45692
|
query: string;
|
|
45693
|
+
queries?: string[] | null | undefined;
|
|
45598
45694
|
sources?: {
|
|
45599
45695
|
type: "url";
|
|
45600
45696
|
url: string;
|
|
@@ -45602,6 +45698,7 @@ export declare const ZActionSearch: z.ZodLazy<z.ZodObject<{
|
|
|
45602
45698
|
}, {
|
|
45603
45699
|
type: "search";
|
|
45604
45700
|
query: string;
|
|
45701
|
+
queries?: string[] | null | undefined;
|
|
45605
45702
|
sources?: {
|
|
45606
45703
|
type: "url";
|
|
45607
45704
|
url: string;
|
|
@@ -47080,6 +47177,7 @@ export type ResponseInputParamComputerCallOutputAcknowledgedSafetyCheck = z.infe
|
|
|
47080
47177
|
export declare const ZResponseFunctionWebSearchParamActionSearch: z.ZodLazy<z.ZodObject<{
|
|
47081
47178
|
query: z.ZodString;
|
|
47082
47179
|
type: z.ZodLiteral<"search">;
|
|
47180
|
+
queries: z.ZodArray<z.ZodString, "many">;
|
|
47083
47181
|
sources: z.ZodArray<z.ZodLazy<z.ZodObject<{
|
|
47084
47182
|
type: z.ZodLiteral<"url">;
|
|
47085
47183
|
url: z.ZodString;
|
|
@@ -47092,6 +47190,7 @@ export declare const ZResponseFunctionWebSearchParamActionSearch: z.ZodLazy<z.Zo
|
|
|
47092
47190
|
}>>, "many">;
|
|
47093
47191
|
}, "strip", z.ZodTypeAny, {
|
|
47094
47192
|
type: "search";
|
|
47193
|
+
queries: string[];
|
|
47095
47194
|
query: string;
|
|
47096
47195
|
sources: {
|
|
47097
47196
|
type: "url";
|
|
@@ -47099,6 +47198,7 @@ export declare const ZResponseFunctionWebSearchParamActionSearch: z.ZodLazy<z.Zo
|
|
|
47099
47198
|
}[];
|
|
47100
47199
|
}, {
|
|
47101
47200
|
type: "search";
|
|
47201
|
+
queries: string[];
|
|
47102
47202
|
query: string;
|
|
47103
47203
|
sources: {
|
|
47104
47204
|
type: "url";
|