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
application/json: {"success": false, "error": {"code": "internal_server_error", "message": "The requested resource was not found.", "doc_url": "https://docs.agentset.ai/api-reference/errors#internal-server_error"}}
Copy file name to clipboardExpand all lines: .speakeasy/out.openapi.yaml
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1736,7 +1736,7 @@ components:
1736
1736
description: "Delimiter to use for separating text before chunking."
1737
1737
type: "string"
1738
1738
"metadata":
1739
-
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only primitive types (string, number, boolean) are allowed."
1739
+
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only string, number, boolean, and array of strings are allowed."
1740
1740
type: "object"
1741
1741
propertyNames:
1742
1742
type: "string"
@@ -1745,6 +1745,9 @@ components:
1745
1745
- type: "string"
1746
1746
- type: "number"
1747
1747
- type: "boolean"
1748
+
- type: "array"
1749
+
items:
1750
+
type: "string"
1748
1751
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
1749
1752
"mode": {"$ref": "#/components/schemas/mode"}
1750
1753
"disableImageExtraction":
@@ -1825,7 +1828,7 @@ components:
1825
1828
description: "Delimiter to use for separating text before chunking."
1826
1829
type: "string"
1827
1830
"metadata":
1828
-
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only primitive types (string, number, boolean) are allowed."
1831
+
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only string, number, boolean, and array of strings are allowed."
1829
1832
type: "object"
1830
1833
propertyNames:
1831
1834
type: "string"
@@ -1834,6 +1837,9 @@ components:
1834
1837
- type: "string"
1835
1838
- type: "number"
1836
1839
- type: "boolean"
1840
+
- type: "array"
1841
+
items:
1842
+
type: "string"
1837
1843
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
1838
1844
"mode": {"$ref": "#/components/schemas/mode"}
1839
1845
"disableImageExtraction":
@@ -2824,7 +2830,7 @@ components:
2824
2830
description: "Delimiter to use for separating text before chunking."
2825
2831
type: "string"
2826
2832
"metadata":
2827
-
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only primitive types (string, number, boolean) are allowed."
2833
+
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only string, number, boolean, and array of strings are allowed."
2828
2834
type: "object"
2829
2835
propertyNames:
2830
2836
type: "string"
@@ -2833,6 +2839,9 @@ components:
2833
2839
- type: "string"
2834
2840
- type: "number"
2835
2841
- type: "boolean"
2842
+
- type: "array"
2843
+
items:
2844
+
type: "string"
2836
2845
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
2837
2846
"mode": {"$ref": "#/components/schemas/mode"}
2838
2847
"disableImageExtraction":
@@ -2907,7 +2916,7 @@ components:
2907
2916
description: "Delimiter to use for separating text before chunking."
2908
2917
type: "string"
2909
2918
"metadata":
2910
-
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only primitive types (string, number, boolean) are allowed."
2919
+
description: "Custom metadata to be added to the ingested documents. It cannot contain nested objects; only string, number, boolean, and array of strings are allowed."
2911
2920
type: "object"
2912
2921
propertyNames:
2913
2922
type: "string"
@@ -2916,6 +2925,9 @@ components:
2916
2925
- type: "string"
2917
2926
- type: "number"
2918
2927
- type: "boolean"
2928
+
- type: "array"
2929
+
items:
2930
+
type: "string"
2919
2931
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
0 commit comments