@@ -111,7 +111,7 @@ def create(
111
111
112
112
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
113
113
for storing additional information about the object in a structured format. Keys
114
- can be a maximum of 64 characters long and values can be a maxium of 512
114
+ can be a maximum of 64 characters long and values can be a maximum of 512
115
115
characters long.
116
116
117
117
tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -197,7 +197,7 @@ def update(
197
197
Args:
198
198
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
199
199
for storing additional information about the object in a structured format. Keys
200
- can be a maximum of 64 characters long and values can be a maxium of 512
200
+ can be a maximum of 64 characters long and values can be a maximum of 512
201
201
characters long.
202
202
203
203
tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -317,7 +317,7 @@ def create_and_run(
317
317
318
318
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
319
319
for storing additional information about the object in a structured format. Keys
320
- can be a maximum of 64 characters long and values can be a maxium of 512
320
+ can be a maximum of 64 characters long and values can be a maximum of 512
321
321
characters long.
322
322
323
323
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -451,7 +451,7 @@ def create_and_run(
451
451
452
452
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
453
453
for storing additional information about the object in a structured format. Keys
454
- can be a maximum of 64 characters long and values can be a maxium of 512
454
+ can be a maximum of 64 characters long and values can be a maximum of 512
455
455
characters long.
456
456
457
457
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -581,7 +581,7 @@ def create_and_run(
581
581
582
582
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
583
583
for storing additional information about the object in a structured format. Keys
584
- can be a maximum of 64 characters long and values can be a maxium of 512
584
+ can be a maximum of 64 characters long and values can be a maximum of 512
585
585
characters long.
586
586
587
587
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -945,7 +945,7 @@ async def create(
945
945
946
946
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
947
947
for storing additional information about the object in a structured format. Keys
948
- can be a maximum of 64 characters long and values can be a maxium of 512
948
+ can be a maximum of 64 characters long and values can be a maximum of 512
949
949
characters long.
950
950
951
951
tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -1031,7 +1031,7 @@ async def update(
1031
1031
Args:
1032
1032
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
1033
1033
for storing additional information about the object in a structured format. Keys
1034
- can be a maximum of 64 characters long and values can be a maxium of 512
1034
+ can be a maximum of 64 characters long and values can be a maximum of 512
1035
1035
characters long.
1036
1036
1037
1037
tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -1151,7 +1151,7 @@ async def create_and_run(
1151
1151
1152
1152
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
1153
1153
for storing additional information about the object in a structured format. Keys
1154
- can be a maximum of 64 characters long and values can be a maxium of 512
1154
+ can be a maximum of 64 characters long and values can be a maximum of 512
1155
1155
characters long.
1156
1156
1157
1157
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -1285,7 +1285,7 @@ async def create_and_run(
1285
1285
1286
1286
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
1287
1287
for storing additional information about the object in a structured format. Keys
1288
- can be a maximum of 64 characters long and values can be a maxium of 512
1288
+ can be a maximum of 64 characters long and values can be a maximum of 512
1289
1289
characters long.
1290
1290
1291
1291
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -1415,7 +1415,7 @@ async def create_and_run(
1415
1415
1416
1416
metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
1417
1417
for storing additional information about the object in a structured format. Keys
1418
- can be a maximum of 64 characters long and values can be a maxium of 512
1418
+ can be a maximum of 64 characters long and values can be a maximum of 512
1419
1419
characters long.
1420
1420
1421
1421
model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
0 commit comments