Skip to content

Commit

Permalink
Merge pull request #301 from RobertCraigie/robert/fix-typo
Browse files Browse the repository at this point in the history
Fix typo maxium -> maximum
  • Loading branch information
kwhinnery-openai authored Sep 28, 2024
2 parents 256338c + 0f93697 commit 60683fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12217,7 +12217,7 @@ components:
nullable: true
metadata:
description: &metadata_description |
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
type: object
x-oaiTypeLabel: map
nullable: true
Expand Down Expand Up @@ -12413,7 +12413,7 @@ components:
metadata:
type: object
description: |
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
x-oaiTypeLabel: map
oneOf:
- required: [vector_store_ids]
Expand Down Expand Up @@ -13444,7 +13444,7 @@ components:
metadata:
type: object
description: |
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
Set of 16 key-value pairs that can be attached to a vector store. This can be useful for storing additional information about the vector store in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.
x-oaiTypeLabel: map
x-oaiExpandable: true
oneOf:
Expand Down

0 comments on commit 60683fc

Please sign in to comment.