Skip to content

Commit bcba98d

Browse files
chore(docs): fix maxium typo (#1111)
1 parent 5994da5 commit bcba98d

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 68
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-71e58a77027c67e003fdd1b1ac8ac11557d8bfabc7666d1a827c6b1ca8ab98b5.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8ad878332083dd506a478a293db78dc9e7b1b2124f2682e1d991225bc5bbcc3b.yml

src/resources/batches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export interface Batch {
139139
/**
140140
* Set of 16 key-value pairs that can be attached to an object. This can be useful
141141
* for storing additional information about the object in a structured format. Keys
142-
* can be a maximum of 64 characters long and values can be a maxium of 512
142+
* can be a maximum of 64 characters long and values can be a maximum of 512
143143
* characters long.
144144
*/
145145
metadata?: unknown | null;

src/resources/beta/assistants.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface Assistant {
113113
/**
114114
* Set of 16 key-value pairs that can be attached to an object. This can be useful
115115
* for storing additional information about the object in a structured format. Keys
116-
* can be a maximum of 64 characters long and values can be a maxium of 512
116+
* can be a maximum of 64 characters long and values can be a maximum of 512
117117
* characters long.
118118
*/
119119
metadata: unknown | null;
@@ -1110,7 +1110,7 @@ export interface AssistantCreateParams {
11101110
/**
11111111
* Set of 16 key-value pairs that can be attached to an object. This can be useful
11121112
* for storing additional information about the object in a structured format. Keys
1113-
* can be a maximum of 64 characters long and values can be a maxium of 512
1113+
* can be a maximum of 64 characters long and values can be a maximum of 512
11141114
* characters long.
11151115
*/
11161116
metadata?: unknown | null;
@@ -1235,7 +1235,7 @@ export namespace AssistantCreateParams {
12351235
/**
12361236
* Set of 16 key-value pairs that can be attached to a vector store. This can be
12371237
* useful for storing additional information about the vector store in a structured
1238-
* format. Keys can be a maximum of 64 characters long and values can be a maxium
1238+
* format. Keys can be a maximum of 64 characters long and values can be a maximum
12391239
* of 512 characters long.
12401240
*/
12411241
metadata?: unknown;
@@ -1259,7 +1259,7 @@ export interface AssistantUpdateParams {
12591259
/**
12601260
* Set of 16 key-value pairs that can be attached to an object. This can be useful
12611261
* for storing additional information about the object in a structured format. Keys
1262-
* can be a maximum of 64 characters long and values can be a maxium of 512
1262+
* can be a maximum of 64 characters long and values can be a maximum of 512
12631263
* characters long.
12641264
*/
12651265
metadata?: unknown | null;

src/resources/beta/threads/messages.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export interface Message {
409409
/**
410410
* Set of 16 key-value pairs that can be attached to an object. This can be useful
411411
* for storing additional information about the object in a structured format. Keys
412-
* can be a maximum of 64 characters long and values can be a maxium of 512
412+
* can be a maximum of 64 characters long and values can be a maximum of 512
413413
* characters long.
414414
*/
415415
metadata: unknown | null;
@@ -662,7 +662,7 @@ export interface MessageCreateParams {
662662
/**
663663
* Set of 16 key-value pairs that can be attached to an object. This can be useful
664664
* for storing additional information about the object in a structured format. Keys
665-
* can be a maximum of 64 characters long and values can be a maxium of 512
665+
* can be a maximum of 64 characters long and values can be a maximum of 512
666666
* characters long.
667667
*/
668668
metadata?: unknown | null;
@@ -695,7 +695,7 @@ export interface MessageUpdateParams {
695695
/**
696696
* Set of 16 key-value pairs that can be attached to an object. This can be useful
697697
* for storing additional information about the object in a structured format. Keys
698-
* can be a maximum of 64 characters long and values can be a maxium of 512
698+
* can be a maximum of 64 characters long and values can be a maximum of 512
699699
* characters long.
700700
*/
701701
metadata?: unknown | null;

src/resources/beta/threads/runs/runs.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export interface Run {
266266
/**
267267
* Set of 16 key-value pairs that can be attached to an object. This can be useful
268268
* for storing additional information about the object in a structured format. Keys
269-
* can be a maximum of 64 characters long and values can be a maxium of 512
269+
* can be a maximum of 64 characters long and values can be a maximum of 512
270270
* characters long.
271271
*/
272272
metadata: unknown | null;
@@ -556,7 +556,7 @@ export interface RunCreateParamsBase {
556556
* Body param: Set of 16 key-value pairs that can be attached to an object. This
557557
* can be useful for storing additional information about the object in a
558558
* structured format. Keys can be a maximum of 64 characters long and values can be
559-
* a maxium of 512 characters long.
559+
* a maximum of 512 characters long.
560560
*/
561561
metadata?: unknown | null;
562562

@@ -674,7 +674,7 @@ export namespace RunCreateParams {
674674
/**
675675
* Set of 16 key-value pairs that can be attached to an object. This can be useful
676676
* for storing additional information about the object in a structured format. Keys
677-
* can be a maximum of 64 characters long and values can be a maxium of 512
677+
* can be a maximum of 64 characters long and values can be a maximum of 512
678678
* characters long.
679679
*/
680680
metadata?: unknown | null;
@@ -749,7 +749,7 @@ export interface RunUpdateParams {
749749
/**
750750
* Set of 16 key-value pairs that can be attached to an object. This can be useful
751751
* for storing additional information about the object in a structured format. Keys
752-
* can be a maximum of 64 characters long and values can be a maxium of 512
752+
* can be a maximum of 64 characters long and values can be a maximum of 512
753753
* characters long.
754754
*/
755755
metadata?: unknown | null;

src/resources/beta/threads/runs/steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export interface RunStep {
516516
/**
517517
* Set of 16 key-value pairs that can be attached to an object. This can be useful
518518
* for storing additional information about the object in a structured format. Keys
519-
* can be a maximum of 64 characters long and values can be a maxium of 512
519+
* can be a maximum of 64 characters long and values can be a maximum of 512
520520
* characters long.
521521
*/
522522
metadata: unknown | null;

src/resources/beta/threads/threads.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export interface Thread {
172172
/**
173173
* Set of 16 key-value pairs that can be attached to an object. This can be useful
174174
* for storing additional information about the object in a structured format. Keys
175-
* can be a maximum of 64 characters long and values can be a maxium of 512
175+
* can be a maximum of 64 characters long and values can be a maximum of 512
176176
* characters long.
177177
*/
178178
metadata: unknown | null;
@@ -244,7 +244,7 @@ export interface ThreadCreateParams {
244244
/**
245245
* Set of 16 key-value pairs that can be attached to an object. This can be useful
246246
* for storing additional information about the object in a structured format. Keys
247-
* can be a maximum of 64 characters long and values can be a maxium of 512
247+
* can be a maximum of 64 characters long and values can be a maximum of 512
248248
* characters long.
249249
*/
250250
metadata?: unknown | null;
@@ -283,7 +283,7 @@ export namespace ThreadCreateParams {
283283
/**
284284
* Set of 16 key-value pairs that can be attached to an object. This can be useful
285285
* for storing additional information about the object in a structured format. Keys
286-
* can be a maximum of 64 characters long and values can be a maxium of 512
286+
* can be a maximum of 64 characters long and values can be a maximum of 512
287287
* characters long.
288288
*/
289289
metadata?: unknown | null;
@@ -370,7 +370,7 @@ export namespace ThreadCreateParams {
370370
/**
371371
* Set of 16 key-value pairs that can be attached to a vector store. This can be
372372
* useful for storing additional information about the vector store in a structured
373-
* format. Keys can be a maximum of 64 characters long and values can be a maxium
373+
* format. Keys can be a maximum of 64 characters long and values can be a maximum
374374
* of 512 characters long.
375375
*/
376376
metadata?: unknown;
@@ -383,7 +383,7 @@ export interface ThreadUpdateParams {
383383
/**
384384
* Set of 16 key-value pairs that can be attached to an object. This can be useful
385385
* for storing additional information about the object in a structured format. Keys
386-
* can be a maximum of 64 characters long and values can be a maxium of 512
386+
* can be a maximum of 64 characters long and values can be a maximum of 512
387387
* characters long.
388388
*/
389389
metadata?: unknown | null;
@@ -471,7 +471,7 @@ export interface ThreadCreateAndRunParamsBase {
471471
/**
472472
* Set of 16 key-value pairs that can be attached to an object. This can be useful
473473
* for storing additional information about the object in a structured format. Keys
474-
* can be a maximum of 64 characters long and values can be a maxium of 512
474+
* can be a maximum of 64 characters long and values can be a maximum of 512
475475
* characters long.
476476
*/
477477
metadata?: unknown | null;
@@ -591,7 +591,7 @@ export namespace ThreadCreateAndRunParams {
591591
/**
592592
* Set of 16 key-value pairs that can be attached to an object. This can be useful
593593
* for storing additional information about the object in a structured format. Keys
594-
* can be a maximum of 64 characters long and values can be a maxium of 512
594+
* can be a maximum of 64 characters long and values can be a maximum of 512
595595
* characters long.
596596
*/
597597
metadata?: unknown | null;
@@ -630,7 +630,7 @@ export namespace ThreadCreateAndRunParams {
630630
/**
631631
* Set of 16 key-value pairs that can be attached to an object. This can be useful
632632
* for storing additional information about the object in a structured format. Keys
633-
* can be a maximum of 64 characters long and values can be a maxium of 512
633+
* can be a maximum of 64 characters long and values can be a maximum of 512
634634
* characters long.
635635
*/
636636
metadata?: unknown | null;
@@ -717,7 +717,7 @@ export namespace ThreadCreateAndRunParams {
717717
/**
718718
* Set of 16 key-value pairs that can be attached to a vector store. This can be
719719
* useful for storing additional information about the vector store in a structured
720-
* format. Keys can be a maximum of 64 characters long and values can be a maxium
720+
* format. Keys can be a maximum of 64 characters long and values can be a maximum
721721
* of 512 characters long.
722722
*/
723723
metadata?: unknown;

src/resources/beta/vector-stores/vector-stores.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export interface VectorStore {
175175
/**
176176
* Set of 16 key-value pairs that can be attached to an object. This can be useful
177177
* for storing additional information about the object in a structured format. Keys
178-
* can be a maximum of 64 characters long and values can be a maxium of 512
178+
* can be a maximum of 64 characters long and values can be a maximum of 512
179179
* characters long.
180180
*/
181181
metadata: unknown | null;
@@ -288,7 +288,7 @@ export interface VectorStoreCreateParams {
288288
/**
289289
* Set of 16 key-value pairs that can be attached to an object. This can be useful
290290
* for storing additional information about the object in a structured format. Keys
291-
* can be a maximum of 64 characters long and values can be a maxium of 512
291+
* can be a maximum of 64 characters long and values can be a maximum of 512
292292
* characters long.
293293
*/
294294
metadata?: unknown | null;
@@ -326,7 +326,7 @@ export interface VectorStoreUpdateParams {
326326
/**
327327
* Set of 16 key-value pairs that can be attached to an object. This can be useful
328328
* for storing additional information about the object in a structured format. Keys
329-
* can be a maximum of 64 characters long and values can be a maxium of 512
329+
* can be a maximum of 64 characters long and values can be a maximum of 512
330330
* characters long.
331331
*/
332332
metadata?: unknown | null;

0 commit comments

Comments
 (0)