You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client-sdks/stainless/openapi.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9862,9 +9862,21 @@ components:
9862
9862
title: Object
9863
9863
default: vector_store.file
9864
9864
attributes:
9865
-
additionalProperties: true
9865
+
additionalProperties:
9866
+
anyOf:
9867
+
- type: string
9868
+
maxLength: 512
9869
+
- type: number
9870
+
- type: boolean
9871
+
title: string | number | boolean
9872
+
propertyNames:
9873
+
type: string
9874
+
maxLength: 64
9866
9875
type: object
9876
+
maxProperties: 16
9867
9877
title: Attributes
9878
+
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, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers.
0 commit comments