@@ -111,7 +111,7 @@ def create(
111111
112112 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
113113 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
115115 characters long.
116116
117117 tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -197,7 +197,7 @@ def update(
197197 Args:
198198 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
199199 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
201201 characters long.
202202
203203 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(
317317
318318 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
319319 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
321321 characters long.
322322
323323 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -451,7 +451,7 @@ def create_and_run(
451451
452452 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
453453 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
455455 characters long.
456456
457457 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -581,7 +581,7 @@ def create_and_run(
581581
582582 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
583583 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
585585 characters long.
586586
587587 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -945,7 +945,7 @@ async def create(
945945
946946 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
947947 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
949949 characters long.
950950
951951 tool_resources: A set of resources that are made available to the assistant's tools in this
@@ -1031,7 +1031,7 @@ async def update(
10311031 Args:
10321032 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
10331033 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
10351035 characters long.
10361036
10371037 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(
11511151
11521152 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
11531153 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
11551155 characters long.
11561156
11571157 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -1285,7 +1285,7 @@ async def create_and_run(
12851285
12861286 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
12871287 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
12891289 characters long.
12901290
12911291 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
@@ -1415,7 +1415,7 @@ async def create_and_run(
14151415
14161416 metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
14171417 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
14191419 characters long.
14201420
14211421 model: The ID of the [Model](https://platform.openai.com/docs/api-reference/models) to
0 commit comments