graphlit-client 1.0.20241212001 → 1.0.20241212002
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.
@@ -2080,6 +2080,149 @@ exports.CompleteConversation = (0, graphql_tag_1.default) `
|
|
2080
2080
|
relation
|
2081
2081
|
}
|
2082
2082
|
}
|
2083
|
+
details {
|
2084
|
+
modelService
|
2085
|
+
model
|
2086
|
+
supportsToolCalling
|
2087
|
+
sourceCount
|
2088
|
+
observableCount
|
2089
|
+
toolCount
|
2090
|
+
renderedSourceCount
|
2091
|
+
renderedObservableCount
|
2092
|
+
renderedToolCount
|
2093
|
+
rankedSourceCount
|
2094
|
+
rankedObservableCount
|
2095
|
+
rankedToolCount
|
2096
|
+
tokenLimit
|
2097
|
+
completionTokenLimit
|
2098
|
+
sources
|
2099
|
+
formattedSources
|
2100
|
+
formattedObservables
|
2101
|
+
formattedInstructions
|
2102
|
+
formattedTools
|
2103
|
+
messages {
|
2104
|
+
role
|
2105
|
+
author
|
2106
|
+
message
|
2107
|
+
citations {
|
2108
|
+
content {
|
2109
|
+
id
|
2110
|
+
name
|
2111
|
+
state
|
2112
|
+
originalDate
|
2113
|
+
identifier
|
2114
|
+
uri
|
2115
|
+
type
|
2116
|
+
fileType
|
2117
|
+
mimeType
|
2118
|
+
format
|
2119
|
+
formatName
|
2120
|
+
fileExtension
|
2121
|
+
fileName
|
2122
|
+
fileSize
|
2123
|
+
masterUri
|
2124
|
+
imageUri
|
2125
|
+
textUri
|
2126
|
+
audioUri
|
2127
|
+
transcriptUri
|
2128
|
+
summary
|
2129
|
+
customSummary
|
2130
|
+
keywords
|
2131
|
+
bullets
|
2132
|
+
headlines
|
2133
|
+
posts
|
2134
|
+
chapters
|
2135
|
+
questions
|
2136
|
+
video {
|
2137
|
+
width
|
2138
|
+
height
|
2139
|
+
duration
|
2140
|
+
make
|
2141
|
+
model
|
2142
|
+
software
|
2143
|
+
title
|
2144
|
+
description
|
2145
|
+
keywords
|
2146
|
+
author
|
2147
|
+
}
|
2148
|
+
audio {
|
2149
|
+
keywords
|
2150
|
+
author
|
2151
|
+
series
|
2152
|
+
episode
|
2153
|
+
episodeType
|
2154
|
+
season
|
2155
|
+
publisher
|
2156
|
+
copyright
|
2157
|
+
genre
|
2158
|
+
title
|
2159
|
+
description
|
2160
|
+
bitrate
|
2161
|
+
channels
|
2162
|
+
sampleRate
|
2163
|
+
bitsPerSample
|
2164
|
+
duration
|
2165
|
+
}
|
2166
|
+
image {
|
2167
|
+
width
|
2168
|
+
height
|
2169
|
+
resolutionX
|
2170
|
+
resolutionY
|
2171
|
+
bitsPerComponent
|
2172
|
+
components
|
2173
|
+
projectionType
|
2174
|
+
orientation
|
2175
|
+
description
|
2176
|
+
make
|
2177
|
+
model
|
2178
|
+
software
|
2179
|
+
lens
|
2180
|
+
focalLength
|
2181
|
+
exposureTime
|
2182
|
+
fNumber
|
2183
|
+
iso
|
2184
|
+
heading
|
2185
|
+
pitch
|
2186
|
+
}
|
2187
|
+
document {
|
2188
|
+
title
|
2189
|
+
subject
|
2190
|
+
summary
|
2191
|
+
author
|
2192
|
+
publisher
|
2193
|
+
description
|
2194
|
+
keywords
|
2195
|
+
pageCount
|
2196
|
+
worksheetCount
|
2197
|
+
slideCount
|
2198
|
+
wordCount
|
2199
|
+
lineCount
|
2200
|
+
paragraphCount
|
2201
|
+
isEncrypted
|
2202
|
+
hasDigitalSignature
|
2203
|
+
}
|
2204
|
+
}
|
2205
|
+
index
|
2206
|
+
text
|
2207
|
+
startTime
|
2208
|
+
endTime
|
2209
|
+
pageNumber
|
2210
|
+
frameNumber
|
2211
|
+
}
|
2212
|
+
toolCalls {
|
2213
|
+
id
|
2214
|
+
name
|
2215
|
+
arguments
|
2216
|
+
}
|
2217
|
+
tokens
|
2218
|
+
throughput
|
2219
|
+
completionTime
|
2220
|
+
timestamp
|
2221
|
+
modelService
|
2222
|
+
model
|
2223
|
+
}
|
2224
|
+
assistantMessage
|
2225
|
+
}
|
2083
2226
|
}
|
2084
2227
|
}
|
2085
2228
|
`;
|
@@ -2245,6 +2388,149 @@ exports.ContinueConversation = (0, graphql_tag_1.default) `
|
|
2245
2388
|
relation
|
2246
2389
|
}
|
2247
2390
|
}
|
2391
|
+
details {
|
2392
|
+
modelService
|
2393
|
+
model
|
2394
|
+
supportsToolCalling
|
2395
|
+
sourceCount
|
2396
|
+
observableCount
|
2397
|
+
toolCount
|
2398
|
+
renderedSourceCount
|
2399
|
+
renderedObservableCount
|
2400
|
+
renderedToolCount
|
2401
|
+
rankedSourceCount
|
2402
|
+
rankedObservableCount
|
2403
|
+
rankedToolCount
|
2404
|
+
tokenLimit
|
2405
|
+
completionTokenLimit
|
2406
|
+
sources
|
2407
|
+
formattedSources
|
2408
|
+
formattedObservables
|
2409
|
+
formattedInstructions
|
2410
|
+
formattedTools
|
2411
|
+
messages {
|
2412
|
+
role
|
2413
|
+
author
|
2414
|
+
message
|
2415
|
+
citations {
|
2416
|
+
content {
|
2417
|
+
id
|
2418
|
+
name
|
2419
|
+
state
|
2420
|
+
originalDate
|
2421
|
+
identifier
|
2422
|
+
uri
|
2423
|
+
type
|
2424
|
+
fileType
|
2425
|
+
mimeType
|
2426
|
+
format
|
2427
|
+
formatName
|
2428
|
+
fileExtension
|
2429
|
+
fileName
|
2430
|
+
fileSize
|
2431
|
+
masterUri
|
2432
|
+
imageUri
|
2433
|
+
textUri
|
2434
|
+
audioUri
|
2435
|
+
transcriptUri
|
2436
|
+
summary
|
2437
|
+
customSummary
|
2438
|
+
keywords
|
2439
|
+
bullets
|
2440
|
+
headlines
|
2441
|
+
posts
|
2442
|
+
chapters
|
2443
|
+
questions
|
2444
|
+
video {
|
2445
|
+
width
|
2446
|
+
height
|
2447
|
+
duration
|
2448
|
+
make
|
2449
|
+
model
|
2450
|
+
software
|
2451
|
+
title
|
2452
|
+
description
|
2453
|
+
keywords
|
2454
|
+
author
|
2455
|
+
}
|
2456
|
+
audio {
|
2457
|
+
keywords
|
2458
|
+
author
|
2459
|
+
series
|
2460
|
+
episode
|
2461
|
+
episodeType
|
2462
|
+
season
|
2463
|
+
publisher
|
2464
|
+
copyright
|
2465
|
+
genre
|
2466
|
+
title
|
2467
|
+
description
|
2468
|
+
bitrate
|
2469
|
+
channels
|
2470
|
+
sampleRate
|
2471
|
+
bitsPerSample
|
2472
|
+
duration
|
2473
|
+
}
|
2474
|
+
image {
|
2475
|
+
width
|
2476
|
+
height
|
2477
|
+
resolutionX
|
2478
|
+
resolutionY
|
2479
|
+
bitsPerComponent
|
2480
|
+
components
|
2481
|
+
projectionType
|
2482
|
+
orientation
|
2483
|
+
description
|
2484
|
+
make
|
2485
|
+
model
|
2486
|
+
software
|
2487
|
+
lens
|
2488
|
+
focalLength
|
2489
|
+
exposureTime
|
2490
|
+
fNumber
|
2491
|
+
iso
|
2492
|
+
heading
|
2493
|
+
pitch
|
2494
|
+
}
|
2495
|
+
document {
|
2496
|
+
title
|
2497
|
+
subject
|
2498
|
+
summary
|
2499
|
+
author
|
2500
|
+
publisher
|
2501
|
+
description
|
2502
|
+
keywords
|
2503
|
+
pageCount
|
2504
|
+
worksheetCount
|
2505
|
+
slideCount
|
2506
|
+
wordCount
|
2507
|
+
lineCount
|
2508
|
+
paragraphCount
|
2509
|
+
isEncrypted
|
2510
|
+
hasDigitalSignature
|
2511
|
+
}
|
2512
|
+
}
|
2513
|
+
index
|
2514
|
+
text
|
2515
|
+
startTime
|
2516
|
+
endTime
|
2517
|
+
pageNumber
|
2518
|
+
frameNumber
|
2519
|
+
}
|
2520
|
+
toolCalls {
|
2521
|
+
id
|
2522
|
+
name
|
2523
|
+
arguments
|
2524
|
+
}
|
2525
|
+
tokens
|
2526
|
+
throughput
|
2527
|
+
completionTime
|
2528
|
+
timestamp
|
2529
|
+
modelService
|
2530
|
+
model
|
2531
|
+
}
|
2532
|
+
assistantMessage
|
2533
|
+
}
|
2248
2534
|
}
|
2249
2535
|
}
|
2250
2536
|
`;
|
@@ -2457,6 +2743,149 @@ exports.FormatConversation = (0, graphql_tag_1.default) `
|
|
2457
2743
|
relation
|
2458
2744
|
}
|
2459
2745
|
}
|
2746
|
+
details {
|
2747
|
+
modelService
|
2748
|
+
model
|
2749
|
+
supportsToolCalling
|
2750
|
+
sourceCount
|
2751
|
+
observableCount
|
2752
|
+
toolCount
|
2753
|
+
renderedSourceCount
|
2754
|
+
renderedObservableCount
|
2755
|
+
renderedToolCount
|
2756
|
+
rankedSourceCount
|
2757
|
+
rankedObservableCount
|
2758
|
+
rankedToolCount
|
2759
|
+
tokenLimit
|
2760
|
+
completionTokenLimit
|
2761
|
+
sources
|
2762
|
+
formattedSources
|
2763
|
+
formattedObservables
|
2764
|
+
formattedInstructions
|
2765
|
+
formattedTools
|
2766
|
+
messages {
|
2767
|
+
role
|
2768
|
+
author
|
2769
|
+
message
|
2770
|
+
citations {
|
2771
|
+
content {
|
2772
|
+
id
|
2773
|
+
name
|
2774
|
+
state
|
2775
|
+
originalDate
|
2776
|
+
identifier
|
2777
|
+
uri
|
2778
|
+
type
|
2779
|
+
fileType
|
2780
|
+
mimeType
|
2781
|
+
format
|
2782
|
+
formatName
|
2783
|
+
fileExtension
|
2784
|
+
fileName
|
2785
|
+
fileSize
|
2786
|
+
masterUri
|
2787
|
+
imageUri
|
2788
|
+
textUri
|
2789
|
+
audioUri
|
2790
|
+
transcriptUri
|
2791
|
+
summary
|
2792
|
+
customSummary
|
2793
|
+
keywords
|
2794
|
+
bullets
|
2795
|
+
headlines
|
2796
|
+
posts
|
2797
|
+
chapters
|
2798
|
+
questions
|
2799
|
+
video {
|
2800
|
+
width
|
2801
|
+
height
|
2802
|
+
duration
|
2803
|
+
make
|
2804
|
+
model
|
2805
|
+
software
|
2806
|
+
title
|
2807
|
+
description
|
2808
|
+
keywords
|
2809
|
+
author
|
2810
|
+
}
|
2811
|
+
audio {
|
2812
|
+
keywords
|
2813
|
+
author
|
2814
|
+
series
|
2815
|
+
episode
|
2816
|
+
episodeType
|
2817
|
+
season
|
2818
|
+
publisher
|
2819
|
+
copyright
|
2820
|
+
genre
|
2821
|
+
title
|
2822
|
+
description
|
2823
|
+
bitrate
|
2824
|
+
channels
|
2825
|
+
sampleRate
|
2826
|
+
bitsPerSample
|
2827
|
+
duration
|
2828
|
+
}
|
2829
|
+
image {
|
2830
|
+
width
|
2831
|
+
height
|
2832
|
+
resolutionX
|
2833
|
+
resolutionY
|
2834
|
+
bitsPerComponent
|
2835
|
+
components
|
2836
|
+
projectionType
|
2837
|
+
orientation
|
2838
|
+
description
|
2839
|
+
make
|
2840
|
+
model
|
2841
|
+
software
|
2842
|
+
lens
|
2843
|
+
focalLength
|
2844
|
+
exposureTime
|
2845
|
+
fNumber
|
2846
|
+
iso
|
2847
|
+
heading
|
2848
|
+
pitch
|
2849
|
+
}
|
2850
|
+
document {
|
2851
|
+
title
|
2852
|
+
subject
|
2853
|
+
summary
|
2854
|
+
author
|
2855
|
+
publisher
|
2856
|
+
description
|
2857
|
+
keywords
|
2858
|
+
pageCount
|
2859
|
+
worksheetCount
|
2860
|
+
slideCount
|
2861
|
+
wordCount
|
2862
|
+
lineCount
|
2863
|
+
paragraphCount
|
2864
|
+
isEncrypted
|
2865
|
+
hasDigitalSignature
|
2866
|
+
}
|
2867
|
+
}
|
2868
|
+
index
|
2869
|
+
text
|
2870
|
+
startTime
|
2871
|
+
endTime
|
2872
|
+
pageNumber
|
2873
|
+
frameNumber
|
2874
|
+
}
|
2875
|
+
toolCalls {
|
2876
|
+
id
|
2877
|
+
name
|
2878
|
+
arguments
|
2879
|
+
}
|
2880
|
+
tokens
|
2881
|
+
throughput
|
2882
|
+
completionTime
|
2883
|
+
timestamp
|
2884
|
+
modelService
|
2885
|
+
model
|
2886
|
+
}
|
2887
|
+
assistantMessage
|
2888
|
+
}
|
2460
2889
|
}
|
2461
2890
|
}
|
2462
2891
|
`;
|
@@ -3037,6 +3466,149 @@ exports.PromptConversation = (0, graphql_tag_1.default) `
|
|
3037
3466
|
relation
|
3038
3467
|
}
|
3039
3468
|
}
|
3469
|
+
details {
|
3470
|
+
modelService
|
3471
|
+
model
|
3472
|
+
supportsToolCalling
|
3473
|
+
sourceCount
|
3474
|
+
observableCount
|
3475
|
+
toolCount
|
3476
|
+
renderedSourceCount
|
3477
|
+
renderedObservableCount
|
3478
|
+
renderedToolCount
|
3479
|
+
rankedSourceCount
|
3480
|
+
rankedObservableCount
|
3481
|
+
rankedToolCount
|
3482
|
+
tokenLimit
|
3483
|
+
completionTokenLimit
|
3484
|
+
sources
|
3485
|
+
formattedSources
|
3486
|
+
formattedObservables
|
3487
|
+
formattedInstructions
|
3488
|
+
formattedTools
|
3489
|
+
messages {
|
3490
|
+
role
|
3491
|
+
author
|
3492
|
+
message
|
3493
|
+
citations {
|
3494
|
+
content {
|
3495
|
+
id
|
3496
|
+
name
|
3497
|
+
state
|
3498
|
+
originalDate
|
3499
|
+
identifier
|
3500
|
+
uri
|
3501
|
+
type
|
3502
|
+
fileType
|
3503
|
+
mimeType
|
3504
|
+
format
|
3505
|
+
formatName
|
3506
|
+
fileExtension
|
3507
|
+
fileName
|
3508
|
+
fileSize
|
3509
|
+
masterUri
|
3510
|
+
imageUri
|
3511
|
+
textUri
|
3512
|
+
audioUri
|
3513
|
+
transcriptUri
|
3514
|
+
summary
|
3515
|
+
customSummary
|
3516
|
+
keywords
|
3517
|
+
bullets
|
3518
|
+
headlines
|
3519
|
+
posts
|
3520
|
+
chapters
|
3521
|
+
questions
|
3522
|
+
video {
|
3523
|
+
width
|
3524
|
+
height
|
3525
|
+
duration
|
3526
|
+
make
|
3527
|
+
model
|
3528
|
+
software
|
3529
|
+
title
|
3530
|
+
description
|
3531
|
+
keywords
|
3532
|
+
author
|
3533
|
+
}
|
3534
|
+
audio {
|
3535
|
+
keywords
|
3536
|
+
author
|
3537
|
+
series
|
3538
|
+
episode
|
3539
|
+
episodeType
|
3540
|
+
season
|
3541
|
+
publisher
|
3542
|
+
copyright
|
3543
|
+
genre
|
3544
|
+
title
|
3545
|
+
description
|
3546
|
+
bitrate
|
3547
|
+
channels
|
3548
|
+
sampleRate
|
3549
|
+
bitsPerSample
|
3550
|
+
duration
|
3551
|
+
}
|
3552
|
+
image {
|
3553
|
+
width
|
3554
|
+
height
|
3555
|
+
resolutionX
|
3556
|
+
resolutionY
|
3557
|
+
bitsPerComponent
|
3558
|
+
components
|
3559
|
+
projectionType
|
3560
|
+
orientation
|
3561
|
+
description
|
3562
|
+
make
|
3563
|
+
model
|
3564
|
+
software
|
3565
|
+
lens
|
3566
|
+
focalLength
|
3567
|
+
exposureTime
|
3568
|
+
fNumber
|
3569
|
+
iso
|
3570
|
+
heading
|
3571
|
+
pitch
|
3572
|
+
}
|
3573
|
+
document {
|
3574
|
+
title
|
3575
|
+
subject
|
3576
|
+
summary
|
3577
|
+
author
|
3578
|
+
publisher
|
3579
|
+
description
|
3580
|
+
keywords
|
3581
|
+
pageCount
|
3582
|
+
worksheetCount
|
3583
|
+
slideCount
|
3584
|
+
wordCount
|
3585
|
+
lineCount
|
3586
|
+
paragraphCount
|
3587
|
+
isEncrypted
|
3588
|
+
hasDigitalSignature
|
3589
|
+
}
|
3590
|
+
}
|
3591
|
+
index
|
3592
|
+
text
|
3593
|
+
startTime
|
3594
|
+
endTime
|
3595
|
+
pageNumber
|
3596
|
+
frameNumber
|
3597
|
+
}
|
3598
|
+
toolCalls {
|
3599
|
+
id
|
3600
|
+
name
|
3601
|
+
arguments
|
3602
|
+
}
|
3603
|
+
tokens
|
3604
|
+
throughput
|
3605
|
+
completionTime
|
3606
|
+
timestamp
|
3607
|
+
modelService
|
3608
|
+
model
|
3609
|
+
}
|
3610
|
+
assistantMessage
|
3611
|
+
}
|
3040
3612
|
}
|
3041
3613
|
}
|
3042
3614
|
`;
|
@@ -14351,6 +14351,158 @@ export type CompleteConversationMutation = {
|
|
14351
14351
|
relation?: string | null;
|
14352
14352
|
} | null> | null;
|
14353
14353
|
} | null;
|
14354
|
+
details?: {
|
14355
|
+
__typename?: 'ConversationDetails';
|
14356
|
+
modelService?: ModelServiceTypes | null;
|
14357
|
+
model?: string | null;
|
14358
|
+
supportsToolCalling?: boolean | null;
|
14359
|
+
sourceCount?: number | null;
|
14360
|
+
observableCount?: number | null;
|
14361
|
+
toolCount?: number | null;
|
14362
|
+
renderedSourceCount?: number | null;
|
14363
|
+
renderedObservableCount?: number | null;
|
14364
|
+
renderedToolCount?: number | null;
|
14365
|
+
rankedSourceCount?: number | null;
|
14366
|
+
rankedObservableCount?: number | null;
|
14367
|
+
rankedToolCount?: number | null;
|
14368
|
+
tokenLimit?: number | null;
|
14369
|
+
completionTokenLimit?: number | null;
|
14370
|
+
sources?: string | null;
|
14371
|
+
formattedSources?: string | null;
|
14372
|
+
formattedObservables?: string | null;
|
14373
|
+
formattedInstructions?: string | null;
|
14374
|
+
formattedTools?: string | null;
|
14375
|
+
assistantMessage?: string | null;
|
14376
|
+
messages?: Array<{
|
14377
|
+
__typename?: 'ConversationMessage';
|
14378
|
+
role: ConversationRoleTypes;
|
14379
|
+
author?: string | null;
|
14380
|
+
message?: string | null;
|
14381
|
+
tokens?: number | null;
|
14382
|
+
throughput?: number | null;
|
14383
|
+
completionTime?: any | null;
|
14384
|
+
timestamp?: any | null;
|
14385
|
+
modelService?: ModelServiceTypes | null;
|
14386
|
+
model?: string | null;
|
14387
|
+
citations?: Array<{
|
14388
|
+
__typename?: 'ConversationCitation';
|
14389
|
+
index?: number | null;
|
14390
|
+
text: string;
|
14391
|
+
startTime?: any | null;
|
14392
|
+
endTime?: any | null;
|
14393
|
+
pageNumber?: number | null;
|
14394
|
+
frameNumber?: number | null;
|
14395
|
+
content?: {
|
14396
|
+
__typename?: 'Content';
|
14397
|
+
id: string;
|
14398
|
+
name: string;
|
14399
|
+
state: EntityState;
|
14400
|
+
originalDate?: any | null;
|
14401
|
+
identifier?: string | null;
|
14402
|
+
uri?: any | null;
|
14403
|
+
type?: ContentTypes | null;
|
14404
|
+
fileType?: FileTypes | null;
|
14405
|
+
mimeType?: string | null;
|
14406
|
+
format?: string | null;
|
14407
|
+
formatName?: string | null;
|
14408
|
+
fileExtension?: string | null;
|
14409
|
+
fileName?: string | null;
|
14410
|
+
fileSize?: any | null;
|
14411
|
+
masterUri?: any | null;
|
14412
|
+
imageUri?: any | null;
|
14413
|
+
textUri?: any | null;
|
14414
|
+
audioUri?: any | null;
|
14415
|
+
transcriptUri?: any | null;
|
14416
|
+
summary?: string | null;
|
14417
|
+
customSummary?: string | null;
|
14418
|
+
keywords?: Array<string> | null;
|
14419
|
+
bullets?: Array<string> | null;
|
14420
|
+
headlines?: Array<string> | null;
|
14421
|
+
posts?: Array<string> | null;
|
14422
|
+
chapters?: Array<string> | null;
|
14423
|
+
questions?: Array<string> | null;
|
14424
|
+
video?: {
|
14425
|
+
__typename?: 'VideoMetadata';
|
14426
|
+
width?: number | null;
|
14427
|
+
height?: number | null;
|
14428
|
+
duration?: any | null;
|
14429
|
+
make?: string | null;
|
14430
|
+
model?: string | null;
|
14431
|
+
software?: string | null;
|
14432
|
+
title?: string | null;
|
14433
|
+
description?: string | null;
|
14434
|
+
keywords?: Array<string | null> | null;
|
14435
|
+
author?: string | null;
|
14436
|
+
} | null;
|
14437
|
+
audio?: {
|
14438
|
+
__typename?: 'AudioMetadata';
|
14439
|
+
keywords?: Array<string | null> | null;
|
14440
|
+
author?: string | null;
|
14441
|
+
series?: string | null;
|
14442
|
+
episode?: string | null;
|
14443
|
+
episodeType?: string | null;
|
14444
|
+
season?: string | null;
|
14445
|
+
publisher?: string | null;
|
14446
|
+
copyright?: string | null;
|
14447
|
+
genre?: string | null;
|
14448
|
+
title?: string | null;
|
14449
|
+
description?: string | null;
|
14450
|
+
bitrate?: number | null;
|
14451
|
+
channels?: number | null;
|
14452
|
+
sampleRate?: number | null;
|
14453
|
+
bitsPerSample?: number | null;
|
14454
|
+
duration?: any | null;
|
14455
|
+
} | null;
|
14456
|
+
image?: {
|
14457
|
+
__typename?: 'ImageMetadata';
|
14458
|
+
width?: number | null;
|
14459
|
+
height?: number | null;
|
14460
|
+
resolutionX?: number | null;
|
14461
|
+
resolutionY?: number | null;
|
14462
|
+
bitsPerComponent?: number | null;
|
14463
|
+
components?: number | null;
|
14464
|
+
projectionType?: ImageProjectionTypes | null;
|
14465
|
+
orientation?: OrientationTypes | null;
|
14466
|
+
description?: string | null;
|
14467
|
+
make?: string | null;
|
14468
|
+
model?: string | null;
|
14469
|
+
software?: string | null;
|
14470
|
+
lens?: string | null;
|
14471
|
+
focalLength?: number | null;
|
14472
|
+
exposureTime?: string | null;
|
14473
|
+
fNumber?: string | null;
|
14474
|
+
iso?: string | null;
|
14475
|
+
heading?: number | null;
|
14476
|
+
pitch?: number | null;
|
14477
|
+
} | null;
|
14478
|
+
document?: {
|
14479
|
+
__typename?: 'DocumentMetadata';
|
14480
|
+
title?: string | null;
|
14481
|
+
subject?: string | null;
|
14482
|
+
summary?: string | null;
|
14483
|
+
author?: string | null;
|
14484
|
+
publisher?: string | null;
|
14485
|
+
description?: string | null;
|
14486
|
+
keywords?: Array<string | null> | null;
|
14487
|
+
pageCount?: number | null;
|
14488
|
+
worksheetCount?: number | null;
|
14489
|
+
slideCount?: number | null;
|
14490
|
+
wordCount?: number | null;
|
14491
|
+
lineCount?: number | null;
|
14492
|
+
paragraphCount?: number | null;
|
14493
|
+
isEncrypted?: boolean | null;
|
14494
|
+
hasDigitalSignature?: boolean | null;
|
14495
|
+
} | null;
|
14496
|
+
} | null;
|
14497
|
+
} | null> | null;
|
14498
|
+
toolCalls?: Array<{
|
14499
|
+
__typename?: 'ConversationToolCall';
|
14500
|
+
id: string;
|
14501
|
+
name: string;
|
14502
|
+
arguments: string;
|
14503
|
+
} | null> | null;
|
14504
|
+
} | null> | null;
|
14505
|
+
} | null;
|
14354
14506
|
} | null;
|
14355
14507
|
};
|
14356
14508
|
export type ContinueConversationMutationVariables = Exact<{
|
@@ -14533,6 +14685,158 @@ export type ContinueConversationMutation = {
|
|
14533
14685
|
relation?: string | null;
|
14534
14686
|
} | null> | null;
|
14535
14687
|
} | null;
|
14688
|
+
details?: {
|
14689
|
+
__typename?: 'ConversationDetails';
|
14690
|
+
modelService?: ModelServiceTypes | null;
|
14691
|
+
model?: string | null;
|
14692
|
+
supportsToolCalling?: boolean | null;
|
14693
|
+
sourceCount?: number | null;
|
14694
|
+
observableCount?: number | null;
|
14695
|
+
toolCount?: number | null;
|
14696
|
+
renderedSourceCount?: number | null;
|
14697
|
+
renderedObservableCount?: number | null;
|
14698
|
+
renderedToolCount?: number | null;
|
14699
|
+
rankedSourceCount?: number | null;
|
14700
|
+
rankedObservableCount?: number | null;
|
14701
|
+
rankedToolCount?: number | null;
|
14702
|
+
tokenLimit?: number | null;
|
14703
|
+
completionTokenLimit?: number | null;
|
14704
|
+
sources?: string | null;
|
14705
|
+
formattedSources?: string | null;
|
14706
|
+
formattedObservables?: string | null;
|
14707
|
+
formattedInstructions?: string | null;
|
14708
|
+
formattedTools?: string | null;
|
14709
|
+
assistantMessage?: string | null;
|
14710
|
+
messages?: Array<{
|
14711
|
+
__typename?: 'ConversationMessage';
|
14712
|
+
role: ConversationRoleTypes;
|
14713
|
+
author?: string | null;
|
14714
|
+
message?: string | null;
|
14715
|
+
tokens?: number | null;
|
14716
|
+
throughput?: number | null;
|
14717
|
+
completionTime?: any | null;
|
14718
|
+
timestamp?: any | null;
|
14719
|
+
modelService?: ModelServiceTypes | null;
|
14720
|
+
model?: string | null;
|
14721
|
+
citations?: Array<{
|
14722
|
+
__typename?: 'ConversationCitation';
|
14723
|
+
index?: number | null;
|
14724
|
+
text: string;
|
14725
|
+
startTime?: any | null;
|
14726
|
+
endTime?: any | null;
|
14727
|
+
pageNumber?: number | null;
|
14728
|
+
frameNumber?: number | null;
|
14729
|
+
content?: {
|
14730
|
+
__typename?: 'Content';
|
14731
|
+
id: string;
|
14732
|
+
name: string;
|
14733
|
+
state: EntityState;
|
14734
|
+
originalDate?: any | null;
|
14735
|
+
identifier?: string | null;
|
14736
|
+
uri?: any | null;
|
14737
|
+
type?: ContentTypes | null;
|
14738
|
+
fileType?: FileTypes | null;
|
14739
|
+
mimeType?: string | null;
|
14740
|
+
format?: string | null;
|
14741
|
+
formatName?: string | null;
|
14742
|
+
fileExtension?: string | null;
|
14743
|
+
fileName?: string | null;
|
14744
|
+
fileSize?: any | null;
|
14745
|
+
masterUri?: any | null;
|
14746
|
+
imageUri?: any | null;
|
14747
|
+
textUri?: any | null;
|
14748
|
+
audioUri?: any | null;
|
14749
|
+
transcriptUri?: any | null;
|
14750
|
+
summary?: string | null;
|
14751
|
+
customSummary?: string | null;
|
14752
|
+
keywords?: Array<string> | null;
|
14753
|
+
bullets?: Array<string> | null;
|
14754
|
+
headlines?: Array<string> | null;
|
14755
|
+
posts?: Array<string> | null;
|
14756
|
+
chapters?: Array<string> | null;
|
14757
|
+
questions?: Array<string> | null;
|
14758
|
+
video?: {
|
14759
|
+
__typename?: 'VideoMetadata';
|
14760
|
+
width?: number | null;
|
14761
|
+
height?: number | null;
|
14762
|
+
duration?: any | null;
|
14763
|
+
make?: string | null;
|
14764
|
+
model?: string | null;
|
14765
|
+
software?: string | null;
|
14766
|
+
title?: string | null;
|
14767
|
+
description?: string | null;
|
14768
|
+
keywords?: Array<string | null> | null;
|
14769
|
+
author?: string | null;
|
14770
|
+
} | null;
|
14771
|
+
audio?: {
|
14772
|
+
__typename?: 'AudioMetadata';
|
14773
|
+
keywords?: Array<string | null> | null;
|
14774
|
+
author?: string | null;
|
14775
|
+
series?: string | null;
|
14776
|
+
episode?: string | null;
|
14777
|
+
episodeType?: string | null;
|
14778
|
+
season?: string | null;
|
14779
|
+
publisher?: string | null;
|
14780
|
+
copyright?: string | null;
|
14781
|
+
genre?: string | null;
|
14782
|
+
title?: string | null;
|
14783
|
+
description?: string | null;
|
14784
|
+
bitrate?: number | null;
|
14785
|
+
channels?: number | null;
|
14786
|
+
sampleRate?: number | null;
|
14787
|
+
bitsPerSample?: number | null;
|
14788
|
+
duration?: any | null;
|
14789
|
+
} | null;
|
14790
|
+
image?: {
|
14791
|
+
__typename?: 'ImageMetadata';
|
14792
|
+
width?: number | null;
|
14793
|
+
height?: number | null;
|
14794
|
+
resolutionX?: number | null;
|
14795
|
+
resolutionY?: number | null;
|
14796
|
+
bitsPerComponent?: number | null;
|
14797
|
+
components?: number | null;
|
14798
|
+
projectionType?: ImageProjectionTypes | null;
|
14799
|
+
orientation?: OrientationTypes | null;
|
14800
|
+
description?: string | null;
|
14801
|
+
make?: string | null;
|
14802
|
+
model?: string | null;
|
14803
|
+
software?: string | null;
|
14804
|
+
lens?: string | null;
|
14805
|
+
focalLength?: number | null;
|
14806
|
+
exposureTime?: string | null;
|
14807
|
+
fNumber?: string | null;
|
14808
|
+
iso?: string | null;
|
14809
|
+
heading?: number | null;
|
14810
|
+
pitch?: number | null;
|
14811
|
+
} | null;
|
14812
|
+
document?: {
|
14813
|
+
__typename?: 'DocumentMetadata';
|
14814
|
+
title?: string | null;
|
14815
|
+
subject?: string | null;
|
14816
|
+
summary?: string | null;
|
14817
|
+
author?: string | null;
|
14818
|
+
publisher?: string | null;
|
14819
|
+
description?: string | null;
|
14820
|
+
keywords?: Array<string | null> | null;
|
14821
|
+
pageCount?: number | null;
|
14822
|
+
worksheetCount?: number | null;
|
14823
|
+
slideCount?: number | null;
|
14824
|
+
wordCount?: number | null;
|
14825
|
+
lineCount?: number | null;
|
14826
|
+
paragraphCount?: number | null;
|
14827
|
+
isEncrypted?: boolean | null;
|
14828
|
+
hasDigitalSignature?: boolean | null;
|
14829
|
+
} | null;
|
14830
|
+
} | null;
|
14831
|
+
} | null> | null;
|
14832
|
+
toolCalls?: Array<{
|
14833
|
+
__typename?: 'ConversationToolCall';
|
14834
|
+
id: string;
|
14835
|
+
name: string;
|
14836
|
+
arguments: string;
|
14837
|
+
} | null> | null;
|
14838
|
+
} | null> | null;
|
14839
|
+
} | null;
|
14536
14840
|
} | null;
|
14537
14841
|
};
|
14538
14842
|
export type CountConversationsQueryVariables = Exact<{
|
@@ -14731,50 +15035,202 @@ export type FormatConversationMutation = {
|
|
14731
15035
|
isEncrypted?: boolean | null;
|
14732
15036
|
hasDigitalSignature?: boolean | null;
|
14733
15037
|
} | null;
|
14734
|
-
} | null;
|
14735
|
-
} | null> | null;
|
14736
|
-
toolCalls?: Array<{
|
14737
|
-
__typename?: 'ConversationToolCall';
|
14738
|
-
id: string;
|
14739
|
-
name: string;
|
14740
|
-
arguments: string;
|
14741
|
-
} | null> | null;
|
14742
|
-
} | null;
|
14743
|
-
facets?: Array<{
|
14744
|
-
__typename?: 'ContentFacet';
|
14745
|
-
type?: FacetValueTypes | null;
|
14746
|
-
value?: string | null;
|
14747
|
-
count?: any | null;
|
14748
|
-
facet?: ContentFacetTypes | null;
|
14749
|
-
range?: {
|
14750
|
-
__typename?: 'StringRange';
|
14751
|
-
from?: string | null;
|
14752
|
-
to?: string | null;
|
14753
|
-
} | null;
|
14754
|
-
observable?: {
|
14755
|
-
__typename?: 'ObservableFacet';
|
14756
|
-
type?: ObservableTypes | null;
|
14757
|
-
observable?: {
|
14758
|
-
__typename?: 'NamedEntityReference';
|
15038
|
+
} | null;
|
15039
|
+
} | null> | null;
|
15040
|
+
toolCalls?: Array<{
|
15041
|
+
__typename?: 'ConversationToolCall';
|
15042
|
+
id: string;
|
15043
|
+
name: string;
|
15044
|
+
arguments: string;
|
15045
|
+
} | null> | null;
|
15046
|
+
} | null;
|
15047
|
+
facets?: Array<{
|
15048
|
+
__typename?: 'ContentFacet';
|
15049
|
+
type?: FacetValueTypes | null;
|
15050
|
+
value?: string | null;
|
15051
|
+
count?: any | null;
|
15052
|
+
facet?: ContentFacetTypes | null;
|
15053
|
+
range?: {
|
15054
|
+
__typename?: 'StringRange';
|
15055
|
+
from?: string | null;
|
15056
|
+
to?: string | null;
|
15057
|
+
} | null;
|
15058
|
+
observable?: {
|
15059
|
+
__typename?: 'ObservableFacet';
|
15060
|
+
type?: ObservableTypes | null;
|
15061
|
+
observable?: {
|
15062
|
+
__typename?: 'NamedEntityReference';
|
15063
|
+
id: string;
|
15064
|
+
name?: string | null;
|
15065
|
+
} | null;
|
15066
|
+
} | null;
|
15067
|
+
} | null> | null;
|
15068
|
+
graph?: {
|
15069
|
+
__typename?: 'Graph';
|
15070
|
+
nodes?: Array<{
|
15071
|
+
__typename?: 'GraphNode';
|
15072
|
+
id: string;
|
15073
|
+
name: string;
|
15074
|
+
type: EntityTypes;
|
15075
|
+
metadata?: string | null;
|
15076
|
+
} | null> | null;
|
15077
|
+
edges?: Array<{
|
15078
|
+
__typename?: 'GraphEdge';
|
15079
|
+
from: string;
|
15080
|
+
to: string;
|
15081
|
+
relation?: string | null;
|
15082
|
+
} | null> | null;
|
15083
|
+
} | null;
|
15084
|
+
details?: {
|
15085
|
+
__typename?: 'ConversationDetails';
|
15086
|
+
modelService?: ModelServiceTypes | null;
|
15087
|
+
model?: string | null;
|
15088
|
+
supportsToolCalling?: boolean | null;
|
15089
|
+
sourceCount?: number | null;
|
15090
|
+
observableCount?: number | null;
|
15091
|
+
toolCount?: number | null;
|
15092
|
+
renderedSourceCount?: number | null;
|
15093
|
+
renderedObservableCount?: number | null;
|
15094
|
+
renderedToolCount?: number | null;
|
15095
|
+
rankedSourceCount?: number | null;
|
15096
|
+
rankedObservableCount?: number | null;
|
15097
|
+
rankedToolCount?: number | null;
|
15098
|
+
tokenLimit?: number | null;
|
15099
|
+
completionTokenLimit?: number | null;
|
15100
|
+
sources?: string | null;
|
15101
|
+
formattedSources?: string | null;
|
15102
|
+
formattedObservables?: string | null;
|
15103
|
+
formattedInstructions?: string | null;
|
15104
|
+
formattedTools?: string | null;
|
15105
|
+
assistantMessage?: string | null;
|
15106
|
+
messages?: Array<{
|
15107
|
+
__typename?: 'ConversationMessage';
|
15108
|
+
role: ConversationRoleTypes;
|
15109
|
+
author?: string | null;
|
15110
|
+
message?: string | null;
|
15111
|
+
tokens?: number | null;
|
15112
|
+
throughput?: number | null;
|
15113
|
+
completionTime?: any | null;
|
15114
|
+
timestamp?: any | null;
|
15115
|
+
modelService?: ModelServiceTypes | null;
|
15116
|
+
model?: string | null;
|
15117
|
+
citations?: Array<{
|
15118
|
+
__typename?: 'ConversationCitation';
|
15119
|
+
index?: number | null;
|
15120
|
+
text: string;
|
15121
|
+
startTime?: any | null;
|
15122
|
+
endTime?: any | null;
|
15123
|
+
pageNumber?: number | null;
|
15124
|
+
frameNumber?: number | null;
|
15125
|
+
content?: {
|
15126
|
+
__typename?: 'Content';
|
15127
|
+
id: string;
|
15128
|
+
name: string;
|
15129
|
+
state: EntityState;
|
15130
|
+
originalDate?: any | null;
|
15131
|
+
identifier?: string | null;
|
15132
|
+
uri?: any | null;
|
15133
|
+
type?: ContentTypes | null;
|
15134
|
+
fileType?: FileTypes | null;
|
15135
|
+
mimeType?: string | null;
|
15136
|
+
format?: string | null;
|
15137
|
+
formatName?: string | null;
|
15138
|
+
fileExtension?: string | null;
|
15139
|
+
fileName?: string | null;
|
15140
|
+
fileSize?: any | null;
|
15141
|
+
masterUri?: any | null;
|
15142
|
+
imageUri?: any | null;
|
15143
|
+
textUri?: any | null;
|
15144
|
+
audioUri?: any | null;
|
15145
|
+
transcriptUri?: any | null;
|
15146
|
+
summary?: string | null;
|
15147
|
+
customSummary?: string | null;
|
15148
|
+
keywords?: Array<string> | null;
|
15149
|
+
bullets?: Array<string> | null;
|
15150
|
+
headlines?: Array<string> | null;
|
15151
|
+
posts?: Array<string> | null;
|
15152
|
+
chapters?: Array<string> | null;
|
15153
|
+
questions?: Array<string> | null;
|
15154
|
+
video?: {
|
15155
|
+
__typename?: 'VideoMetadata';
|
15156
|
+
width?: number | null;
|
15157
|
+
height?: number | null;
|
15158
|
+
duration?: any | null;
|
15159
|
+
make?: string | null;
|
15160
|
+
model?: string | null;
|
15161
|
+
software?: string | null;
|
15162
|
+
title?: string | null;
|
15163
|
+
description?: string | null;
|
15164
|
+
keywords?: Array<string | null> | null;
|
15165
|
+
author?: string | null;
|
15166
|
+
} | null;
|
15167
|
+
audio?: {
|
15168
|
+
__typename?: 'AudioMetadata';
|
15169
|
+
keywords?: Array<string | null> | null;
|
15170
|
+
author?: string | null;
|
15171
|
+
series?: string | null;
|
15172
|
+
episode?: string | null;
|
15173
|
+
episodeType?: string | null;
|
15174
|
+
season?: string | null;
|
15175
|
+
publisher?: string | null;
|
15176
|
+
copyright?: string | null;
|
15177
|
+
genre?: string | null;
|
15178
|
+
title?: string | null;
|
15179
|
+
description?: string | null;
|
15180
|
+
bitrate?: number | null;
|
15181
|
+
channels?: number | null;
|
15182
|
+
sampleRate?: number | null;
|
15183
|
+
bitsPerSample?: number | null;
|
15184
|
+
duration?: any | null;
|
15185
|
+
} | null;
|
15186
|
+
image?: {
|
15187
|
+
__typename?: 'ImageMetadata';
|
15188
|
+
width?: number | null;
|
15189
|
+
height?: number | null;
|
15190
|
+
resolutionX?: number | null;
|
15191
|
+
resolutionY?: number | null;
|
15192
|
+
bitsPerComponent?: number | null;
|
15193
|
+
components?: number | null;
|
15194
|
+
projectionType?: ImageProjectionTypes | null;
|
15195
|
+
orientation?: OrientationTypes | null;
|
15196
|
+
description?: string | null;
|
15197
|
+
make?: string | null;
|
15198
|
+
model?: string | null;
|
15199
|
+
software?: string | null;
|
15200
|
+
lens?: string | null;
|
15201
|
+
focalLength?: number | null;
|
15202
|
+
exposureTime?: string | null;
|
15203
|
+
fNumber?: string | null;
|
15204
|
+
iso?: string | null;
|
15205
|
+
heading?: number | null;
|
15206
|
+
pitch?: number | null;
|
15207
|
+
} | null;
|
15208
|
+
document?: {
|
15209
|
+
__typename?: 'DocumentMetadata';
|
15210
|
+
title?: string | null;
|
15211
|
+
subject?: string | null;
|
15212
|
+
summary?: string | null;
|
15213
|
+
author?: string | null;
|
15214
|
+
publisher?: string | null;
|
15215
|
+
description?: string | null;
|
15216
|
+
keywords?: Array<string | null> | null;
|
15217
|
+
pageCount?: number | null;
|
15218
|
+
worksheetCount?: number | null;
|
15219
|
+
slideCount?: number | null;
|
15220
|
+
wordCount?: number | null;
|
15221
|
+
lineCount?: number | null;
|
15222
|
+
paragraphCount?: number | null;
|
15223
|
+
isEncrypted?: boolean | null;
|
15224
|
+
hasDigitalSignature?: boolean | null;
|
15225
|
+
} | null;
|
15226
|
+
} | null;
|
15227
|
+
} | null> | null;
|
15228
|
+
toolCalls?: Array<{
|
15229
|
+
__typename?: 'ConversationToolCall';
|
14759
15230
|
id: string;
|
14760
|
-
name
|
14761
|
-
|
14762
|
-
|
14763
|
-
} | null> | null;
|
14764
|
-
graph?: {
|
14765
|
-
__typename?: 'Graph';
|
14766
|
-
nodes?: Array<{
|
14767
|
-
__typename?: 'GraphNode';
|
14768
|
-
id: string;
|
14769
|
-
name: string;
|
14770
|
-
type: EntityTypes;
|
14771
|
-
metadata?: string | null;
|
14772
|
-
} | null> | null;
|
14773
|
-
edges?: Array<{
|
14774
|
-
__typename?: 'GraphEdge';
|
14775
|
-
from: string;
|
14776
|
-
to: string;
|
14777
|
-
relation?: string | null;
|
15231
|
+
name: string;
|
15232
|
+
arguments: string;
|
15233
|
+
} | null> | null;
|
14778
15234
|
} | null> | null;
|
14779
15235
|
} | null;
|
14780
15236
|
} | null;
|
@@ -15439,6 +15895,158 @@ export type PromptConversationMutation = {
|
|
15439
15895
|
relation?: string | null;
|
15440
15896
|
} | null> | null;
|
15441
15897
|
} | null;
|
15898
|
+
details?: {
|
15899
|
+
__typename?: 'ConversationDetails';
|
15900
|
+
modelService?: ModelServiceTypes | null;
|
15901
|
+
model?: string | null;
|
15902
|
+
supportsToolCalling?: boolean | null;
|
15903
|
+
sourceCount?: number | null;
|
15904
|
+
observableCount?: number | null;
|
15905
|
+
toolCount?: number | null;
|
15906
|
+
renderedSourceCount?: number | null;
|
15907
|
+
renderedObservableCount?: number | null;
|
15908
|
+
renderedToolCount?: number | null;
|
15909
|
+
rankedSourceCount?: number | null;
|
15910
|
+
rankedObservableCount?: number | null;
|
15911
|
+
rankedToolCount?: number | null;
|
15912
|
+
tokenLimit?: number | null;
|
15913
|
+
completionTokenLimit?: number | null;
|
15914
|
+
sources?: string | null;
|
15915
|
+
formattedSources?: string | null;
|
15916
|
+
formattedObservables?: string | null;
|
15917
|
+
formattedInstructions?: string | null;
|
15918
|
+
formattedTools?: string | null;
|
15919
|
+
assistantMessage?: string | null;
|
15920
|
+
messages?: Array<{
|
15921
|
+
__typename?: 'ConversationMessage';
|
15922
|
+
role: ConversationRoleTypes;
|
15923
|
+
author?: string | null;
|
15924
|
+
message?: string | null;
|
15925
|
+
tokens?: number | null;
|
15926
|
+
throughput?: number | null;
|
15927
|
+
completionTime?: any | null;
|
15928
|
+
timestamp?: any | null;
|
15929
|
+
modelService?: ModelServiceTypes | null;
|
15930
|
+
model?: string | null;
|
15931
|
+
citations?: Array<{
|
15932
|
+
__typename?: 'ConversationCitation';
|
15933
|
+
index?: number | null;
|
15934
|
+
text: string;
|
15935
|
+
startTime?: any | null;
|
15936
|
+
endTime?: any | null;
|
15937
|
+
pageNumber?: number | null;
|
15938
|
+
frameNumber?: number | null;
|
15939
|
+
content?: {
|
15940
|
+
__typename?: 'Content';
|
15941
|
+
id: string;
|
15942
|
+
name: string;
|
15943
|
+
state: EntityState;
|
15944
|
+
originalDate?: any | null;
|
15945
|
+
identifier?: string | null;
|
15946
|
+
uri?: any | null;
|
15947
|
+
type?: ContentTypes | null;
|
15948
|
+
fileType?: FileTypes | null;
|
15949
|
+
mimeType?: string | null;
|
15950
|
+
format?: string | null;
|
15951
|
+
formatName?: string | null;
|
15952
|
+
fileExtension?: string | null;
|
15953
|
+
fileName?: string | null;
|
15954
|
+
fileSize?: any | null;
|
15955
|
+
masterUri?: any | null;
|
15956
|
+
imageUri?: any | null;
|
15957
|
+
textUri?: any | null;
|
15958
|
+
audioUri?: any | null;
|
15959
|
+
transcriptUri?: any | null;
|
15960
|
+
summary?: string | null;
|
15961
|
+
customSummary?: string | null;
|
15962
|
+
keywords?: Array<string> | null;
|
15963
|
+
bullets?: Array<string> | null;
|
15964
|
+
headlines?: Array<string> | null;
|
15965
|
+
posts?: Array<string> | null;
|
15966
|
+
chapters?: Array<string> | null;
|
15967
|
+
questions?: Array<string> | null;
|
15968
|
+
video?: {
|
15969
|
+
__typename?: 'VideoMetadata';
|
15970
|
+
width?: number | null;
|
15971
|
+
height?: number | null;
|
15972
|
+
duration?: any | null;
|
15973
|
+
make?: string | null;
|
15974
|
+
model?: string | null;
|
15975
|
+
software?: string | null;
|
15976
|
+
title?: string | null;
|
15977
|
+
description?: string | null;
|
15978
|
+
keywords?: Array<string | null> | null;
|
15979
|
+
author?: string | null;
|
15980
|
+
} | null;
|
15981
|
+
audio?: {
|
15982
|
+
__typename?: 'AudioMetadata';
|
15983
|
+
keywords?: Array<string | null> | null;
|
15984
|
+
author?: string | null;
|
15985
|
+
series?: string | null;
|
15986
|
+
episode?: string | null;
|
15987
|
+
episodeType?: string | null;
|
15988
|
+
season?: string | null;
|
15989
|
+
publisher?: string | null;
|
15990
|
+
copyright?: string | null;
|
15991
|
+
genre?: string | null;
|
15992
|
+
title?: string | null;
|
15993
|
+
description?: string | null;
|
15994
|
+
bitrate?: number | null;
|
15995
|
+
channels?: number | null;
|
15996
|
+
sampleRate?: number | null;
|
15997
|
+
bitsPerSample?: number | null;
|
15998
|
+
duration?: any | null;
|
15999
|
+
} | null;
|
16000
|
+
image?: {
|
16001
|
+
__typename?: 'ImageMetadata';
|
16002
|
+
width?: number | null;
|
16003
|
+
height?: number | null;
|
16004
|
+
resolutionX?: number | null;
|
16005
|
+
resolutionY?: number | null;
|
16006
|
+
bitsPerComponent?: number | null;
|
16007
|
+
components?: number | null;
|
16008
|
+
projectionType?: ImageProjectionTypes | null;
|
16009
|
+
orientation?: OrientationTypes | null;
|
16010
|
+
description?: string | null;
|
16011
|
+
make?: string | null;
|
16012
|
+
model?: string | null;
|
16013
|
+
software?: string | null;
|
16014
|
+
lens?: string | null;
|
16015
|
+
focalLength?: number | null;
|
16016
|
+
exposureTime?: string | null;
|
16017
|
+
fNumber?: string | null;
|
16018
|
+
iso?: string | null;
|
16019
|
+
heading?: number | null;
|
16020
|
+
pitch?: number | null;
|
16021
|
+
} | null;
|
16022
|
+
document?: {
|
16023
|
+
__typename?: 'DocumentMetadata';
|
16024
|
+
title?: string | null;
|
16025
|
+
subject?: string | null;
|
16026
|
+
summary?: string | null;
|
16027
|
+
author?: string | null;
|
16028
|
+
publisher?: string | null;
|
16029
|
+
description?: string | null;
|
16030
|
+
keywords?: Array<string | null> | null;
|
16031
|
+
pageCount?: number | null;
|
16032
|
+
worksheetCount?: number | null;
|
16033
|
+
slideCount?: number | null;
|
16034
|
+
wordCount?: number | null;
|
16035
|
+
lineCount?: number | null;
|
16036
|
+
paragraphCount?: number | null;
|
16037
|
+
isEncrypted?: boolean | null;
|
16038
|
+
hasDigitalSignature?: boolean | null;
|
16039
|
+
} | null;
|
16040
|
+
} | null;
|
16041
|
+
} | null> | null;
|
16042
|
+
toolCalls?: Array<{
|
16043
|
+
__typename?: 'ConversationToolCall';
|
16044
|
+
id: string;
|
16045
|
+
name: string;
|
16046
|
+
arguments: string;
|
16047
|
+
} | null> | null;
|
16048
|
+
} | null> | null;
|
16049
|
+
} | null;
|
15442
16050
|
} | null;
|
15443
16051
|
};
|
15444
16052
|
export type PublishConversationMutationVariables = Exact<{
|