diff --git a/codegen/generator/src/OpenAI.Library.Plugin.csproj b/codegen/generator/src/OpenAI.Library.Plugin.csproj index e171af846..bfae1a1f9 100644 --- a/codegen/generator/src/OpenAI.Library.Plugin.csproj +++ b/codegen/generator/src/OpenAI.Library.Plugin.csproj @@ -8,7 +8,7 @@ - + diff --git a/codegen/package.json b/codegen/package.json index 771472aaa..bdfeb8a4a 100644 --- a/codegen/package.json +++ b/codegen/package.json @@ -29,11 +29,10 @@ ], "dependencies": { "@open-ai/plugin": "file:", - "@azure-tools/typespec-client-generator-core": "0.59.0", - "@azure-tools/typespec-azure-core": "0.59.0", - "@typespec/http-client-csharp": "1.0.0-alpha.20250905.1", - "@typespec/http": "1.3.0", - "@typespec/openapi": "1.3.0" + "@azure-tools/typespec-client-generator-core": "0.60.0", + "@typespec/http-client-csharp": "1.0.0-alpha.20250915.1", + "@typespec/http": "1.4.0", + "@typespec/openapi": "1.4.0" }, "devDependencies": { "@types/node": "^22.8.1", diff --git a/package-lock.json b/package-lock.json index 085f8021d..4741b23a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,12 +19,11 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@azure-tools/typespec-azure-core": "0.59.0", - "@azure-tools/typespec-client-generator-core": "0.59.0", + "@azure-tools/typespec-client-generator-core": "0.60.0", "@open-ai/plugin": "file:", - "@typespec/http": "1.3.0", - "@typespec/http-client-csharp": "1.0.0-alpha.20250905.1", - "@typespec/openapi": "1.3.0" + "@typespec/http": "1.4.0", + "@typespec/http-client-csharp": "1.0.0-alpha.20250915.1", + "@typespec/openapi": "1.4.0" }, "devDependencies": { "@types/node": "^22.8.1", @@ -52,23 +51,24 @@ } }, "node_modules/@azure-tools/typespec-azure-core": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-azure-core/-/typespec-azure-core-0.59.0.tgz", - "integrity": "sha512-3vTWDTSR+P0qeyFcOKTgXortNOeA3nsyKTPpZqfFZVTtNFiiO17UWAM2Eg3i0IpNQ3qxMMAksIkwt1bqltTDqA==", + "version": "0.60.0", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-azure-core/-/typespec-azure-core-0.60.0.tgz", + "integrity": "sha512-Pmm7blxnEZZ7lhMJWWsiIqMrFthaCK6uu7f+ONN7dq0Mjc/O9w8+43tAIXwnGz1OKAWmiToh3EDbaxeWyt/FhQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/http": "^1.3.0", - "@typespec/rest": "^0.73.0" + "@typespec/compiler": "^1.4.0", + "@typespec/http": "^1.4.0", + "@typespec/rest": "^0.74.0" } }, "node_modules/@azure-tools/typespec-client-generator-core": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/@azure-tools/typespec-client-generator-core/-/typespec-client-generator-core-0.59.0.tgz", - "integrity": "sha512-5+pVcOr7Uyq4IaZ3oLjLi8jnBuR+t/B8hQF4CZo+goe/uK+WkmDfw1TlY14G2ve7W7v8m9+Sk2nil6bN1uHWEQ==", + "version": "0.60.0", + "resolved": "https://registry.npmjs.org/@azure-tools/typespec-client-generator-core/-/typespec-client-generator-core-0.60.0.tgz", + "integrity": "sha512-JV9uiqxDCzVVFeMctm4ebmUI4982B3dCdKx0nmonjfRf9a2/MXilEKExPIaNVR3ZqbFPXM/IepheY8t9YZNqSQ==", "license": "MIT", "dependencies": { "change-case": "~5.4.4", @@ -79,16 +79,16 @@ "node": ">=20.0.0" }, "peerDependencies": { - "@azure-tools/typespec-azure-core": "^0.59.0", - "@typespec/compiler": "^1.3.0", - "@typespec/events": "^0.73.0", - "@typespec/http": "^1.3.0", - "@typespec/openapi": "^1.3.0", - "@typespec/rest": "^0.73.0", - "@typespec/sse": "^0.73.0", - "@typespec/streams": "^0.73.0", - "@typespec/versioning": "^0.73.0", - "@typespec/xml": "^0.73.0" + "@azure-tools/typespec-azure-core": "^0.60.0", + "@typespec/compiler": "^1.4.0", + "@typespec/events": "^0.74.0", + "@typespec/http": "^1.4.0", + "@typespec/openapi": "^1.4.0", + "@typespec/rest": "^0.74.0", + "@typespec/sse": "^0.74.0", + "@typespec/streams": "^0.74.0", + "@typespec/versioning": "^0.74.0", + "@typespec/xml": "^0.74.0" } }, "node_modules/@babel/code-frame": { @@ -553,17 +553,27 @@ "node": ">=12" } }, + "node_modules/@inquirer/ansi": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.0.tgz", + "integrity": "sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + } + }, "node_modules/@inquirer/checkbox": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.2.tgz", - "integrity": "sha512-E+KExNurKcUJJdxmjglTl141EwxWyAHplvsYJQgSwXf8qiNWkTxTuCCqmhFEmbIXd4zLaGMfQFJ6WrZ7fSeV3g==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.2.4.tgz", + "integrity": "sha512-2n9Vgf4HSciFq8ttKXk+qy+GsyTXPV1An6QAwe/8bkbbqvG4VW1I/ZY1pNu2rf+h9bdzMLPbRSfcNxkHBy/Ydw==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/ansi": "^1.0.0", + "@inquirer/core": "^10.2.2", "@inquirer/figures": "^1.0.13", "@inquirer/type": "^3.0.8", - "ansi-escapes": "^4.3.2", "yoctocolors-cjs": "^2.1.2" }, "engines": { @@ -579,13 +589,13 @@ } }, "node_modules/@inquirer/confirm": { - "version": "5.1.16", - "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.16.tgz", - "integrity": "sha512-j1a5VstaK5KQy8Mu8cHmuQvN1Zc62TbLhjJxwHvKPPKEoowSF6h/0UdOpA9DNdWZ+9Inq73+puRq1df6OJ8Sag==", + "version": "5.1.18", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.18.tgz", + "integrity": "sha512-MilmWOzHa3Ks11tzvuAmFoAd/wRuaP3SwlT1IZhyMke31FKLxPiuDWcGXhU+PKveNOpAc4axzAgrgxuIJJRmLw==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/type": "^3.0.8" }, "engines": { @@ -601,15 +611,15 @@ } }, "node_modules/@inquirer/core": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.0.tgz", - "integrity": "sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.2.tgz", + "integrity": "sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==", "license": "MIT", "peer": true, "dependencies": { + "@inquirer/ansi": "^1.0.0", "@inquirer/figures": "^1.0.13", "@inquirer/type": "^3.0.8", - "ansi-escapes": "^4.3.2", "cli-width": "^4.1.0", "mute-stream": "^2.0.0", "signal-exit": "^4.1.0", @@ -629,14 +639,14 @@ } }, "node_modules/@inquirer/editor": { - "version": "4.2.18", - "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.18.tgz", - "integrity": "sha512-yeQN3AXjCm7+Hmq5L6Dm2wEDeBRdAZuyZ4I7tWSSanbxDzqM0KqzoDbKM7p4ebllAYdoQuPJS6N71/3L281i6w==", + "version": "4.2.20", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.20.tgz", + "integrity": "sha512-7omh5y5bK672Q+Brk4HBbnHNowOZwrb/78IFXdrEB9PfdxL3GudQyDk8O9vQ188wj3xrEebS2M9n18BjJoI83g==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", - "@inquirer/external-editor": "^1.0.1", + "@inquirer/core": "^10.2.2", + "@inquirer/external-editor": "^1.0.2", "@inquirer/type": "^3.0.8" }, "engines": { @@ -652,13 +662,13 @@ } }, "node_modules/@inquirer/expand": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.18.tgz", - "integrity": "sha512-xUjteYtavH7HwDMzq4Cn2X4Qsh5NozoDHCJTdoXg9HfZ4w3R6mxV1B9tL7DGJX2eq/zqtsFjhm0/RJIMGlh3ag==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.20.tgz", + "integrity": "sha512-Dt9S+6qUg94fEvgn54F2Syf0Z3U8xmnBI9ATq2f5h9xt09fs2IJXSCIXyyVHwvggKWFXEY/7jATRo2K6Dkn6Ow==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/type": "^3.0.8", "yoctocolors-cjs": "^2.1.2" }, @@ -675,14 +685,14 @@ } }, "node_modules/@inquirer/external-editor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.1.tgz", - "integrity": "sha512-Oau4yL24d2B5IL4ma4UpbQigkVhzPDXLoqy1ggK4gnHg/stmkffJE4oOXHXF3uz0UEpywG68KcyXsyYpA1Re/Q==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.2.tgz", + "integrity": "sha512-yy9cOoBnx58TlsPrIxauKIFQTiyH+0MK4e97y4sV9ERbI+zDxw7i2hxHLCIEGIE/8PPvDxGhgzIOTSOWcs6/MQ==", "license": "MIT", "peer": true, "dependencies": { "chardet": "^2.1.0", - "iconv-lite": "^0.6.3" + "iconv-lite": "^0.7.0" }, "engines": { "node": ">=18" @@ -707,13 +717,13 @@ } }, "node_modules/@inquirer/input": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.2.tgz", - "integrity": "sha512-hqOvBZj/MhQCpHUuD3MVq18SSoDNHy7wEnQ8mtvs71K8OPZVXJinOzcvQna33dNYLYE4LkA9BlhAhK6MJcsVbw==", + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.2.4.tgz", + "integrity": "sha512-cwSGpLBMwpwcZZsc6s1gThm0J+it/KIJ+1qFL2euLmSKUMGumJ5TcbMgxEjMjNHRGadouIYbiIgruKoDZk7klw==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/type": "^3.0.8" }, "engines": { @@ -729,13 +739,13 @@ } }, "node_modules/@inquirer/number": { - "version": "3.0.18", - "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.18.tgz", - "integrity": "sha512-7exgBm52WXZRczsydCVftozFTrrwbG5ySE0GqUd2zLNSBXyIucs2Wnm7ZKLe/aUu6NUg9dg7Q80QIHCdZJiY4A==", + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.20.tgz", + "integrity": "sha512-bbooay64VD1Z6uMfNehED2A2YOPHSJnQLs9/4WNiV/EK+vXczf/R988itL2XLDGTgmhMF2KkiWZo+iEZmc4jqg==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/type": "^3.0.8" }, "engines": { @@ -751,15 +761,15 @@ } }, "node_modules/@inquirer/password": { - "version": "4.0.18", - "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.18.tgz", - "integrity": "sha512-zXvzAGxPQTNk/SbT3carAD4Iqi6A2JS2qtcqQjsL22uvD+JfQzUrDEtPjLL7PLn8zlSNyPdY02IiQjzoL9TStA==", + "version": "4.0.20", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.20.tgz", + "integrity": "sha512-nxSaPV2cPvvoOmRygQR+h0B+Av73B01cqYLcr7NXcGXhbmsYfUb8fDdw2Us1bI2YsX+VvY7I7upgFYsyf8+Nug==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", - "@inquirer/type": "^3.0.8", - "ansi-escapes": "^4.3.2" + "@inquirer/ansi": "^1.0.0", + "@inquirer/core": "^10.2.2", + "@inquirer/type": "^3.0.8" }, "engines": { "node": ">=18" @@ -774,22 +784,22 @@ } }, "node_modules/@inquirer/prompts": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.4.tgz", - "integrity": "sha512-MuxVZ1en1g5oGamXV3DWP89GEkdD54alcfhHd7InUW5BifAdKQEK9SLFa/5hlWbvuhMPlobF0WAx7Okq988Jxg==", + "version": "7.8.6", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.8.6.tgz", + "integrity": "sha512-68JhkiojicX9SBUD8FE/pSKbOKtwoyaVj1kwqLfvjlVXZvOy3iaSWX4dCLsZyYx/5Ur07Fq+yuDNOen+5ce6ig==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/checkbox": "^4.2.2", - "@inquirer/confirm": "^5.1.16", - "@inquirer/editor": "^4.2.18", - "@inquirer/expand": "^4.0.18", - "@inquirer/input": "^4.2.2", - "@inquirer/number": "^3.0.18", - "@inquirer/password": "^4.0.18", - "@inquirer/rawlist": "^4.1.6", - "@inquirer/search": "^3.1.1", - "@inquirer/select": "^4.3.2" + "@inquirer/checkbox": "^4.2.4", + "@inquirer/confirm": "^5.1.18", + "@inquirer/editor": "^4.2.20", + "@inquirer/expand": "^4.0.20", + "@inquirer/input": "^4.2.4", + "@inquirer/number": "^3.0.20", + "@inquirer/password": "^4.0.20", + "@inquirer/rawlist": "^4.1.8", + "@inquirer/search": "^3.1.3", + "@inquirer/select": "^4.3.4" }, "engines": { "node": ">=18" @@ -804,13 +814,13 @@ } }, "node_modules/@inquirer/rawlist": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.6.tgz", - "integrity": "sha512-KOZqa3QNr3f0pMnufzL7K+nweFFCCBs6LCXZzXDrVGTyssjLeudn5ySktZYv1XiSqobyHRYYK0c6QsOxJEhXKA==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.8.tgz", + "integrity": "sha512-CQ2VkIASbgI2PxdzlkeeieLRmniaUU1Aoi5ggEdm6BIyqopE9GuDXdDOj9XiwOqK5qm72oI2i6J+Gnjaa26ejg==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/type": "^3.0.8", "yoctocolors-cjs": "^2.1.2" }, @@ -827,13 +837,13 @@ } }, "node_modules/@inquirer/search": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.1.1.tgz", - "integrity": "sha512-TkMUY+A2p2EYVY3GCTItYGvqT6LiLzHBnqsU1rJbrpXUijFfM6zvUx0R4civofVwFCmJZcKqOVwwWAjplKkhxA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.1.3.tgz", + "integrity": "sha512-D5T6ioybJJH0IiSUK/JXcoRrrm8sXwzrVMjibuPs+AgxmogKslaafy1oxFiorNI4s3ElSkeQZbhYQgLqiL8h6Q==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/core": "^10.2.2", "@inquirer/figures": "^1.0.13", "@inquirer/type": "^3.0.8", "yoctocolors-cjs": "^2.1.2" @@ -851,16 +861,16 @@ } }, "node_modules/@inquirer/select": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.2.tgz", - "integrity": "sha512-nwous24r31M+WyDEHV+qckXkepvihxhnyIaod2MG7eCE6G0Zm/HUF6jgN8GXgf4U7AU6SLseKdanY195cwvU6w==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.3.4.tgz", + "integrity": "sha512-Qp20nySRmfbuJBBsgPU7E/cL62Hf250vMZRzYDcBHty2zdD1kKCnoDFWRr0WO2ZzaXp3R7a4esaVGJUx0E6zvA==", "license": "MIT", "peer": true, "dependencies": { - "@inquirer/core": "^10.2.0", + "@inquirer/ansi": "^1.0.0", + "@inquirer/core": "^10.2.2", "@inquirer/figures": "^1.0.13", "@inquirer/type": "^3.0.8", - "ansi-escapes": "^4.3.2", "yoctocolors-cjs": "^2.1.2" }, "engines": { @@ -912,9 +922,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz", - "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "dev": true, "license": "MIT", "engines": { @@ -925,9 +935,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", "dev": true, "license": "MIT", "engines": { @@ -963,9 +973,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "dev": true, "license": "MIT", "dependencies": { @@ -1061,9 +1071,9 @@ "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.30", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.30.tgz", - "integrity": "sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", "dev": true, "license": "MIT", "dependencies": { @@ -1129,9 +1139,9 @@ "license": "MIT" }, "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.1.tgz", - "integrity": "sha512-HJXwzoZN4eYTdD8bVV22DN8gsPCAj3V20NHKOs8ezfXanGpmVPR7kalUHd+Y31IJp9stdB87VKPFbsGY3H/2ag==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.50.2.tgz", + "integrity": "sha512-uLN8NAiFVIRKX9ZQha8wy6UUs06UNSZ32xj6giK/rmMXAgKahwExvK6SsmgU5/brh4w/nSgj8e0k3c1HBQpa0A==", "cpu": [ "arm" ], @@ -1143,9 +1153,9 @@ ] }, "node_modules/@rollup/rollup-android-arm64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.1.tgz", - "integrity": "sha512-PZlsJVcjHfcH53mOImyt3bc97Ep3FJDXRpk9sMdGX0qgLmY0EIWxCag6EigerGhLVuL8lDVYNnSo8qnTElO4xw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.50.2.tgz", + "integrity": "sha512-oEouqQk2/zxxj22PNcGSskya+3kV0ZKH+nQxuCCOGJ4oTXBdNTbv+f/E3c74cNLeMO1S5wVWacSws10TTSB77g==", "cpu": [ "arm64" ], @@ -1157,9 +1167,9 @@ ] }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.1.tgz", - "integrity": "sha512-xc6i2AuWh++oGi4ylOFPmzJOEeAa2lJeGUGb4MudOtgfyyjr4UPNK+eEWTPLvmPJIY/pgw6ssFIox23SyrkkJw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.50.2.tgz", + "integrity": "sha512-OZuTVTpj3CDSIxmPgGH8en/XtirV5nfljHZ3wrNwvgkT5DQLhIKAeuFSiwtbMto6oVexV0k1F1zqURPKf5rI1Q==", "cpu": [ "arm64" ], @@ -1171,9 +1181,9 @@ ] }, "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.1.tgz", - "integrity": "sha512-2ofU89lEpDYhdLAbRdeyz/kX3Y2lpYc6ShRnDjY35bZhd2ipuDMDi6ZTQ9NIag94K28nFMofdnKeHR7BT0CATw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.50.2.tgz", + "integrity": "sha512-Wa/Wn8RFkIkr1vy1k1PB//VYhLnlnn5eaJkfTQKivirOvzu5uVd2It01ukeQstMursuz7S1bU+8WW+1UPXpa8A==", "cpu": [ "x64" ], @@ -1185,9 +1195,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.1.tgz", - "integrity": "sha512-wOsE6H2u6PxsHY/BeFHA4VGQN3KUJFZp7QJBmDYI983fgxq5Th8FDkVuERb2l9vDMs1D5XhOrhBrnqcEY6l8ZA==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.50.2.tgz", + "integrity": "sha512-QkzxvH3kYN9J1w7D1A+yIMdI1pPekD+pWx7G5rXgnIlQ1TVYVC6hLl7SOV9pi5q9uIDF9AuIGkuzcbF7+fAhow==", "cpu": [ "arm64" ], @@ -1199,9 +1209,9 @@ ] }, "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.1.tgz", - "integrity": "sha512-A/xeqaHTlKbQggxCqispFAcNjycpUEHP52mwMQZUNqDUJFFYtPHCXS1VAG29uMlDzIVr+i00tSFWFLivMcoIBQ==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.50.2.tgz", + "integrity": "sha512-dkYXB0c2XAS3a3jmyDkX4Jk0m7gWLFzq1C3qUnJJ38AyxIF5G/dyS4N9B30nvFseCfgtCEdbYFhk0ChoCGxPog==", "cpu": [ "x64" ], @@ -1213,9 +1223,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.1.tgz", - "integrity": "sha512-54v4okehwl5TaSIkpp97rAHGp7t3ghinRd/vyC1iXqXMfjYUTm7TfYmCzXDoHUPTTf36L8pr0E7YsD3CfB3ZDg==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.50.2.tgz", + "integrity": "sha512-9VlPY/BN3AgbukfVHAB8zNFWB/lKEuvzRo1NKev0Po8sYFKx0i+AQlCYftgEjcL43F2h9Ui1ZSdVBc4En/sP2w==", "cpu": [ "arm" ], @@ -1227,9 +1237,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.1.tgz", - "integrity": "sha512-p/LaFyajPN/0PUHjv8TNyxLiA7RwmDoVY3flXHPSzqrGcIp/c2FjwPPP5++u87DGHtw+5kSH5bCJz0mvXngYxw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.50.2.tgz", + "integrity": "sha512-+GdKWOvsifaYNlIVf07QYan1J5F141+vGm5/Y8b9uCZnG/nxoGqgCmR24mv0koIWWuqvFYnbURRqw1lv7IBINw==", "cpu": [ "arm" ], @@ -1241,9 +1251,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.1.tgz", - "integrity": "sha512-2AbMhFFkTo6Ptna1zO7kAXXDLi7H9fGTbVaIq2AAYO7yzcAsuTNWPHhb2aTA6GPiP+JXh85Y8CiS54iZoj4opw==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.50.2.tgz", + "integrity": "sha512-df0Eou14ojtUdLQdPFnymEQteENwSJAdLf5KCDrmZNsy1c3YaCNaJvYsEUHnrg+/DLBH612/R0xd3dD03uz2dg==", "cpu": [ "arm64" ], @@ -1255,9 +1265,9 @@ ] }, "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.1.tgz", - "integrity": "sha512-Cgef+5aZwuvesQNw9eX7g19FfKX5/pQRIyhoXLCiBOrWopjo7ycfB292TX9MDcDijiuIJlx1IzJz3IoCPfqs9w==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.50.2.tgz", + "integrity": "sha512-iPeouV0UIDtz8j1YFR4OJ/zf7evjauqv7jQ/EFs0ClIyL+by++hiaDAfFipjOgyz6y6xbDvJuiU4HwpVMpRFDQ==", "cpu": [ "arm64" ], @@ -1268,10 +1278,10 @@ "linux" ] }, - "node_modules/@rollup/rollup-linux-loongarch64-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.50.1.tgz", - "integrity": "sha512-RPhTwWMzpYYrHrJAS7CmpdtHNKtt2Ueo+BlLBjfZEhYBhK00OsEqM08/7f+eohiF6poe0YRDDd8nAvwtE/Y62Q==", + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.50.2.tgz", + "integrity": "sha512-OL6KaNvBopLlj5fTa5D5bau4W82f+1TyTZRr2BdnfsrnQnmdxh4okMxR2DcDkJuh4KeoQZVuvHvzuD/lyLn2Kw==", "cpu": [ "loong64" ], @@ -1283,9 +1293,9 @@ ] }, "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.1.tgz", - "integrity": "sha512-eSGMVQw9iekut62O7eBdbiccRguuDgiPMsw++BVUg+1K7WjZXHOg/YOT9SWMzPZA+w98G+Fa1VqJgHZOHHnY0Q==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.50.2.tgz", + "integrity": "sha512-I21VJl1w6z/K5OTRl6aS9DDsqezEZ/yKpbqlvfHbW0CEF5IL8ATBMuUx6/mp683rKTK8thjs/0BaNrZLXetLag==", "cpu": [ "ppc64" ], @@ -1297,9 +1307,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.1.tgz", - "integrity": "sha512-S208ojx8a4ciIPrLgazF6AgdcNJzQE4+S9rsmOmDJkusvctii+ZvEuIC4v/xFqzbuP8yDjn73oBlNDgF6YGSXQ==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.50.2.tgz", + "integrity": "sha512-Hq6aQJT/qFFHrYMjS20nV+9SKrXL2lvFBENZoKfoTH2kKDOJqff5OSJr4x72ZaG/uUn+XmBnGhfr4lwMRrmqCQ==", "cpu": [ "riscv64" ], @@ -1311,9 +1321,9 @@ ] }, "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.1.tgz", - "integrity": "sha512-3Ag8Ls1ggqkGUvSZWYcdgFwriy2lWo+0QlYgEFra/5JGtAd6C5Hw59oojx1DeqcA2Wds2ayRgvJ4qxVTzCHgzg==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.50.2.tgz", + "integrity": "sha512-82rBSEXRv5qtKyr0xZ/YMF531oj2AIpLZkeNYxmKNN6I2sVE9PGegN99tYDLK2fYHJITL1P2Lgb4ZXnv0PjQvw==", "cpu": [ "riscv64" ], @@ -1325,9 +1335,9 @@ ] }, "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.1.tgz", - "integrity": "sha512-t9YrKfaxCYe7l7ldFERE1BRg/4TATxIg+YieHQ966jwvo7ddHJxPj9cNFWLAzhkVsbBvNA4qTbPVNsZKBO4NSg==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.50.2.tgz", + "integrity": "sha512-4Q3S3Hy7pC6uaRo9gtXUTJ+EKo9AKs3BXKc2jYypEcMQ49gDPFU2P1ariX9SEtBzE5egIX6fSUmbmGazwBVF9w==", "cpu": [ "s390x" ], @@ -1339,9 +1349,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.1.tgz", - "integrity": "sha512-MCgtFB2+SVNuQmmjHf+wfI4CMxy3Tk8XjA5Z//A0AKD7QXUYFMQcns91K6dEHBvZPCnhJSyDWLApk40Iq/H3tA==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.50.2.tgz", + "integrity": "sha512-9Jie/At6qk70dNIcopcL4p+1UirusEtznpNtcq/u/C5cC4HBX7qSGsYIcG6bdxj15EYWhHiu02YvmdPzylIZlA==", "cpu": [ "x64" ], @@ -1353,9 +1363,9 @@ ] }, "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.1.tgz", - "integrity": "sha512-nEvqG+0jeRmqaUMuwzlfMKwcIVffy/9KGbAGyoa26iu6eSngAYQ512bMXuqqPrlTyfqdlB9FVINs93j534UJrg==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.50.2.tgz", + "integrity": "sha512-HPNJwxPL3EmhzeAnsWQCM3DcoqOz3/IC6de9rWfGR8ZCuEHETi9km66bH/wG3YH0V3nyzyFEGUZeL5PKyy4xvw==", "cpu": [ "x64" ], @@ -1367,9 +1377,9 @@ ] }, "node_modules/@rollup/rollup-openharmony-arm64": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.1.tgz", - "integrity": "sha512-RDsLm+phmT3MJd9SNxA9MNuEAO/J2fhW8GXk62G/B4G7sLVumNFbRwDL6v5NrESb48k+QMqdGbHgEtfU0LCpbA==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.50.2.tgz", + "integrity": "sha512-nMKvq6FRHSzYfKLHZ+cChowlEkR2lj/V0jYj9JnGUVPL2/mIeFGmVM2mLaFeNa5Jev7W7TovXqXIG2d39y1KYA==", "cpu": [ "arm64" ], @@ -1381,9 +1391,9 @@ ] }, "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.1.tgz", - "integrity": "sha512-hpZB/TImk2FlAFAIsoElM3tLzq57uxnGYwplg6WDyAxbYczSi8O2eQ+H2Lx74504rwKtZ3N2g4bCUkiamzS6TQ==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.50.2.tgz", + "integrity": "sha512-eFUvvnTYEKeTyHEijQKz81bLrUQOXKZqECeiWH6tb8eXXbZk+CXSG2aFrig2BQ/pjiVRj36zysjgILkqarS2YA==", "cpu": [ "arm64" ], @@ -1395,9 +1405,9 @@ ] }, "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.1.tgz", - "integrity": "sha512-SXjv8JlbzKM0fTJidX4eVsH+Wmnp0/WcD8gJxIZyR6Gay5Qcsmdbi9zVtnbkGPG8v2vMR1AD06lGWy5FLMcG7A==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.50.2.tgz", + "integrity": "sha512-cBaWmXqyfRhH8zmUxK3d3sAhEWLrtMjWBRwdMMHJIXSjvjLKvv49adxiEz+FJ8AP90apSDDBx2Tyd/WylV6ikA==", "cpu": [ "ia32" ], @@ -1409,9 +1419,9 @@ ] }, "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.1.tgz", - "integrity": "sha512-StxAO/8ts62KZVRAm4JZYq9+NqNsV7RvimNK+YM7ry//zebEH6meuugqW/P5OFUCjyQgui+9fUxT6d5NShvMvA==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.50.2.tgz", + "integrity": "sha512-APwKy6YUhvZaEoHyM+9xqmTpviEI+9eL7LoCH+aLcvWYHJ663qG5zx7WzWZY+a9qkg5JtzcMyJ9z0WtQBMDmgA==", "cpu": [ "x64" ], @@ -1457,9 +1467,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.18.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.1.tgz", - "integrity": "sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==", + "version": "22.18.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.4.tgz", + "integrity": "sha512-UJdblFqXymSBhmZf96BnbisoFIr8ooiiBRMolQgg77Ea+VM37jXw76C2LQr9n8wm9+i/OvlUlW6xSvqwzwqznw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -1467,9 +1477,9 @@ } }, "node_modules/@typespec/compiler": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.3.0.tgz", - "integrity": "sha512-OqpoNP3C2y8riA6C5RofPMvmj9jNiGyyhde0tM2ZE7IBOv7BBaTDqw4CJD22YnC8JEilRfPmvdVCViNrPHEjrA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@typespec/compiler/-/compiler-1.4.0.tgz", + "integrity": "sha512-/AFiU3ImuhH/vHKzSGv7I2peewdJ7YLhgMCfFDNk6Ae0a5Ylrc8R1GOATVilisEPBFG9lnjHn3uUcyaZs5VWRw==", "license": "MIT", "peer": true, "dependencies": { @@ -1500,29 +1510,29 @@ } }, "node_modules/@typespec/events": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/events/-/events-0.73.0.tgz", - "integrity": "sha512-etlhp86amDaElD/UX27u9I4O58zREov73HkkV3xbdTWpv2RqOKyD3mkyGAWsW3hKaGVIxwHOvKcOZ2j+b07Gpw==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/events/-/events-0.74.0.tgz", + "integrity": "sha512-CY6JTtheMKAUlxiPmwx2fLIAWEwezsXmQYUMRhyuW44Q73unQIkexE43LUnNWOJSZckYucqUp+ihXh7jxzWeVQ==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0" + "@typespec/compiler": "^1.4.0" } }, "node_modules/@typespec/http": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.3.0.tgz", - "integrity": "sha512-4W3KsmBHZGgECVbvyh7S7KQG06948XyVVzae+UbVDDxoUj/x4Ry0AXw3q4HmzB2BVhxw6JBrwBuVa5mxjVMzdw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@typespec/http/-/http-1.4.0.tgz", + "integrity": "sha512-Y0PDDtBu+oZnwivfhbL0lN6Mk3QiCxZ66DgB5kFjcgKNpnXf0u440PPyaL42a8lbchzz5lVwz+cinyIMI89FIQ==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/streams": "^0.73.0" + "@typespec/compiler": "^1.4.0", + "@typespec/streams": "^0.74.0" }, "peerDependenciesMeta": { "@typespec/streams": { @@ -1531,101 +1541,100 @@ } }, "node_modules/@typespec/http-client-csharp": { - "version": "1.0.0-alpha.20250905.1", - "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250905.1.tgz", - "integrity": "sha512-Wu0us0zGo6NS0Y3VTP8YDOsBvjE2boIzcJmUR8AzlCzTV1QEyRFvI1llN328b9KohBqrpVYLkwZGVcZ2tfNWAA==", + "version": "1.0.0-alpha.20250915.1", + "resolved": "https://registry.npmjs.org/@typespec/http-client-csharp/-/http-client-csharp-1.0.0-alpha.20250915.1.tgz", + "integrity": "sha512-YtZ30l3clBJYXm1opqHHXwhAej7I4lSvzlBG7L2jcyY5ghbOUEmtwYsyrdNDAChFoZon2n0yEhF4Fy1g+S/NVA==", "license": "MIT", "peerDependencies": { - "@azure-tools/typespec-azure-core": ">=0.59.0 <0.60.0 || ~0.60.0-0", - "@azure-tools/typespec-client-generator-core": ">=0.59.0 <0.60.0 || ~0.60.0-0", - "@typespec/compiler": "^1.3.0", - "@typespec/http": "^1.3.0", - "@typespec/openapi": "^1.3.0", - "@typespec/rest": ">=0.73.0 <0.74.0 || ~0.74.0-0", - "@typespec/streams": ">=0.73.0 <0.74.0 || ~0.74.0-0", - "@typespec/versioning": ">=0.73.0 <0.74.0 || ~0.74.0-0" + "@azure-tools/typespec-client-generator-core": ">=0.60.0 < 0.61.0 || ~0.61.0-0", + "@typespec/compiler": "^1.4.0", + "@typespec/http": "^1.4.0", + "@typespec/openapi": "^1.4.0", + "@typespec/rest": ">=0.74.0 <0.75.0 || ~0.75.0-0", + "@typespec/streams": ">=0.74.0 <0.75.0 || ~0.75.0-0", + "@typespec/versioning": ">=0.74.0 <0.75.0 || ~0.75.0-0" } }, "node_modules/@typespec/openapi": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.3.0.tgz", - "integrity": "sha512-BSeshjCZQodVGyVHn7ytcUeIcUGjqbG2Ac0NLOQaaKnISVrhTWNcgo5aFTqxAa24ZL/EuhqlSauLyYce2EV9fw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@typespec/openapi/-/openapi-1.4.0.tgz", + "integrity": "sha512-ZfrCsmZG/Zt1laLaWC0pKvnZr4jqrm/YS/YuZe/gVrSYKBxGLopXle7H0wrSSMYkIVCNCLiC68/HqRxV6XTfoA==", "license": "MIT", "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/http": "^1.3.0" + "@typespec/compiler": "^1.4.0", + "@typespec/http": "^1.4.0" } }, "node_modules/@typespec/rest": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.73.0.tgz", - "integrity": "sha512-28hgFGvreBg34Xuguw+E++pQC/kbRxy1Bpx/9nU7x87Ly6ykns3lpx74gjY9ByE8VYKVbXtC7lzdnp19DRSjIQ==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/rest/-/rest-0.74.0.tgz", + "integrity": "sha512-dE+Xmv01AQ7m8jUvEbGsUQLSVo3sLzMpnHRbQEOnJX42oDqtIsz/2GEOXKQpNm1AKBISK66E2FFB5boz999Ziw==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/http": "^1.3.0" + "@typespec/compiler": "^1.4.0", + "@typespec/http": "^1.4.0" } }, "node_modules/@typespec/sse": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/sse/-/sse-0.73.0.tgz", - "integrity": "sha512-WTnRJ1b1M3RPzlHxhnK9sh6+AGKPKWpuA0TSAqzyxb/uRHFYLNeoDKPOnlQ749SJ8lJz71Oh0nUsP3vB0EzO6Q==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/sse/-/sse-0.74.0.tgz", + "integrity": "sha512-+m7/elbGp7q/kqCGaBRj8v8wVMWKVEV8AsZOjf1PY2MkMUrux9ivOijBIktgoLBXDn+ocO2qVfFrHWG2slZSaw==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0", - "@typespec/events": "^0.73.0", - "@typespec/http": "^1.3.0", - "@typespec/streams": "^0.73.0" + "@typespec/compiler": "^1.4.0", + "@typespec/events": "^0.74.0", + "@typespec/http": "^1.4.0", + "@typespec/streams": "^0.74.0" } }, "node_modules/@typespec/streams": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/streams/-/streams-0.73.0.tgz", - "integrity": "sha512-pL4xffHXEIhBQKPlB9L4AKuM0bn44WsGKjnz91wa6wBtP/CbsPrGQicof0Z7GPGdddtDi4G8PWGmJtVFw53V9g==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/streams/-/streams-0.74.0.tgz", + "integrity": "sha512-LIWizQgzGt8qN8ravte4DrPLPNOk9ge73bV9Us2TOECagTVQWwgMVy7+o/Beff3sOLQO/sEOwfzvmnNpSlauHg==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0" + "@typespec/compiler": "^1.4.0" } }, "node_modules/@typespec/versioning": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/versioning/-/versioning-0.73.0.tgz", - "integrity": "sha512-cfFvzTsvsu4VpdwZcRULr3p/fawKZnjiJClQxlLcYW0dLs/5k5jh7l0YyPkYvgkOcncUrIB6hIu82tQhKrMDKQ==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/versioning/-/versioning-0.74.0.tgz", + "integrity": "sha512-eFIa23tycWJgv3Lxyu6jUlRi02dhtQE4Jjx3Ui5vEbwHW8pMEzuyF7ALt1c+V9HOLkfDkS4dJkiOVIoikZHPvQ==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0" + "@typespec/compiler": "^1.4.0" } }, "node_modules/@typespec/xml": { - "version": "0.73.0", - "resolved": "https://registry.npmjs.org/@typespec/xml/-/xml-0.73.0.tgz", - "integrity": "sha512-vlMM8/L22O/PbI3ovj3qoww/3Z8wNwn7og4jzlGRM93jZBJvrOeDSwZo1Dc4rMJyU6KfjPkP3/l5TLbgW8x0zA==", + "version": "0.74.0", + "resolved": "https://registry.npmjs.org/@typespec/xml/-/xml-0.74.0.tgz", + "integrity": "sha512-NiXatOfpyPxU94f2tEBAygxJeS7CvIr5lvnfZkC0tUHwkiJeLrI1jt13kDVB5CE6zNK6I3d7c37xsQs9WXGFAQ==", "license": "MIT", "peer": true, "engines": { "node": ">=20.0.0" }, "peerDependencies": { - "@typespec/compiler": "^1.3.0" + "@typespec/compiler": "^1.4.0" } }, "node_modules/@vitest/coverage-v8": { @@ -1824,22 +1833,6 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "license": "MIT", - "peer": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -2087,9 +2080,9 @@ } }, "node_modules/cliui/node_modules/ansi-regex": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz", - "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "license": "MIT", "peer": true, "engines": { @@ -2100,9 +2093,9 @@ } }, "node_modules/cliui/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", "license": "MIT", "peer": true, "engines": { @@ -2138,9 +2131,9 @@ } }, "node_modules/cliui/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "license": "MIT", "peer": true, "dependencies": { @@ -2154,9 +2147,9 @@ } }, "node_modules/cliui/node_modules/wrap-ansi": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", + "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==", "license": "MIT", "peer": true, "dependencies": { @@ -2328,9 +2321,9 @@ } }, "node_modules/debug": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", - "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", "dev": true, "license": "MIT", "dependencies": { @@ -2617,9 +2610,9 @@ } }, "node_modules/get-east-asian-width": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.1.tgz", - "integrity": "sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz", + "integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==", "license": "MIT", "peer": true, "engines": { @@ -2735,9 +2728,9 @@ } }, "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz", + "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==", "license": "MIT", "peer": true, "dependencies": { @@ -2745,6 +2738,10 @@ }, "engines": { "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/ignore": { @@ -2990,9 +2987,9 @@ "license": "ISC" }, "node_modules/magic-string": { - "version": "0.30.18", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.18.tgz", - "integrity": "sha512-yi8swmWbO17qHhwIBNeeZxTceJMeBvWJaId6dyvTSOwTipqeHhMhOrz6513r1sOKnpvQ7zkhlG8tPrpilwTxHQ==", + "version": "0.30.19", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.19.tgz", + "integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==", "dev": true, "license": "MIT", "dependencies": { @@ -3622,9 +3619,9 @@ } }, "node_modules/rollup": { - "version": "4.50.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.1.tgz", - "integrity": "sha512-78E9voJHwnXQMiQdiqswVLZwJIzdBKJ1GdI5Zx6XwoFKUIk09/sSrr+05QFzvYb8q6Y9pPV45zzDuYa3907TZA==", + "version": "4.50.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.50.2.tgz", + "integrity": "sha512-BgLRGy7tNS9H66aIMASq1qSYbAAJV6Z6WR4QYTvj5FgF15rZ/ympT1uixHXwzbZUBDbkvqUI1KR0fH1FhMaQ9w==", "dev": true, "license": "MIT", "dependencies": { @@ -3638,27 +3635,27 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.50.1", - "@rollup/rollup-android-arm64": "4.50.1", - "@rollup/rollup-darwin-arm64": "4.50.1", - "@rollup/rollup-darwin-x64": "4.50.1", - "@rollup/rollup-freebsd-arm64": "4.50.1", - "@rollup/rollup-freebsd-x64": "4.50.1", - "@rollup/rollup-linux-arm-gnueabihf": "4.50.1", - "@rollup/rollup-linux-arm-musleabihf": "4.50.1", - "@rollup/rollup-linux-arm64-gnu": "4.50.1", - "@rollup/rollup-linux-arm64-musl": "4.50.1", - "@rollup/rollup-linux-loongarch64-gnu": "4.50.1", - "@rollup/rollup-linux-ppc64-gnu": "4.50.1", - "@rollup/rollup-linux-riscv64-gnu": "4.50.1", - "@rollup/rollup-linux-riscv64-musl": "4.50.1", - "@rollup/rollup-linux-s390x-gnu": "4.50.1", - "@rollup/rollup-linux-x64-gnu": "4.50.1", - "@rollup/rollup-linux-x64-musl": "4.50.1", - "@rollup/rollup-openharmony-arm64": "4.50.1", - "@rollup/rollup-win32-arm64-msvc": "4.50.1", - "@rollup/rollup-win32-ia32-msvc": "4.50.1", - "@rollup/rollup-win32-x64-msvc": "4.50.1", + "@rollup/rollup-android-arm-eabi": "4.50.2", + "@rollup/rollup-android-arm64": "4.50.2", + "@rollup/rollup-darwin-arm64": "4.50.2", + "@rollup/rollup-darwin-x64": "4.50.2", + "@rollup/rollup-freebsd-arm64": "4.50.2", + "@rollup/rollup-freebsd-x64": "4.50.2", + "@rollup/rollup-linux-arm-gnueabihf": "4.50.2", + "@rollup/rollup-linux-arm-musleabihf": "4.50.2", + "@rollup/rollup-linux-arm64-gnu": "4.50.2", + "@rollup/rollup-linux-arm64-musl": "4.50.2", + "@rollup/rollup-linux-loong64-gnu": "4.50.2", + "@rollup/rollup-linux-ppc64-gnu": "4.50.2", + "@rollup/rollup-linux-riscv64-gnu": "4.50.2", + "@rollup/rollup-linux-riscv64-musl": "4.50.2", + "@rollup/rollup-linux-s390x-gnu": "4.50.2", + "@rollup/rollup-linux-x64-gnu": "4.50.2", + "@rollup/rollup-linux-x64-musl": "4.50.2", + "@rollup/rollup-openharmony-arm64": "4.50.2", + "@rollup/rollup-win32-arm64-msvc": "4.50.2", + "@rollup/rollup-win32-ia32-msvc": "4.50.2", + "@rollup/rollup-win32-x64-msvc": "4.50.2", "fsevents": "~2.3.2" } }, @@ -4083,19 +4080,6 @@ "node": ">=4" } }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "license": "(MIT OR CC0-1.0)", - "peer": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/typescript": { "version": "5.9.2", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", @@ -4542,9 +4526,9 @@ } }, "node_modules/yargs/node_modules/ansi-regex": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.0.tgz", - "integrity": "sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "license": "MIT", "peer": true, "engines": { @@ -4580,9 +4564,9 @@ } }, "node_modules/yargs/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz", + "integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==", "license": "MIT", "peer": true, "dependencies": { diff --git a/scripts/Submit-GeneratorUpdatePr.ps1 b/scripts/Submit-GeneratorUpdatePr.ps1 index 22fa099a5..6461061b6 100644 --- a/scripts/Submit-GeneratorUpdatePr.ps1 +++ b/scripts/Submit-GeneratorUpdatePr.ps1 @@ -93,7 +93,6 @@ function Get-PackageDependencies { $InjectedDependencies = @( '@azure-tools/typespec-client-generator-core', - '@azure-tools/typespec-azure-core', '@typespec/http', '@typespec/openapi' ) diff --git a/src/Generated/OpenAIResponseClient.RestClient.cs b/src/Generated/OpenAIResponseClient.RestClient.cs index 6358d7874..3f81aea69 100644 --- a/src/Generated/OpenAIResponseClient.RestClient.cs +++ b/src/Generated/OpenAIResponseClient.RestClient.cs @@ -39,7 +39,7 @@ internal virtual PipelineMessage CreateGetResponseRequest(string responseId, IEn { foreach (var @param in includables) { - uri.AppendQuery("include[]", @param, true); + uri.AppendQuery("include[]", @param.ToString(), true); } } if (stream != null) diff --git a/tspCodeModel.json b/tspCodeModel.json index d261071fd..e9cc88ab3 100644 --- a/tspCodeModel.json +++ b/tspCodeModel.json @@ -99229,9 +99229,45 @@ ], "bodyType": { "$id": "7560", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$id": "7561", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$id": "7562", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$ref": "2512" + }, + { + "$ref": "2558" + } + ], + "namespace": "", + "decorators": [] + }, + { + "$ref": "2571" + } + ], + "namespace": "", + "decorators": [] + }, + { + "$id": "7563", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + } + ], + "namespace": "", "decorators": [] }, "headers": [ @@ -99273,7 +99309,7 @@ }, "parameters": [ { - "$id": "7561", + "$id": "7564", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -99290,7 +99326,7 @@ "decorators": [] }, { - "$id": "7562", + "$id": "7565", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -99307,7 +99343,7 @@ "decorators": [] }, { - "$id": "7563", + "$id": "7566", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -99335,21 +99371,21 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranscription" }, { - "$id": "7564", + "$id": "7567", "kind": "basic", "name": "TranslateAudio", "accessibility": "public", "apiVersions": [], "summary": "Translates audio into English..", "operation": { - "$id": "7565", + "$id": "7568", "name": "TranslateAudio", "resourceName": "Audio", "summary": "Translates audio into English..", "accessibility": "public", "parameters": [ { - "$id": "7566", + "$id": "7569", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -99365,7 +99401,7 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranslation.accept" }, { - "$id": "7567", + "$id": "7570", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -99381,7 +99417,7 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranslation.contentType" }, { - "$id": "7568", + "$id": "7571", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -99406,10 +99442,34 @@ 200 ], "bodyType": { - "$id": "7569", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", + "$id": "7572", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$id": "7573", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$ref": "2607" + }, + { + "$ref": "2617" + } + ], + "namespace": "", + "decorators": [] + }, + { + "$id": "7574", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + } + ], + "namespace": "", "decorators": [] }, "headers": [ @@ -99443,7 +99503,7 @@ }, "parameters": [ { - "$id": "7570", + "$id": "7575", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -99460,7 +99520,7 @@ "decorators": [] }, { - "$id": "7571", + "$id": "7576", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -99477,7 +99537,7 @@ "decorators": [] }, { - "$id": "7572", + "$id": "7577", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -99496,7 +99556,7 @@ ], "response": { "type": { - "$ref": "7569" + "$ref": "7572" } }, "isOverride": false, @@ -99507,13 +99567,13 @@ ], "parameters": [ { - "$id": "7573", + "$id": "7578", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7574", + "$id": "7579", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -99524,7 +99584,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7575", + "$id": "7580", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -99545,27 +99605,27 @@ } }, { - "$id": "7576", + "$id": "7581", "kind": "client", "name": "Batches", "namespace": "OpenAI", "methods": [ { - "$id": "7577", + "$id": "7582", "kind": "basic", "name": "createBatch", "accessibility": "public", "apiVersions": [], "summary": "Creates and executes a batch from an uploaded file of requests", "operation": { - "$id": "7578", + "$id": "7583", "name": "createBatch", "resourceName": "Batches", "summary": "Creates and executes a batch from an uploaded file of requests", "accessibility": "public", "parameters": [ { - "$id": "7579", + "$id": "7584", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -99581,7 +99641,7 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch.accept" }, { - "$id": "7580", + "$id": "7585", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -99598,7 +99658,7 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch.contentType" }, { - "$id": "7581", + "$id": "7586", "kind": "body", "name": "createBatchRequest", "serializedName": "createBatchRequest", @@ -99646,7 +99706,7 @@ }, "parameters": [ { - "$id": "7582", + "$id": "7587", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -99663,13 +99723,13 @@ "decorators": [] }, { - "$id": "7583", + "$id": "7588", "kind": "method", "name": "input_file_id", "serializedName": "input_file_id", "doc": "The ID of an uploaded file that contains requests for the new batch.\n\nSee [upload file](/docs/api-reference/files/create) for how to upload a file.\n\nYour input file must be formatted as a [JSONL file](/docs/api-reference/batch/requestInput),\nand must be uploaded with the purpose `batch`.", "type": { - "$id": "7584", + "$id": "7589", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99685,7 +99745,7 @@ "decorators": [] }, { - "$id": "7585", + "$id": "7590", "kind": "method", "name": "endpoint", "serializedName": "endpoint", @@ -99703,7 +99763,7 @@ "decorators": [] }, { - "$id": "7586", + "$id": "7591", "kind": "method", "name": "completion_window", "serializedName": "completion_window", @@ -99721,7 +99781,7 @@ "decorators": [] }, { - "$id": "7587", + "$id": "7592", "kind": "method", "name": "metadata", "serializedName": "metadata", @@ -99739,7 +99799,7 @@ "decorators": [] }, { - "$id": "7588", + "$id": "7593", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -99768,21 +99828,21 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch" }, { - "$id": "7589", + "$id": "7594", "kind": "basic", "name": "GetBatches", "accessibility": "public", "apiVersions": [], "summary": "List your organization's batches.", "operation": { - "$id": "7590", + "$id": "7595", "name": "GetBatches", "resourceName": "Batches", "summary": "List your organization's batches.", "accessibility": "public", "parameters": [ { - "$id": "7591", + "$id": "7596", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -99798,13 +99858,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.listBatches.accept" }, { - "$id": "7592", + "$id": "7597", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7593", + "$id": "7598", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99819,13 +99879,13 @@ "readOnly": false }, { - "$id": "7594", + "$id": "7599", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7595", + "$id": "7600", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99866,7 +99926,7 @@ }, "parameters": [ { - "$id": "7596", + "$id": "7601", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -99883,13 +99943,13 @@ "decorators": [] }, { - "$id": "7597", + "$id": "7602", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7598", + "$id": "7603", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99905,13 +99965,13 @@ "decorators": [] }, { - "$id": "7599", + "$id": "7604", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7600", + "$id": "7605", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99938,21 +99998,21 @@ "crossLanguageDefinitionId": "OpenAI.Batches.listBatches" }, { - "$id": "7601", + "$id": "7606", "kind": "basic", "name": "GetBatch", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a batch.", "operation": { - "$id": "7602", + "$id": "7607", "name": "GetBatch", "resourceName": "Batches", "summary": "Retrieves a batch.", "accessibility": "public", "parameters": [ { - "$id": "7603", + "$id": "7608", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -99968,13 +100028,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.retrieveBatch.accept" }, { - "$id": "7604", + "$id": "7609", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to retrieve.", "type": { - "$id": "7605", + "$id": "7610", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100018,7 +100078,7 @@ }, "parameters": [ { - "$id": "7606", + "$id": "7611", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -100035,13 +100095,13 @@ "decorators": [] }, { - "$id": "7607", + "$id": "7612", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to retrieve.", "type": { - "$id": "7608", + "$id": "7613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100068,21 +100128,21 @@ "crossLanguageDefinitionId": "OpenAI.Batches.retrieveBatch" }, { - "$id": "7609", + "$id": "7614", "kind": "basic", "name": "cancelBatch", "accessibility": "public", "apiVersions": [], "summary": "Cancels an in-progress batch.", "operation": { - "$id": "7610", + "$id": "7615", "name": "cancelBatch", "resourceName": "Batches", "summary": "Cancels an in-progress batch.", "accessibility": "public", "parameters": [ { - "$id": "7611", + "$id": "7616", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -100098,13 +100158,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.cancelBatch.accept" }, { - "$id": "7612", + "$id": "7617", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to cancel.", "type": { - "$id": "7613", + "$id": "7618", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100148,7 +100208,7 @@ }, "parameters": [ { - "$id": "7614", + "$id": "7619", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -100165,13 +100225,13 @@ "decorators": [] }, { - "$id": "7615", + "$id": "7620", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to cancel.", "type": { - "$id": "7616", + "$id": "7621", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100200,13 +100260,13 @@ ], "parameters": [ { - "$id": "7617", + "$id": "7622", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7618", + "$id": "7623", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -100217,7 +100277,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7619", + "$id": "7624", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -100238,33 +100298,33 @@ } }, { - "$id": "7620", + "$id": "7625", "kind": "client", "name": "Chat", "namespace": "OpenAI", "methods": [ { - "$id": "7621", + "$id": "7626", "kind": "paging", "name": "listChatCompletions", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of chat completions.", "operation": { - "$id": "7622", + "$id": "7627", "name": "listChatCompletions", "resourceName": "Chat", "summary": "Returns a list of chat completions.", "accessibility": "public", "parameters": [ { - "$id": "7623", + "$id": "7628", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7624", + "$id": "7629", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100279,13 +100339,13 @@ "readOnly": false }, { - "$id": "7625", + "$id": "7630", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7626", + "$id": "7631", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100300,7 +100360,7 @@ "readOnly": false }, { - "$id": "7627", + "$id": "7632", "kind": "query", "name": "order", "serializedName": "order", @@ -100317,7 +100377,7 @@ "readOnly": false }, { - "$id": "7628", + "$id": "7633", "kind": "query", "name": "metadata", "serializedName": "metadata", @@ -100333,12 +100393,12 @@ "readOnly": false }, { - "$id": "7629", + "$id": "7634", "kind": "query", "name": "model", "serializedName": "model", "type": { - "$id": "7630", + "$id": "7635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100353,7 +100413,7 @@ "readOnly": false }, { - "$id": "7631", + "$id": "7636", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -100395,13 +100455,13 @@ }, "parameters": [ { - "$id": "7632", + "$id": "7637", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7633", + "$id": "7638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100417,13 +100477,13 @@ "decorators": [] }, { - "$id": "7634", + "$id": "7639", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7635", + "$id": "7640", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100439,7 +100499,7 @@ "decorators": [] }, { - "$id": "7636", + "$id": "7641", "kind": "method", "name": "order", "serializedName": "order", @@ -100457,7 +100517,7 @@ "decorators": [] }, { - "$id": "7637", + "$id": "7642", "kind": "method", "name": "metadata", "serializedName": "metadata", @@ -100474,12 +100534,12 @@ "decorators": [] }, { - "$id": "7638", + "$id": "7643", "kind": "method", "name": "model", "serializedName": "model", "type": { - "$id": "7639", + "$id": "7644", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100495,7 +100555,7 @@ "decorators": [] }, { - "$id": "7640", + "$id": "7645", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -100530,7 +100590,7 @@ ], "continuationToken": { "parameter": { - "$ref": "7623" + "$ref": "7628" }, "responseSegments": [ "last_id" @@ -100540,21 +100600,21 @@ } }, { - "$id": "7641", + "$id": "7646", "kind": "basic", "name": "CompleteChat", "accessibility": "public", "apiVersions": [], "summary": "Creates a model response for the given chat conversation.", "operation": { - "$id": "7642", + "$id": "7647", "name": "CompleteChat", "resourceName": "Chat", "summary": "Creates a model response for the given chat conversation.", "accessibility": "public", "parameters": [ { - "$id": "7643", + "$id": "7648", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -100570,7 +100630,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion.accept" }, { - "$id": "7644", + "$id": "7649", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -100587,7 +100647,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion.contentType" }, { - "$id": "7645", + "$id": "7650", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -100612,7 +100672,19 @@ 200 ], "bodyType": { - "$ref": "3075" + "$id": "7651", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$ref": "2707" + }, + { + "$ref": "3075" + } + ], + "namespace": "", + "decorators": [] }, "headers": [ { @@ -100644,7 +100716,7 @@ }, "parameters": [ { - "$id": "7646", + "$id": "7652", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -100661,7 +100733,7 @@ "decorators": [] }, { - "$id": "7647", + "$id": "7653", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -100678,7 +100750,7 @@ "decorators": [] }, { - "$id": "7648", + "$id": "7654", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -100698,7 +100770,7 @@ ], "response": { "type": { - "$ref": "3075" + "$ref": "7651" } }, "isOverride": false, @@ -100707,27 +100779,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion" }, { - "$id": "7649", + "$id": "7655", "kind": "basic", "name": "getChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "operation": { - "$id": "7650", + "$id": "7656", "name": "getChatCompletion", "resourceName": "Chat", "summary": "Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "accessibility": "public", "parameters": [ { - "$id": "7651", + "$id": "7657", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve.", "type": { - "$id": "7652", + "$id": "7658", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100745,7 +100817,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletion.completion_id" }, { - "$id": "7653", + "$id": "7659", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -100787,13 +100859,13 @@ }, "parameters": [ { - "$id": "7654", + "$id": "7660", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve.", "type": { - "$id": "7655", + "$id": "7661", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100809,7 +100881,7 @@ "decorators": [] }, { - "$id": "7656", + "$id": "7662", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -100837,27 +100909,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletion" }, { - "$id": "7657", + "$id": "7663", "kind": "basic", "name": "updateChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Modify a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be modified. Currently, the only supported modification is to update the `metadata` field.\")", "operation": { - "$id": "7658", + "$id": "7664", "name": "updateChatCompletion", "resourceName": "Chat", "summary": "Modify a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be modified. Currently, the only supported modification is to update the `metadata` field.\")", "accessibility": "public", "parameters": [ { - "$id": "7659", + "$id": "7665", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to update.", "type": { - "$id": "7660", + "$id": "7666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100875,7 +100947,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.completion_id" }, { - "$id": "7661", + "$id": "7667", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -100892,7 +100964,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.contentType" }, { - "$id": "7662", + "$id": "7668", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -100908,7 +100980,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.accept" }, { - "$id": "7663", + "$id": "7669", "kind": "body", "name": "updateChatCompletionRequest", "serializedName": "updateChatCompletionRequest", @@ -100956,13 +101028,13 @@ }, "parameters": [ { - "$id": "7664", + "$id": "7670", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to update.", "type": { - "$id": "7665", + "$id": "7671", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100978,7 +101050,7 @@ "decorators": [] }, { - "$id": "7666", + "$id": "7672", "kind": "method", "name": "metadata", "serializedName": "metadata", @@ -100996,7 +101068,7 @@ "decorators": [] }, { - "$id": "7667", + "$id": "7673", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -101014,7 +101086,7 @@ "decorators": [] }, { - "$id": "7668", + "$id": "7674", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101042,27 +101114,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion" }, { - "$id": "7669", + "$id": "7675", "kind": "basic", "name": "deleteChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.", "operation": { - "$id": "7670", + "$id": "7676", "name": "deleteChatCompletion", "resourceName": "Chat", "summary": "Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.", "accessibility": "public", "parameters": [ { - "$id": "7671", + "$id": "7677", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to delete.", "type": { - "$id": "7672", + "$id": "7678", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101080,7 +101152,7 @@ "crossLanguageDefinitionId": "OpenAI.Chat.deleteChatCompletion.completion_id" }, { - "$id": "7673", + "$id": "7679", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -101122,13 +101194,13 @@ }, "parameters": [ { - "$id": "7674", + "$id": "7680", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to delete.", "type": { - "$id": "7675", + "$id": "7681", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101144,7 +101216,7 @@ "decorators": [] }, { - "$id": "7676", + "$id": "7682", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101172,27 +101244,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.deleteChatCompletion" }, { - "$id": "7677", + "$id": "7683", "kind": "paging", "name": "getChatCompletionMessages", "accessibility": "public", "apiVersions": [], "summary": "Get the messages of a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "operation": { - "$id": "7678", + "$id": "7684", "name": "getChatCompletionMessages", "resourceName": "Chat", "summary": "Get the messages of a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "accessibility": "public", "parameters": [ { - "$id": "7679", + "$id": "7685", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve messages for.", "type": { - "$id": "7680", + "$id": "7686", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101210,13 +101282,13 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletionMessages.completion_id" }, { - "$id": "7681", + "$id": "7687", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7682", + "$id": "7688", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101231,13 +101303,13 @@ "readOnly": false }, { - "$id": "7683", + "$id": "7689", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7684", + "$id": "7690", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101252,7 +101324,7 @@ "readOnly": false }, { - "$id": "7685", + "$id": "7691", "kind": "query", "name": "order", "serializedName": "order", @@ -101269,7 +101341,7 @@ "readOnly": false }, { - "$id": "7686", + "$id": "7692", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -101311,13 +101383,13 @@ }, "parameters": [ { - "$id": "7687", + "$id": "7693", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve messages for.", "type": { - "$id": "7688", + "$id": "7694", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101333,13 +101405,13 @@ "decorators": [] }, { - "$id": "7689", + "$id": "7695", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7690", + "$id": "7696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101355,13 +101427,13 @@ "decorators": [] }, { - "$id": "7691", + "$id": "7697", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7692", + "$id": "7698", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101377,7 +101449,7 @@ "decorators": [] }, { - "$id": "7693", + "$id": "7699", "kind": "method", "name": "order", "serializedName": "order", @@ -101395,7 +101467,7 @@ "decorators": [] }, { - "$id": "7694", + "$id": "7700", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101430,7 +101502,7 @@ ], "continuationToken": { "parameter": { - "$ref": "7681" + "$ref": "7687" }, "responseSegments": [ "last_id" @@ -101442,13 +101514,13 @@ ], "parameters": [ { - "$id": "7695", + "$id": "7701", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7696", + "$id": "7702", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -101459,7 +101531,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7697", + "$id": "7703", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -101480,31 +101552,31 @@ } }, { - "$id": "7698", + "$id": "7704", "kind": "client", "name": "Containers", "namespace": "OpenAI", "methods": [ { - "$id": "7699", + "$id": "7705", "kind": "paging", "name": "listContainers", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7700", + "$id": "7706", "name": "listContainers", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7701", + "$id": "7707", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7702", + "$id": "7708", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101519,7 +101591,7 @@ "readOnly": false }, { - "$id": "7703", + "$id": "7709", "kind": "query", "name": "order", "serializedName": "order", @@ -101536,13 +101608,13 @@ "readOnly": false }, { - "$id": "7704", + "$id": "7710", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7705", + "$id": "7711", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101557,7 +101629,7 @@ "readOnly": false }, { - "$id": "7706", + "$id": "7712", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -101599,13 +101671,13 @@ }, "parameters": [ { - "$id": "7707", + "$id": "7713", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7708", + "$id": "7714", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101621,7 +101693,7 @@ "decorators": [] }, { - "$id": "7709", + "$id": "7715", "kind": "method", "name": "order", "serializedName": "order", @@ -101639,13 +101711,13 @@ "decorators": [] }, { - "$id": "7710", + "$id": "7716", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7711", + "$id": "7717", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101661,7 +101733,7 @@ "decorators": [] }, { - "$id": "7712", + "$id": "7718", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101696,7 +101768,7 @@ ], "continuationToken": { "parameter": { - "$ref": "7704" + "$ref": "7710" }, "responseSegments": [ "last_id" @@ -101706,19 +101778,19 @@ } }, { - "$id": "7713", + "$id": "7719", "kind": "basic", "name": "createContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7714", + "$id": "7720", "name": "createContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7715", + "$id": "7721", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -101735,7 +101807,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer.contentType" }, { - "$id": "7716", + "$id": "7722", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -101751,7 +101823,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer.accept" }, { - "$id": "7717", + "$id": "7723", "kind": "body", "name": "body", "serializedName": "body", @@ -101799,7 +101871,7 @@ }, "parameters": [ { - "$id": "7718", + "$id": "7724", "kind": "method", "name": "body", "serializedName": "body", @@ -101816,7 +101888,7 @@ "decorators": [] }, { - "$id": "7719", + "$id": "7725", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -101834,7 +101906,7 @@ "decorators": [] }, { - "$id": "7720", + "$id": "7726", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101862,24 +101934,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer" }, { - "$id": "7721", + "$id": "7727", "kind": "basic", "name": "GetContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7722", + "$id": "7728", "name": "GetContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7723", + "$id": "7729", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7724", + "$id": "7730", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101897,7 +101969,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainer.container_id" }, { - "$id": "7725", + "$id": "7731", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -101939,12 +102011,12 @@ }, "parameters": [ { - "$id": "7726", + "$id": "7732", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7727", + "$id": "7733", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101960,7 +102032,7 @@ "decorators": [] }, { - "$id": "7728", + "$id": "7734", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -101988,24 +102060,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainer" }, { - "$id": "7729", + "$id": "7735", "kind": "basic", "name": "deleteContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7730", + "$id": "7736", "name": "deleteContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7731", + "$id": "7737", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7732", + "$id": "7738", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102023,7 +102095,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainer.container_id" }, { - "$id": "7733", + "$id": "7739", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102065,12 +102137,12 @@ }, "parameters": [ { - "$id": "7734", + "$id": "7740", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7735", + "$id": "7741", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102086,7 +102158,7 @@ "decorators": [] }, { - "$id": "7736", + "$id": "7742", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -102114,24 +102186,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainer" }, { - "$id": "7737", + "$id": "7743", "kind": "basic", "name": "createContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7738", + "$id": "7744", "name": "createContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7739", + "$id": "7745", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7740", + "$id": "7746", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102149,7 +102221,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.container_id" }, { - "$id": "7741", + "$id": "7747", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -102165,7 +102237,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.contentType" }, { - "$id": "7742", + "$id": "7748", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102181,7 +102253,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.accept" }, { - "$id": "7743", + "$id": "7749", "kind": "body", "name": "body", "serializedName": "body", @@ -102229,12 +102301,12 @@ }, "parameters": [ { - "$id": "7744", + "$id": "7750", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7745", + "$id": "7751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102250,7 +102322,7 @@ "decorators": [] }, { - "$id": "7746", + "$id": "7752", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -102267,7 +102339,7 @@ "decorators": [] }, { - "$id": "7747", + "$id": "7753", "kind": "method", "name": "body", "serializedName": "body", @@ -102284,7 +102356,7 @@ "decorators": [] }, { - "$id": "7748", + "$id": "7754", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -102312,24 +102384,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile" }, { - "$id": "7749", + "$id": "7755", "kind": "paging", "name": "listContainerFiles", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7750", + "$id": "7756", "name": "listContainerFiles", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7751", + "$id": "7757", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7752", + "$id": "7758", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102347,13 +102419,13 @@ "crossLanguageDefinitionId": "OpenAI.Containers.listContainerFiles.container_id" }, { - "$id": "7753", + "$id": "7759", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7754", + "$id": "7760", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102368,7 +102440,7 @@ "readOnly": false }, { - "$id": "7755", + "$id": "7761", "kind": "query", "name": "order", "serializedName": "order", @@ -102385,13 +102457,13 @@ "readOnly": false }, { - "$id": "7756", + "$id": "7762", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7757", + "$id": "7763", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102406,7 +102478,7 @@ "readOnly": false }, { - "$id": "7758", + "$id": "7764", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102448,12 +102520,12 @@ }, "parameters": [ { - "$id": "7759", + "$id": "7765", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7760", + "$id": "7766", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102469,13 +102541,13 @@ "decorators": [] }, { - "$id": "7761", + "$id": "7767", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7762", + "$id": "7768", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102491,7 +102563,7 @@ "decorators": [] }, { - "$id": "7763", + "$id": "7769", "kind": "method", "name": "order", "serializedName": "order", @@ -102509,13 +102581,13 @@ "decorators": [] }, { - "$id": "7764", + "$id": "7770", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7765", + "$id": "7771", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102531,7 +102603,7 @@ "decorators": [] }, { - "$id": "7766", + "$id": "7772", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -102566,7 +102638,7 @@ ], "continuationToken": { "parameter": { - "$ref": "7756" + "$ref": "7762" }, "responseSegments": [ "last_id" @@ -102576,24 +102648,24 @@ } }, { - "$id": "7767", + "$id": "7773", "kind": "basic", "name": "GetContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7768", + "$id": "7774", "name": "GetContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7769", + "$id": "7775", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7770", + "$id": "7776", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102611,12 +102683,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile.container_id" }, { - "$id": "7771", + "$id": "7777", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7772", + "$id": "7778", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102634,7 +102706,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile.file_id" }, { - "$id": "7773", + "$id": "7779", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102676,12 +102748,12 @@ }, "parameters": [ { - "$id": "7774", + "$id": "7780", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7775", + "$id": "7781", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102697,12 +102769,12 @@ "decorators": [] }, { - "$id": "7776", + "$id": "7782", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7777", + "$id": "7783", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102718,7 +102790,7 @@ "decorators": [] }, { - "$id": "7778", + "$id": "7784", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -102746,24 +102818,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile" }, { - "$id": "7779", + "$id": "7785", "kind": "basic", "name": "deleteContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7780", + "$id": "7786", "name": "deleteContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7781", + "$id": "7787", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7782", + "$id": "7788", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102781,12 +102853,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile.container_id" }, { - "$id": "7783", + "$id": "7789", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7784", + "$id": "7790", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102804,7 +102876,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile.file_id" }, { - "$id": "7785", + "$id": "7791", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102846,12 +102918,12 @@ }, "parameters": [ { - "$id": "7786", + "$id": "7792", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7787", + "$id": "7793", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102867,12 +102939,12 @@ "decorators": [] }, { - "$id": "7788", + "$id": "7794", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7789", + "$id": "7795", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102888,7 +102960,7 @@ "decorators": [] }, { - "$id": "7790", + "$id": "7796", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -102916,24 +102988,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile" }, { - "$id": "7791", + "$id": "7797", "kind": "basic", "name": "GetContainerFileContent", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "7792", + "$id": "7798", "name": "GetContainerFileContent", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "7793", + "$id": "7799", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7794", + "$id": "7800", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102951,12 +103023,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFileContent.container_id" }, { - "$id": "7795", + "$id": "7801", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7796", + "$id": "7802", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102974,7 +103046,7 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFileContent.file_id" }, { - "$id": "7797", + "$id": "7803", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -102996,7 +103068,7 @@ 200 ], "bodyType": { - "$id": "7798", + "$id": "7804", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -103021,12 +103093,12 @@ }, "parameters": [ { - "$id": "7799", + "$id": "7805", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "7800", + "$id": "7806", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103042,12 +103114,12 @@ "decorators": [] }, { - "$id": "7801", + "$id": "7807", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "7802", + "$id": "7808", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103063,7 +103135,7 @@ "decorators": [] }, { - "$id": "7803", + "$id": "7809", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103082,7 +103154,7 @@ ], "response": { "type": { - "$ref": "7798" + "$ref": "7804" } }, "isOverride": false, @@ -103093,13 +103165,13 @@ ], "parameters": [ { - "$id": "7804", + "$id": "7810", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7805", + "$id": "7811", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -103110,7 +103182,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7806", + "$id": "7812", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -103131,27 +103203,27 @@ } }, { - "$id": "7807", + "$id": "7813", "kind": "client", "name": "Embeddings", "namespace": "OpenAI", "methods": [ { - "$id": "7808", + "$id": "7814", "kind": "basic", "name": "GenerateEmbeddings", "accessibility": "public", "apiVersions": [], "summary": "Creates an embedding vector representing the input text.", "operation": { - "$id": "7809", + "$id": "7815", "name": "GenerateEmbeddings", "resourceName": "Embeddings", "summary": "Creates an embedding vector representing the input text.", "accessibility": "public", "parameters": [ { - "$id": "7810", + "$id": "7816", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103167,7 +103239,7 @@ "crossLanguageDefinitionId": "OpenAI.Embeddings.createEmbedding.accept" }, { - "$id": "7811", + "$id": "7817", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -103184,7 +103256,7 @@ "crossLanguageDefinitionId": "OpenAI.Embeddings.createEmbedding.contentType" }, { - "$id": "7812", + "$id": "7818", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -103232,7 +103304,7 @@ }, "parameters": [ { - "$id": "7813", + "$id": "7819", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103249,7 +103321,7 @@ "decorators": [] }, { - "$id": "7814", + "$id": "7820", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -103266,7 +103338,7 @@ "decorators": [] }, { - "$id": "7815", + "$id": "7821", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -103297,13 +103369,13 @@ ], "parameters": [ { - "$id": "7816", + "$id": "7822", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7817", + "$id": "7823", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -103314,7 +103386,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7818", + "$id": "7824", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -103335,27 +103407,27 @@ } }, { - "$id": "7819", + "$id": "7825", "kind": "client", "name": "Files", "namespace": "OpenAI", "methods": [ { - "$id": "7820", + "$id": "7826", "kind": "basic", "name": "GetFiles", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of files that belong to the user's organization.", "operation": { - "$id": "7821", + "$id": "7827", "name": "GetFiles", "resourceName": "Files", "summary": "Returns a list of files that belong to the user's organization.", "accessibility": "public", "parameters": [ { - "$id": "7822", + "$id": "7828", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103371,13 +103443,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.listFiles.accept" }, { - "$id": "7823", + "$id": "7829", "kind": "query", "name": "purpose", "serializedName": "purpose", "doc": "Only return files with the given purpose.", "type": { - "$id": "7824", + "$id": "7830", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103418,7 +103490,7 @@ }, "parameters": [ { - "$id": "7825", + "$id": "7831", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103435,13 +103507,13 @@ "decorators": [] }, { - "$id": "7826", + "$id": "7832", "kind": "method", "name": "purpose", "serializedName": "purpose", "doc": "Only return files with the given purpose.", "type": { - "$id": "7827", + "$id": "7833", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103468,21 +103540,21 @@ "crossLanguageDefinitionId": "OpenAI.Files.listFiles" }, { - "$id": "7828", + "$id": "7834", "kind": "basic", "name": "UploadFile", "accessibility": "public", "apiVersions": [], "summary": "Upload a file that can be used across various endpoints. The size of all the files uploaded by\none organization can be up to 100 GB.\n\nThe size of individual files can be a maximum of 512 MB or 2 million tokens for Assistants. See\nthe [Assistants Tools guide](/docs/assistants/tools) to learn more about the types of files\nsupported. The Fine-tuning API only supports `.jsonl` files.\n\nPlease [contact us](https://help.openai.com/) if you need to increase these storage limits.", "operation": { - "$id": "7829", + "$id": "7835", "name": "UploadFile", "resourceName": "Files", "summary": "Upload a file that can be used across various endpoints. The size of all the files uploaded by\none organization can be up to 100 GB.\n\nThe size of individual files can be a maximum of 512 MB or 2 million tokens for Assistants. See\nthe [Assistants Tools guide](/docs/assistants/tools) to learn more about the types of files\nsupported. The Fine-tuning API only supports `.jsonl` files.\n\nPlease [contact us](https://help.openai.com/) if you need to increase these storage limits.", "accessibility": "public", "parameters": [ { - "$id": "7830", + "$id": "7836", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103498,7 +103570,7 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile.accept" }, { - "$id": "7831", + "$id": "7837", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -103514,7 +103586,7 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile.contentType" }, { - "$id": "7832", + "$id": "7838", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -103562,7 +103634,7 @@ }, "parameters": [ { - "$id": "7833", + "$id": "7839", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103579,7 +103651,7 @@ "decorators": [] }, { - "$id": "7834", + "$id": "7840", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -103596,7 +103668,7 @@ "decorators": [] }, { - "$id": "7835", + "$id": "7841", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -103624,21 +103696,21 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile" }, { - "$id": "7836", + "$id": "7842", "kind": "basic", "name": "deleteFile", "accessibility": "public", "apiVersions": [], "summary": "Delete a file", "operation": { - "$id": "7837", + "$id": "7843", "name": "deleteFile", "resourceName": "Files", "summary": "Delete a file", "accessibility": "public", "parameters": [ { - "$id": "7838", + "$id": "7844", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103654,13 +103726,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.deleteFile.accept" }, { - "$id": "7839", + "$id": "7845", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7840", + "$id": "7846", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103704,7 +103776,7 @@ }, "parameters": [ { - "$id": "7841", + "$id": "7847", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103721,13 +103793,13 @@ "decorators": [] }, { - "$id": "7842", + "$id": "7848", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7843", + "$id": "7849", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103754,21 +103826,21 @@ "crossLanguageDefinitionId": "OpenAI.Files.deleteFile" }, { - "$id": "7844", + "$id": "7850", "kind": "basic", "name": "GetFile", "accessibility": "public", "apiVersions": [], "summary": "Returns information about a specific file.", "operation": { - "$id": "7845", + "$id": "7851", "name": "GetFile", "resourceName": "Files", "summary": "Returns information about a specific file.", "accessibility": "public", "parameters": [ { - "$id": "7846", + "$id": "7852", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103784,13 +103856,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.retrieveFile.accept" }, { - "$id": "7847", + "$id": "7853", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7848", + "$id": "7854", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103834,7 +103906,7 @@ }, "parameters": [ { - "$id": "7849", + "$id": "7855", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103851,13 +103923,13 @@ "decorators": [] }, { - "$id": "7850", + "$id": "7856", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7851", + "$id": "7857", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103884,21 +103956,21 @@ "crossLanguageDefinitionId": "OpenAI.Files.retrieveFile" }, { - "$id": "7852", + "$id": "7858", "kind": "basic", "name": "downloadFile", "accessibility": "public", "apiVersions": [], "summary": "Returns the contents of the specified file.", "operation": { - "$id": "7853", + "$id": "7859", "name": "downloadFile", "resourceName": "Files", "summary": "Returns the contents of the specified file.", "accessibility": "public", "parameters": [ { - "$id": "7854", + "$id": "7860", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -103914,13 +103986,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.downloadFile.accept" }, { - "$id": "7855", + "$id": "7861", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7856", + "$id": "7862", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103944,7 +104016,7 @@ 200 ], "bodyType": { - "$id": "7857", + "$id": "7863", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -103969,7 +104041,7 @@ }, "parameters": [ { - "$id": "7858", + "$id": "7864", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -103986,13 +104058,13 @@ "decorators": [] }, { - "$id": "7859", + "$id": "7865", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "7860", + "$id": "7866", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104010,7 +104082,7 @@ ], "response": { "type": { - "$ref": "7857" + "$ref": "7863" } }, "isOverride": false, @@ -104021,13 +104093,13 @@ ], "parameters": [ { - "$id": "7861", + "$id": "7867", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7862", + "$id": "7868", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -104038,7 +104110,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7863", + "$id": "7869", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -104059,33 +104131,33 @@ } }, { - "$id": "7864", + "$id": "7870", "kind": "client", "name": "FineTuning", "namespace": "OpenAI", "methods": [ { - "$id": "7865", + "$id": "7871", "kind": "basic", "name": "listFineTuningCheckpointPermissions", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint.", "operation": { - "$id": "7866", + "$id": "7872", "name": "listFineTuningCheckpointPermissions", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint.", "accessibility": "public", "parameters": [ { - "$id": "7867", + "$id": "7873", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to get permissions for.", "type": { - "$id": "7868", + "$id": "7874", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104103,13 +104175,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningCheckpointPermissions.fine_tuned_model_checkpoint" }, { - "$id": "7869", + "$id": "7875", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7870", + "$id": "7876", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104124,13 +104196,13 @@ "readOnly": false }, { - "$id": "7871", + "$id": "7877", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7872", + "$id": "7878", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104145,7 +104217,7 @@ "readOnly": false }, { - "$id": "7873", + "$id": "7879", "kind": "query", "name": "order", "serializedName": "order", @@ -104162,13 +104234,13 @@ "readOnly": false }, { - "$id": "7874", + "$id": "7880", "kind": "query", "name": "project_id", "serializedName": "project_id", "doc": "The ID of the project to get permissions for.", "type": { - "$id": "7875", + "$id": "7881", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104183,7 +104255,7 @@ "readOnly": false }, { - "$id": "7876", + "$id": "7882", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -104225,13 +104297,13 @@ }, "parameters": [ { - "$id": "7877", + "$id": "7883", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to get permissions for.", "type": { - "$id": "7878", + "$id": "7884", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104247,13 +104319,13 @@ "decorators": [] }, { - "$id": "7879", + "$id": "7885", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "7880", + "$id": "7886", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104269,13 +104341,13 @@ "decorators": [] }, { - "$id": "7881", + "$id": "7887", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "7882", + "$id": "7888", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104291,7 +104363,7 @@ "decorators": [] }, { - "$id": "7883", + "$id": "7889", "kind": "method", "name": "order", "serializedName": "order", @@ -104309,13 +104381,13 @@ "decorators": [] }, { - "$id": "7884", + "$id": "7890", "kind": "method", "name": "project_id", "serializedName": "project_id", "doc": "The ID of the project to get permissions for.", "type": { - "$id": "7885", + "$id": "7891", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104331,7 +104403,7 @@ "decorators": [] }, { - "$id": "7886", + "$id": "7892", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -104359,27 +104431,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningCheckpointPermissions" }, { - "$id": "7887", + "$id": "7893", "kind": "basic", "name": "createFineTuningCheckpointPermission", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nThis enables organization owners to share fine-tuned models with other projects in their organization.", "operation": { - "$id": "7888", + "$id": "7894", "name": "createFineTuningCheckpointPermission", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nThis enables organization owners to share fine-tuned models with other projects in their organization.", "accessibility": "public", "parameters": [ { - "$id": "7889", + "$id": "7895", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to create a permission for.", "type": { - "$id": "7890", + "$id": "7896", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104397,7 +104469,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.fine_tuned_model_checkpoint" }, { - "$id": "7891", + "$id": "7897", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -104414,7 +104486,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.contentType" }, { - "$id": "7892", + "$id": "7898", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -104430,7 +104502,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.accept" }, { - "$id": "7893", + "$id": "7899", "kind": "body", "name": "createFineTuningCheckpointPermissionRequest", "serializedName": "createFineTuningCheckpointPermissionRequest", @@ -104478,13 +104550,13 @@ }, "parameters": [ { - "$id": "7894", + "$id": "7900", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to create a permission for.", "type": { - "$id": "7895", + "$id": "7901", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104500,7 +104572,7 @@ "decorators": [] }, { - "$id": "7896", + "$id": "7902", "kind": "method", "name": "project_ids", "serializedName": "project_ids", @@ -104518,7 +104590,7 @@ "decorators": [] }, { - "$id": "7897", + "$id": "7903", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -104536,7 +104608,7 @@ "decorators": [] }, { - "$id": "7898", + "$id": "7904", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -104564,27 +104636,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission" }, { - "$id": "7899", + "$id": "7905", "kind": "basic", "name": "deleteFineTuningCheckpointPermission", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.", "operation": { - "$id": "7900", + "$id": "7906", "name": "deleteFineTuningCheckpointPermission", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.", "accessibility": "public", "parameters": [ { - "$id": "7901", + "$id": "7907", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to delete a permission for.", "type": { - "$id": "7902", + "$id": "7908", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104602,13 +104674,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission.fine_tuned_model_checkpoint" }, { - "$id": "7903", + "$id": "7909", "kind": "path", "name": "permission_id", "serializedName": "permission_id", "doc": "The ID of the permission to delete.", "type": { - "$id": "7904", + "$id": "7910", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104626,7 +104698,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission.permission_id" }, { - "$id": "7905", + "$id": "7911", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -104668,13 +104740,13 @@ }, "parameters": [ { - "$id": "7906", + "$id": "7912", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to delete a permission for.", "type": { - "$id": "7907", + "$id": "7913", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104690,13 +104762,13 @@ "decorators": [] }, { - "$id": "7908", + "$id": "7914", "kind": "method", "name": "permission_id", "serializedName": "permission_id", "doc": "The ID of the permission to delete.", "type": { - "$id": "7909", + "$id": "7915", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104712,7 +104784,7 @@ "decorators": [] }, { - "$id": "7910", + "$id": "7916", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -104740,21 +104812,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission" }, { - "$id": "7911", + "$id": "7917", "kind": "basic", "name": "createFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Creates a fine-tuning job which begins the process of creating a new model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "operation": { - "$id": "7912", + "$id": "7918", "name": "createFineTuningJob", "resourceName": "FineTuning", "summary": "Creates a fine-tuning job which begins the process of creating a new model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "accessibility": "public", "parameters": [ { - "$id": "7913", + "$id": "7919", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -104770,7 +104842,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob.accept" }, { - "$id": "7914", + "$id": "7920", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -104787,7 +104859,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob.contentType" }, { - "$id": "7915", + "$id": "7921", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -104835,7 +104907,7 @@ }, "parameters": [ { - "$id": "7916", + "$id": "7922", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -104852,7 +104924,7 @@ "decorators": [] }, { - "$id": "7917", + "$id": "7923", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -104869,7 +104941,7 @@ "decorators": [] }, { - "$id": "7918", + "$id": "7924", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -104898,21 +104970,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob" }, { - "$id": "7919", + "$id": "7925", "kind": "basic", "name": "listPaginatedFineTuningJobs", "accessibility": "public", "apiVersions": [], "summary": "List your organization's fine-tuning jobs", "operation": { - "$id": "7920", + "$id": "7926", "name": "listPaginatedFineTuningJobs", "resourceName": "FineTuning", "summary": "List your organization's fine-tuning jobs", "accessibility": "public", "parameters": [ { - "$id": "7921", + "$id": "7927", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -104928,13 +105000,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listPaginatedFineTuningJobs.accept" }, { - "$id": "7922", + "$id": "7928", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last job from the previous pagination request.", "type": { - "$id": "7923", + "$id": "7929", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104949,13 +105021,13 @@ "readOnly": false }, { - "$id": "7924", + "$id": "7930", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of fine-tuning jobs to retrieve.", "type": { - "$id": "7925", + "$id": "7931", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104996,7 +105068,7 @@ }, "parameters": [ { - "$id": "7926", + "$id": "7932", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105013,13 +105085,13 @@ "decorators": [] }, { - "$id": "7927", + "$id": "7933", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last job from the previous pagination request.", "type": { - "$id": "7928", + "$id": "7934", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105035,13 +105107,13 @@ "decorators": [] }, { - "$id": "7929", + "$id": "7935", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of fine-tuning jobs to retrieve.", "type": { - "$id": "7930", + "$id": "7936", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105068,21 +105140,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listPaginatedFineTuningJobs" }, { - "$id": "7931", + "$id": "7937", "kind": "basic", "name": "retrieveFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Get info about a fine-tuning job.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "operation": { - "$id": "7932", + "$id": "7938", "name": "retrieveFineTuningJob", "resourceName": "FineTuning", "summary": "Get info about a fine-tuning job.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "accessibility": "public", "parameters": [ { - "$id": "7933", + "$id": "7939", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105098,13 +105170,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.retrieveFineTuningJob.accept" }, { - "$id": "7934", + "$id": "7940", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job.", "type": { - "$id": "7935", + "$id": "7941", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105148,7 +105220,7 @@ }, "parameters": [ { - "$id": "7936", + "$id": "7942", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105165,13 +105237,13 @@ "decorators": [] }, { - "$id": "7937", + "$id": "7943", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job.", "type": { - "$id": "7938", + "$id": "7944", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105198,21 +105270,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.retrieveFineTuningJob" }, { - "$id": "7939", + "$id": "7945", "kind": "basic", "name": "cancelFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Immediately cancel a fine-tune job.", "operation": { - "$id": "7940", + "$id": "7946", "name": "cancelFineTuningJob", "resourceName": "FineTuning", "summary": "Immediately cancel a fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "7941", + "$id": "7947", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105228,13 +105300,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.cancelFineTuningJob.accept" }, { - "$id": "7942", + "$id": "7948", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to cancel.", "type": { - "$id": "7943", + "$id": "7949", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105278,7 +105350,7 @@ }, "parameters": [ { - "$id": "7944", + "$id": "7950", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105295,13 +105367,13 @@ "decorators": [] }, { - "$id": "7945", + "$id": "7951", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to cancel.", "type": { - "$id": "7946", + "$id": "7952", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105328,21 +105400,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.cancelFineTuningJob" }, { - "$id": "7947", + "$id": "7953", "kind": "basic", "name": "listFineTuningJobCheckpoints", "accessibility": "public", "apiVersions": [], "summary": "List the checkpoints for a fine-tuning job.", "operation": { - "$id": "7948", + "$id": "7954", "name": "listFineTuningJobCheckpoints", "resourceName": "FineTuning", "summary": "List the checkpoints for a fine-tuning job.", "accessibility": "public", "parameters": [ { - "$id": "7949", + "$id": "7955", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105358,13 +105430,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints.accept" }, { - "$id": "7950", + "$id": "7956", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get checkpoints for.", "type": { - "$id": "7951", + "$id": "7957", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105382,13 +105454,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints.fine_tuning_job_id" }, { - "$id": "7952", + "$id": "7958", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last checkpoint ID from the previous pagination request.", "type": { - "$id": "7953", + "$id": "7959", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105403,13 +105475,13 @@ "readOnly": false }, { - "$id": "7954", + "$id": "7960", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of checkpoints to retrieve.", "type": { - "$id": "7955", + "$id": "7961", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105450,7 +105522,7 @@ }, "parameters": [ { - "$id": "7956", + "$id": "7962", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105467,13 +105539,13 @@ "decorators": [] }, { - "$id": "7957", + "$id": "7963", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get checkpoints for.", "type": { - "$id": "7958", + "$id": "7964", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105489,13 +105561,13 @@ "decorators": [] }, { - "$id": "7959", + "$id": "7965", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last checkpoint ID from the previous pagination request.", "type": { - "$id": "7960", + "$id": "7966", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105511,13 +105583,13 @@ "decorators": [] }, { - "$id": "7961", + "$id": "7967", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of checkpoints to retrieve.", "type": { - "$id": "7962", + "$id": "7968", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105544,21 +105616,21 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints" }, { - "$id": "7963", + "$id": "7969", "kind": "basic", "name": "listFineTuningEvents", "accessibility": "public", "apiVersions": [], "summary": "Get status updates for a fine-tuning job.", "operation": { - "$id": "7964", + "$id": "7970", "name": "listFineTuningEvents", "resourceName": "FineTuning", "summary": "Get status updates for a fine-tuning job.", "accessibility": "public", "parameters": [ { - "$id": "7965", + "$id": "7971", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105574,13 +105646,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents.accept" }, { - "$id": "7966", + "$id": "7972", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get events for.", "type": { - "$id": "7967", + "$id": "7973", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105598,13 +105670,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents.fine_tuning_job_id" }, { - "$id": "7968", + "$id": "7974", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last event from the previous pagination request.", "type": { - "$id": "7969", + "$id": "7975", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105619,13 +105691,13 @@ "readOnly": false }, { - "$id": "7970", + "$id": "7976", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of events to retrieve.", "type": { - "$id": "7971", + "$id": "7977", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105666,7 +105738,7 @@ }, "parameters": [ { - "$id": "7972", + "$id": "7978", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105683,13 +105755,13 @@ "decorators": [] }, { - "$id": "7973", + "$id": "7979", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get events for.", "type": { - "$id": "7974", + "$id": "7980", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105705,13 +105777,13 @@ "decorators": [] }, { - "$id": "7975", + "$id": "7981", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last event from the previous pagination request.", "type": { - "$id": "7976", + "$id": "7982", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105727,13 +105799,13 @@ "decorators": [] }, { - "$id": "7977", + "$id": "7983", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of events to retrieve.", "type": { - "$id": "7978", + "$id": "7984", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105760,27 +105832,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents" }, { - "$id": "7979", + "$id": "7985", "kind": "basic", "name": "pauseFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Pause a fine-tune job.", "operation": { - "$id": "7980", + "$id": "7986", "name": "pauseFineTuningJob", "resourceName": "FineTuning", "summary": "Pause a fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "7981", + "$id": "7987", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to pause.", "type": { - "$id": "7982", + "$id": "7988", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105798,7 +105870,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.pauseFineTuningJob.fine_tuning_job_id" }, { - "$id": "7983", + "$id": "7989", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105840,13 +105912,13 @@ }, "parameters": [ { - "$id": "7984", + "$id": "7990", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to pause.", "type": { - "$id": "7985", + "$id": "7991", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105862,7 +105934,7 @@ "decorators": [] }, { - "$id": "7986", + "$id": "7992", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -105890,27 +105962,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.pauseFineTuningJob" }, { - "$id": "7987", + "$id": "7993", "kind": "basic", "name": "resumeFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Resume a paused fine-tune job.", "operation": { - "$id": "7988", + "$id": "7994", "name": "resumeFineTuningJob", "resourceName": "FineTuning", "summary": "Resume a paused fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "7989", + "$id": "7995", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to resume.", "type": { - "$id": "7990", + "$id": "7996", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105928,7 +106000,7 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.resumeFineTuningJob.fine_tuning_job_id" }, { - "$id": "7991", + "$id": "7997", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -105970,13 +106042,13 @@ }, "parameters": [ { - "$id": "7992", + "$id": "7998", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to resume.", "type": { - "$id": "7993", + "$id": "7999", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105992,7 +106064,7 @@ "decorators": [] }, { - "$id": "7994", + "$id": "8000", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106022,13 +106094,13 @@ ], "parameters": [ { - "$id": "7995", + "$id": "8001", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "7996", + "$id": "8002", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -106039,7 +106111,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "7997", + "$id": "8003", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -106060,27 +106132,27 @@ } }, { - "$id": "7998", + "$id": "8004", "kind": "client", "name": "Graders", "namespace": "OpenAI", "methods": [ { - "$id": "7999", + "$id": "8005", "kind": "basic", "name": "runGrader", "accessibility": "public", "apiVersions": [], "summary": "Run a grader.", "operation": { - "$id": "8000", + "$id": "8006", "name": "runGrader", "resourceName": "Graders", "summary": "Run a grader.", "accessibility": "public", "parameters": [ { - "$id": "8001", + "$id": "8007", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -106097,7 +106169,7 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader.contentType" }, { - "$id": "8002", + "$id": "8008", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -106113,7 +106185,7 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader.accept" }, { - "$id": "8003", + "$id": "8009", "kind": "body", "name": "request", "serializedName": "request", @@ -106161,7 +106233,7 @@ }, "parameters": [ { - "$id": "8004", + "$id": "8010", "kind": "method", "name": "request", "serializedName": "request", @@ -106178,7 +106250,7 @@ "decorators": [] }, { - "$id": "8005", + "$id": "8011", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -106196,7 +106268,7 @@ "decorators": [] }, { - "$id": "8006", + "$id": "8012", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106224,21 +106296,21 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader" }, { - "$id": "8007", + "$id": "8013", "kind": "basic", "name": "validateGrader", "accessibility": "public", "apiVersions": [], "summary": "Validate a grader.", "operation": { - "$id": "8008", + "$id": "8014", "name": "validateGrader", "resourceName": "Graders", "summary": "Validate a grader.", "accessibility": "public", "parameters": [ { - "$id": "8009", + "$id": "8015", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -106255,7 +106327,7 @@ "crossLanguageDefinitionId": "OpenAI.Graders.validateGrader.contentType" }, { - "$id": "8010", + "$id": "8016", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -106271,7 +106343,7 @@ "crossLanguageDefinitionId": "OpenAI.Graders.validateGrader.accept" }, { - "$id": "8011", + "$id": "8017", "kind": "body", "name": "request", "serializedName": "request", @@ -106319,7 +106391,7 @@ }, "parameters": [ { - "$id": "8012", + "$id": "8018", "kind": "method", "name": "request", "serializedName": "request", @@ -106336,7 +106408,7 @@ "decorators": [] }, { - "$id": "8013", + "$id": "8019", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -106354,7 +106426,7 @@ "decorators": [] }, { - "$id": "8014", + "$id": "8020", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106384,13 +106456,13 @@ ], "parameters": [ { - "$id": "8015", + "$id": "8021", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8016", + "$id": "8022", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -106401,7 +106473,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8017", + "$id": "8023", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -106422,33 +106494,33 @@ } }, { - "$id": "8018", + "$id": "8024", "kind": "client", "name": "Evals", "namespace": "OpenAI", "methods": [ { - "$id": "8019", + "$id": "8025", "kind": "basic", "name": "listEvals", "accessibility": "public", "apiVersions": [], "summary": "List evaluations for a project.", "operation": { - "$id": "8020", + "$id": "8026", "name": "listEvals", "resourceName": "Evals", "summary": "List evaluations for a project.", "accessibility": "public", "parameters": [ { - "$id": "8021", + "$id": "8027", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last eval from the previous pagination request.", "type": { - "$id": "8022", + "$id": "8028", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106463,13 +106535,13 @@ "readOnly": false }, { - "$id": "8023", + "$id": "8029", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of evals to be returned in a single pagination response.", "type": { - "$id": "8024", + "$id": "8030", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106484,7 +106556,7 @@ "readOnly": false }, { - "$id": "8025", + "$id": "8031", "kind": "query", "name": "order", "serializedName": "order", @@ -106501,7 +106573,7 @@ "readOnly": false }, { - "$id": "8026", + "$id": "8032", "kind": "query", "name": "order_by", "serializedName": "order_by", @@ -106518,7 +106590,7 @@ "readOnly": false }, { - "$id": "8027", + "$id": "8033", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -106560,13 +106632,13 @@ }, "parameters": [ { - "$id": "8028", + "$id": "8034", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last eval from the previous pagination request.", "type": { - "$id": "8029", + "$id": "8035", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106582,13 +106654,13 @@ "decorators": [] }, { - "$id": "8030", + "$id": "8036", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of evals to be returned in a single pagination response.", "type": { - "$id": "8031", + "$id": "8037", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106604,7 +106676,7 @@ "decorators": [] }, { - "$id": "8032", + "$id": "8038", "kind": "method", "name": "order", "serializedName": "order", @@ -106622,7 +106694,7 @@ "decorators": [] }, { - "$id": "8033", + "$id": "8039", "kind": "method", "name": "order_by", "serializedName": "order_by", @@ -106640,7 +106712,7 @@ "decorators": [] }, { - "$id": "8034", + "$id": "8040", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106668,21 +106740,21 @@ "crossLanguageDefinitionId": "OpenAI.Evals.listEvals" }, { - "$id": "8035", + "$id": "8041", "kind": "basic", "name": "createEval", "accessibility": "public", "apiVersions": [], "doc": "Create the structure of an evaluation that can be used to test a model's\nperformance.\n\nAn evaluation is a set of testing criteria and a datasource. After\ncreating an evaluation, you can run it on different models and model\nparameters. We support several types of graders and datasources.\n\nFor more information, see the [Evals guide](/docs/guides/evals).", "operation": { - "$id": "8036", + "$id": "8042", "name": "createEval", "resourceName": "Evals", "doc": "Create the structure of an evaluation that can be used to test a model's\nperformance.\n\nAn evaluation is a set of testing criteria and a datasource. After\ncreating an evaluation, you can run it on different models and model\nparameters. We support several types of graders and datasources.\n\nFor more information, see the [Evals guide](/docs/guides/evals).", "accessibility": "public", "parameters": [ { - "$id": "8037", + "$id": "8043", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -106699,7 +106771,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval.contentType" }, { - "$id": "8038", + "$id": "8044", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -106715,7 +106787,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval.accept" }, { - "$id": "8039", + "$id": "8045", "kind": "body", "name": "body", "serializedName": "body", @@ -106763,7 +106835,7 @@ }, "parameters": [ { - "$id": "8040", + "$id": "8046", "kind": "method", "name": "body", "serializedName": "body", @@ -106780,7 +106852,7 @@ "decorators": [] }, { - "$id": "8041", + "$id": "8047", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -106798,7 +106870,7 @@ "decorators": [] }, { - "$id": "8042", + "$id": "8048", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106826,26 +106898,26 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval" }, { - "$id": "8043", + "$id": "8049", "kind": "basic", "name": "getEval", "accessibility": "public", "apiVersions": [], "summary": "Retrieve an evaluation by its ID.", "operation": { - "$id": "8044", + "$id": "8050", "name": "getEval", "resourceName": "Evals", "summary": "Retrieve an evaluation by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8045", + "$id": "8051", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "type": { - "$id": "8046", + "$id": "8052", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106863,7 +106935,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEval.eval_id" }, { - "$id": "8047", + "$id": "8053", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -106905,12 +106977,12 @@ }, "parameters": [ { - "$id": "8048", + "$id": "8054", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "type": { - "$id": "8049", + "$id": "8055", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106926,7 +106998,7 @@ "decorators": [] }, { - "$id": "8050", + "$id": "8056", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -106954,27 +107026,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEval" }, { - "$id": "8051", + "$id": "8057", "kind": "basic", "name": "updateEval", "accessibility": "public", "apiVersions": [], "doc": "Update select, mutable properties of a specified evaluation.", "operation": { - "$id": "8052", + "$id": "8058", "name": "updateEval", "resourceName": "Evals", "doc": "Update select, mutable properties of a specified evaluation.", "accessibility": "public", "parameters": [ { - "$id": "8053", + "$id": "8059", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to update.", "type": { - "$id": "8054", + "$id": "8060", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106992,7 +107064,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.eval_id" }, { - "$id": "8055", + "$id": "8061", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -107009,7 +107081,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.contentType" }, { - "$id": "8056", + "$id": "8062", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -107025,7 +107097,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.accept" }, { - "$id": "8057", + "$id": "8063", "kind": "body", "name": "body", "serializedName": "body", @@ -107073,13 +107145,13 @@ }, "parameters": [ { - "$id": "8058", + "$id": "8064", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to update.", "type": { - "$id": "8059", + "$id": "8065", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107095,7 +107167,7 @@ "decorators": [] }, { - "$id": "8060", + "$id": "8066", "kind": "method", "name": "body", "serializedName": "body", @@ -107112,7 +107184,7 @@ "decorators": [] }, { - "$id": "8061", + "$id": "8067", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -107130,7 +107202,7 @@ "decorators": [] }, { - "$id": "8062", + "$id": "8068", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -107158,27 +107230,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval" }, { - "$id": "8063", + "$id": "8069", "kind": "basic", "name": "deleteEval", "accessibility": "public", "apiVersions": [], "doc": "Delete a specified evaluation.", "operation": { - "$id": "8064", + "$id": "8070", "name": "deleteEval", "resourceName": "Evals", "doc": "Delete a specified evaluation.", "accessibility": "public", "parameters": [ { - "$id": "8065", + "$id": "8071", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to delete.", "type": { - "$id": "8066", + "$id": "8072", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107196,7 +107268,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEval.eval_id" }, { - "$id": "8067", + "$id": "8073", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -107238,13 +107310,13 @@ }, "parameters": [ { - "$id": "8068", + "$id": "8074", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to delete.", "type": { - "$id": "8069", + "$id": "8075", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107260,7 +107332,7 @@ "decorators": [] }, { - "$id": "8070", + "$id": "8076", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -107288,7 +107360,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEval" }, { - "$id": "8071", + "$id": "8077", "kind": "basic", "name": "getEvalRuns", "accessibility": "public", @@ -107296,7 +107368,7 @@ "doc": "Retrieve a list of runs for a specified evaluation.", "summary": "", "operation": { - "$id": "8072", + "$id": "8078", "name": "getEvalRuns", "resourceName": "Evals", "summary": "", @@ -107304,13 +107376,13 @@ "accessibility": "public", "parameters": [ { - "$id": "8073", + "$id": "8079", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to retrieve runs for.", "type": { - "$id": "8074", + "$id": "8080", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107328,13 +107400,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRuns.eval_id" }, { - "$id": "8075", + "$id": "8081", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last run from the previous pagination request.", "type": { - "$id": "8076", + "$id": "8082", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107349,13 +107421,13 @@ "readOnly": false }, { - "$id": "8077", + "$id": "8083", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of runs to be returned in a single pagination response.", "type": { - "$id": "8078", + "$id": "8084", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107370,7 +107442,7 @@ "readOnly": false }, { - "$id": "8079", + "$id": "8085", "kind": "query", "name": "order", "serializedName": "order", @@ -107387,7 +107459,7 @@ "readOnly": false }, { - "$id": "8080", + "$id": "8086", "kind": "query", "name": "status", "serializedName": "status", @@ -107404,7 +107476,7 @@ "readOnly": false }, { - "$id": "8081", + "$id": "8087", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -107446,13 +107518,13 @@ }, "parameters": [ { - "$id": "8082", + "$id": "8088", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to retrieve runs for.", "type": { - "$id": "8083", + "$id": "8089", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107468,13 +107540,13 @@ "decorators": [] }, { - "$id": "8084", + "$id": "8090", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last run from the previous pagination request.", "type": { - "$id": "8085", + "$id": "8091", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107490,13 +107562,13 @@ "decorators": [] }, { - "$id": "8086", + "$id": "8092", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of runs to be returned in a single pagination response.", "type": { - "$id": "8087", + "$id": "8093", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107512,7 +107584,7 @@ "decorators": [] }, { - "$id": "8088", + "$id": "8094", "kind": "method", "name": "order", "serializedName": "order", @@ -107530,7 +107602,7 @@ "decorators": [] }, { - "$id": "8089", + "$id": "8095", "kind": "method", "name": "status", "serializedName": "status", @@ -107548,7 +107620,7 @@ "decorators": [] }, { - "$id": "8090", + "$id": "8096", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -107576,27 +107648,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRuns" }, { - "$id": "8091", + "$id": "8097", "kind": "basic", "name": "createEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Create a new evaluation run, beginning the grading process.", "operation": { - "$id": "8092", + "$id": "8098", "name": "createEvalRun", "resourceName": "Evals", "doc": "Create a new evaluation run, beginning the grading process.", "accessibility": "public", "parameters": [ { - "$id": "8093", + "$id": "8099", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to run.", "type": { - "$id": "8094", + "$id": "8100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107614,7 +107686,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.eval_id" }, { - "$id": "8095", + "$id": "8101", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -107631,7 +107703,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.contentType" }, { - "$id": "8096", + "$id": "8102", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -107647,7 +107719,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.accept" }, { - "$id": "8097", + "$id": "8103", "kind": "body", "name": "body", "serializedName": "body", @@ -107695,13 +107767,13 @@ }, "parameters": [ { - "$id": "8098", + "$id": "8104", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to run.", "type": { - "$id": "8099", + "$id": "8105", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107717,7 +107789,7 @@ "decorators": [] }, { - "$id": "8100", + "$id": "8106", "kind": "method", "name": "body", "serializedName": "body", @@ -107734,7 +107806,7 @@ "decorators": [] }, { - "$id": "8101", + "$id": "8107", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -107752,7 +107824,7 @@ "decorators": [] }, { - "$id": "8102", + "$id": "8108", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -107780,27 +107852,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun" }, { - "$id": "8103", + "$id": "8109", "kind": "basic", "name": "getEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Retrieve a specific evaluation run by its ID.", "operation": { - "$id": "8104", + "$id": "8110", "name": "getEvalRun", "resourceName": "Evals", "doc": "Retrieve a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8105", + "$id": "8111", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8106", + "$id": "8112", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107818,13 +107890,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun.eval_id" }, { - "$id": "8107", + "$id": "8113", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve.", "type": { - "$id": "8108", + "$id": "8114", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107842,7 +107914,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun.run_id" }, { - "$id": "8109", + "$id": "8115", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -107884,13 +107956,13 @@ }, "parameters": [ { - "$id": "8110", + "$id": "8116", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8111", + "$id": "8117", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107906,13 +107978,13 @@ "decorators": [] }, { - "$id": "8112", + "$id": "8118", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve.", "type": { - "$id": "8113", + "$id": "8119", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107928,7 +108000,7 @@ "decorators": [] }, { - "$id": "8114", + "$id": "8120", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -107956,27 +108028,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun" }, { - "$id": "8115", + "$id": "8121", "kind": "basic", "name": "cancelEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Cancel a specific evaluation run by its ID.", "operation": { - "$id": "8116", + "$id": "8122", "name": "cancelEvalRun", "resourceName": "Evals", "doc": "Cancel a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8117", + "$id": "8123", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8118", + "$id": "8124", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107994,13 +108066,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun.eval_id" }, { - "$id": "8119", + "$id": "8125", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to cancel.", "type": { - "$id": "8120", + "$id": "8126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108018,7 +108090,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun.run_id" }, { - "$id": "8121", + "$id": "8127", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -108060,13 +108132,13 @@ }, "parameters": [ { - "$id": "8122", + "$id": "8128", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8123", + "$id": "8129", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108082,13 +108154,13 @@ "decorators": [] }, { - "$id": "8124", + "$id": "8130", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to cancel.", "type": { - "$id": "8125", + "$id": "8131", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108104,7 +108176,7 @@ "decorators": [] }, { - "$id": "8126", + "$id": "8132", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -108132,27 +108204,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun" }, { - "$id": "8127", + "$id": "8133", "kind": "basic", "name": "deleteEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Delete a specific evaluation run by its ID.", "operation": { - "$id": "8128", + "$id": "8134", "name": "deleteEvalRun", "resourceName": "Evals", "doc": "Delete a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8129", + "$id": "8135", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8130", + "$id": "8136", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108170,13 +108242,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun.eval_id" }, { - "$id": "8131", + "$id": "8137", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to delete.", "type": { - "$id": "8132", + "$id": "8138", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108194,7 +108266,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun.run_id" }, { - "$id": "8133", + "$id": "8139", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -108236,13 +108308,13 @@ }, "parameters": [ { - "$id": "8134", + "$id": "8140", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8135", + "$id": "8141", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108258,13 +108330,13 @@ "decorators": [] }, { - "$id": "8136", + "$id": "8142", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to delete.", "type": { - "$id": "8137", + "$id": "8143", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108280,7 +108352,7 @@ "decorators": [] }, { - "$id": "8138", + "$id": "8144", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -108308,27 +108380,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun" }, { - "$id": "8139", + "$id": "8145", "kind": "basic", "name": "getEvalRunOutputItems", "accessibility": "public", "apiVersions": [], "doc": "Get a list of output items for a specified evaluation run.", "operation": { - "$id": "8140", + "$id": "8146", "name": "getEvalRunOutputItems", "resourceName": "Evals", "doc": "Get a list of output items for a specified evaluation run.", "accessibility": "public", "parameters": [ { - "$id": "8141", + "$id": "8147", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8142", + "$id": "8148", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108346,13 +108418,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems.eval_id" }, { - "$id": "8143", + "$id": "8149", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve output items for.", "type": { - "$id": "8144", + "$id": "8150", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108370,13 +108442,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems.run_id" }, { - "$id": "8145", + "$id": "8151", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last output item from the previous pagination request.", "type": { - "$id": "8146", + "$id": "8152", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108391,13 +108463,13 @@ "readOnly": false }, { - "$id": "8147", + "$id": "8153", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of output items to be returned in a single pagination response.", "type": { - "$id": "8148", + "$id": "8154", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -108412,7 +108484,7 @@ "readOnly": false }, { - "$id": "8149", + "$id": "8155", "kind": "query", "name": "status", "serializedName": "status", @@ -108429,7 +108501,7 @@ "readOnly": false }, { - "$id": "8150", + "$id": "8156", "kind": "query", "name": "order", "serializedName": "order", @@ -108446,7 +108518,7 @@ "readOnly": false }, { - "$id": "8151", + "$id": "8157", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -108488,13 +108560,13 @@ }, "parameters": [ { - "$id": "8152", + "$id": "8158", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8153", + "$id": "8159", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108510,13 +108582,13 @@ "decorators": [] }, { - "$id": "8154", + "$id": "8160", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve output items for.", "type": { - "$id": "8155", + "$id": "8161", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108532,13 +108604,13 @@ "decorators": [] }, { - "$id": "8156", + "$id": "8162", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last output item from the previous pagination request.", "type": { - "$id": "8157", + "$id": "8163", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108554,13 +108626,13 @@ "decorators": [] }, { - "$id": "8158", + "$id": "8164", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of output items to be returned in a single pagination response.", "type": { - "$id": "8159", + "$id": "8165", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -108576,7 +108648,7 @@ "decorators": [] }, { - "$id": "8160", + "$id": "8166", "kind": "method", "name": "status", "serializedName": "status", @@ -108594,7 +108666,7 @@ "decorators": [] }, { - "$id": "8161", + "$id": "8167", "kind": "method", "name": "order", "serializedName": "order", @@ -108612,7 +108684,7 @@ "decorators": [] }, { - "$id": "8162", + "$id": "8168", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -108640,27 +108712,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems" }, { - "$id": "8163", + "$id": "8169", "kind": "basic", "name": "getEvalRunOutputItem", "accessibility": "public", "apiVersions": [], "doc": "Retrieve a specific output item from an evaluation run by its ID.", "operation": { - "$id": "8164", + "$id": "8170", "name": "getEvalRunOutputItem", "resourceName": "Evals", "doc": "Retrieve a specific output item from an evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8165", + "$id": "8171", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8166", + "$id": "8172", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108678,13 +108750,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.eval_id" }, { - "$id": "8167", + "$id": "8173", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run the output item belongs to.", "type": { - "$id": "8168", + "$id": "8174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108702,13 +108774,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.run_id" }, { - "$id": "8169", + "$id": "8175", "kind": "path", "name": "output_item_id", "serializedName": "output_item_id", "doc": "The ID of the output item to retrieve.", "type": { - "$id": "8170", + "$id": "8176", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108726,7 +108798,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.output_item_id" }, { - "$id": "8171", + "$id": "8177", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -108768,13 +108840,13 @@ }, "parameters": [ { - "$id": "8172", + "$id": "8178", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8173", + "$id": "8179", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108790,13 +108862,13 @@ "decorators": [] }, { - "$id": "8174", + "$id": "8180", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run the output item belongs to.", "type": { - "$id": "8175", + "$id": "8181", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108812,13 +108884,13 @@ "decorators": [] }, { - "$id": "8176", + "$id": "8182", "kind": "method", "name": "output_item_id", "serializedName": "output_item_id", "doc": "The ID of the output item to retrieve.", "type": { - "$id": "8177", + "$id": "8183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108834,7 +108906,7 @@ "decorators": [] }, { - "$id": "8178", + "$id": "8184", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -108864,13 +108936,13 @@ ], "parameters": [ { - "$id": "8179", + "$id": "8185", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8180", + "$id": "8186", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -108881,7 +108953,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8181", + "$id": "8187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -108902,27 +108974,27 @@ } }, { - "$id": "8182", + "$id": "8188", "kind": "client", "name": "Responses", "namespace": "OpenAI", "methods": [ { - "$id": "8183", + "$id": "8189", "kind": "basic", "name": "createResponse", "accessibility": "public", "apiVersions": [], "doc": "Creates a model response.", "operation": { - "$id": "8184", + "$id": "8190", "name": "createResponse", "resourceName": "Responses", "doc": "Creates a model response.", "accessibility": "public", "parameters": [ { - "$id": "8185", + "$id": "8191", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -108938,7 +109010,7 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse.accept" }, { - "$id": "8186", + "$id": "8192", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -108955,7 +109027,7 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse.contentType" }, { - "$id": "8187", + "$id": "8193", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -108980,7 +109052,19 @@ 200 ], "bodyType": { - "$ref": "4933" + "$id": "8194", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$ref": "4750" + }, + { + "$ref": "4933" + } + ], + "namespace": "", + "decorators": [] }, "headers": [ { @@ -109012,7 +109096,7 @@ }, "parameters": [ { - "$id": "8188", + "$id": "8195", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -109029,7 +109113,7 @@ "decorators": [] }, { - "$id": "8189", + "$id": "8196", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -109046,7 +109130,7 @@ "decorators": [] }, { - "$id": "8190", + "$id": "8197", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -109066,7 +109150,7 @@ ], "response": { "type": { - "$ref": "4933" + "$ref": "8194" } }, "isOverride": false, @@ -109075,27 +109159,27 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse" }, { - "$id": "8191", + "$id": "8198", "kind": "basic", "name": "getResponse", "accessibility": "public", "apiVersions": [], "doc": "Retrieves a model response with the given ID.", "operation": { - "$id": "8192", + "$id": "8199", "name": "getResponse", "resourceName": "Responses", "doc": "Retrieves a model response with the given ID.", "accessibility": "public", "parameters": [ { - "$id": "8193", + "$id": "8200", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8194", + "$id": "8201", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109113,7 +109197,7 @@ "crossLanguageDefinitionId": "OpenAI.Responses.getResponse.response_id" }, { - "$id": "8195", + "$id": "8202", "kind": "query", "name": "includables", "serializedName": "include[]", @@ -109129,13 +109213,13 @@ "readOnly": false }, { - "$id": "8196", + "$id": "8203", "kind": "query", "name": "stream", "serializedName": "stream", "doc": "If set to true, model response data will be streamed to the client as it is generated using server-sent events.", "type": { - "$id": "8197", + "$id": "8204", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -109150,13 +109234,13 @@ "readOnly": false }, { - "$id": "8198", + "$id": "8205", "kind": "query", "name": "starting_after", "serializedName": "starting_after", "doc": "The sequence number of the event after which to start streaming.", "type": { - "$id": "8199", + "$id": "8206", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109171,12 +109255,12 @@ "readOnly": false }, { - "$id": "8200", + "$id": "8207", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$id": "8201", + "$id": "8208", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109197,7 +109281,19 @@ 200 ], "bodyType": { - "$ref": "4933" + "$id": "8209", + "kind": "union", + "name": "", + "variantTypes": [ + { + "$ref": "4750" + }, + { + "$ref": "4933" + } + ], + "namespace": "", + "decorators": [] }, "headers": [ { @@ -109226,13 +109322,13 @@ }, "parameters": [ { - "$id": "8202", + "$id": "8210", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8203", + "$id": "8211", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109248,7 +109344,7 @@ "decorators": [] }, { - "$id": "8204", + "$id": "8212", "kind": "method", "name": "includables", "serializedName": "include[]", @@ -109265,13 +109361,13 @@ "decorators": [] }, { - "$id": "8205", + "$id": "8213", "kind": "method", "name": "stream", "serializedName": "stream", "doc": "If set to true, model response data will be streamed to the client as it is generated using server-sent events.", "type": { - "$id": "8206", + "$id": "8214", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -109287,13 +109383,13 @@ "decorators": [] }, { - "$id": "8207", + "$id": "8215", "kind": "method", "name": "starting_after", "serializedName": "starting_after", "doc": "The sequence number of the event after which to start streaming.", "type": { - "$id": "8208", + "$id": "8216", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109309,12 +109405,12 @@ "decorators": [] }, { - "$id": "8209", + "$id": "8217", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "8201" + "$ref": "8208" }, "location": "Header", "isApiVersion": false, @@ -109328,7 +109424,7 @@ ], "response": { "type": { - "$ref": "4933" + "$ref": "8209" } }, "isOverride": false, @@ -109337,25 +109433,25 @@ "crossLanguageDefinitionId": "OpenAI.Responses.getResponse" }, { - "$id": "8210", + "$id": "8218", "kind": "basic", "name": "deleteResponse", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8211", + "$id": "8219", "name": "deleteResponse", "resourceName": "Responses", "accessibility": "public", "parameters": [ { - "$id": "8212", + "$id": "8220", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to delete.", "type": { - "$id": "8213", + "$id": "8221", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109373,7 +109469,7 @@ "crossLanguageDefinitionId": "OpenAI.Responses.deleteResponse.response_id" }, { - "$id": "8214", + "$id": "8222", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -109415,13 +109511,13 @@ }, "parameters": [ { - "$id": "8215", + "$id": "8223", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to delete.", "type": { - "$id": "8216", + "$id": "8224", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109437,7 +109533,7 @@ "decorators": [] }, { - "$id": "8217", + "$id": "8225", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -109465,25 +109561,25 @@ "crossLanguageDefinitionId": "OpenAI.Responses.deleteResponse" }, { - "$id": "8218", + "$id": "8226", "kind": "basic", "name": "cancelResponse", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8219", + "$id": "8227", "name": "cancelResponse", "resourceName": "Responses", "accessibility": "public", "parameters": [ { - "$id": "8220", + "$id": "8228", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to cancel.", "type": { - "$id": "8221", + "$id": "8229", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109501,7 +109597,7 @@ "crossLanguageDefinitionId": "OpenAI.Responses.cancelResponse.response_id" }, { - "$id": "8222", + "$id": "8230", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -109543,13 +109639,13 @@ }, "parameters": [ { - "$id": "8223", + "$id": "8231", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to cancel.", "type": { - "$id": "8224", + "$id": "8232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109565,7 +109661,7 @@ "decorators": [] }, { - "$id": "8225", + "$id": "8233", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -109593,27 +109689,27 @@ "crossLanguageDefinitionId": "OpenAI.Responses.cancelResponse" }, { - "$id": "8226", + "$id": "8234", "kind": "paging", "name": "listInputItems", "accessibility": "public", "apiVersions": [], "doc": "Returns a list of input items for a given response.", "operation": { - "$id": "8227", + "$id": "8235", "name": "listInputItems", "resourceName": "Responses", "doc": "Returns a list of input items for a given response.", "accessibility": "public", "parameters": [ { - "$id": "8228", + "$id": "8236", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8229", + "$id": "8237", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109631,13 +109727,13 @@ "crossLanguageDefinitionId": "OpenAI.Responses.listInputItems.response_id" }, { - "$id": "8230", + "$id": "8238", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8231", + "$id": "8239", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109652,7 +109748,7 @@ "readOnly": false }, { - "$id": "8232", + "$id": "8240", "kind": "query", "name": "order", "serializedName": "order", @@ -109669,13 +109765,13 @@ "readOnly": false }, { - "$id": "8233", + "$id": "8241", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8234", + "$id": "8242", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109690,13 +109786,13 @@ "readOnly": false }, { - "$id": "8235", + "$id": "8243", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8236", + "$id": "8244", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109711,7 +109807,7 @@ "readOnly": false }, { - "$id": "8237", + "$id": "8245", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -109753,13 +109849,13 @@ }, "parameters": [ { - "$id": "8238", + "$id": "8246", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8239", + "$id": "8247", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109775,13 +109871,13 @@ "decorators": [] }, { - "$id": "8240", + "$id": "8248", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8241", + "$id": "8249", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109797,7 +109893,7 @@ "decorators": [] }, { - "$id": "8242", + "$id": "8250", "kind": "method", "name": "order", "serializedName": "order", @@ -109815,13 +109911,13 @@ "decorators": [] }, { - "$id": "8243", + "$id": "8251", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8244", + "$id": "8252", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109837,13 +109933,13 @@ "decorators": [] }, { - "$id": "8245", + "$id": "8253", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8246", + "$id": "8254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109859,7 +109955,7 @@ "decorators": [] }, { - "$id": "8247", + "$id": "8255", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -109894,7 +109990,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8233" + "$ref": "8241" }, "responseSegments": [ "last_id" @@ -109906,13 +110002,13 @@ ], "parameters": [ { - "$id": "8248", + "$id": "8256", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8249", + "$id": "8257", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -109923,7 +110019,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8250", + "$id": "8258", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -109944,27 +110040,27 @@ } }, { - "$id": "8251", + "$id": "8259", "kind": "client", "name": "Images", "namespace": "OpenAI", "methods": [ { - "$id": "8252", + "$id": "8260", "kind": "basic", "name": "GenerateImages", "accessibility": "public", "apiVersions": [], "summary": "Creates an image given a prompt", "operation": { - "$id": "8253", + "$id": "8261", "name": "GenerateImages", "resourceName": "Images", "summary": "Creates an image given a prompt", "accessibility": "public", "parameters": [ { - "$id": "8254", + "$id": "8262", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -109980,7 +110076,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage.accept" }, { - "$id": "8255", + "$id": "8263", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -109997,7 +110093,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage.contentType" }, { - "$id": "8256", + "$id": "8264", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -110045,7 +110141,7 @@ }, "parameters": [ { - "$id": "8257", + "$id": "8265", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -110062,7 +110158,7 @@ "decorators": [] }, { - "$id": "8258", + "$id": "8266", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -110079,7 +110175,7 @@ "decorators": [] }, { - "$id": "8259", + "$id": "8267", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -110108,21 +110204,21 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage" }, { - "$id": "8260", + "$id": "8268", "kind": "basic", "name": "GenerateImageEdits", "accessibility": "public", "apiVersions": [], "summary": "Creates an edited or extended image given an original image and a prompt.", "operation": { - "$id": "8261", + "$id": "8269", "name": "GenerateImageEdits", "resourceName": "Images", "summary": "Creates an edited or extended image given an original image and a prompt.", "accessibility": "public", "parameters": [ { - "$id": "8262", + "$id": "8270", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -110138,7 +110234,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit.accept" }, { - "$id": "8263", + "$id": "8271", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -110154,7 +110250,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit.contentType" }, { - "$id": "8264", + "$id": "8272", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -110202,7 +110298,7 @@ }, "parameters": [ { - "$id": "8265", + "$id": "8273", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -110219,7 +110315,7 @@ "decorators": [] }, { - "$id": "8266", + "$id": "8274", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -110236,7 +110332,7 @@ "decorators": [] }, { - "$id": "8267", + "$id": "8275", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -110264,21 +110360,21 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit" }, { - "$id": "8268", + "$id": "8276", "kind": "basic", "name": "GenerateImageVariations", "accessibility": "public", "apiVersions": [], "summary": "Creates an edited or extended image given an original image and a prompt.", "operation": { - "$id": "8269", + "$id": "8277", "name": "GenerateImageVariations", "resourceName": "Images", "summary": "Creates an edited or extended image given an original image and a prompt.", "accessibility": "public", "parameters": [ { - "$id": "8270", + "$id": "8278", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -110294,7 +110390,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageVariation.accept" }, { - "$id": "8271", + "$id": "8279", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -110310,7 +110406,7 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageVariation.contentType" }, { - "$id": "8272", + "$id": "8280", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -110358,7 +110454,7 @@ }, "parameters": [ { - "$id": "8273", + "$id": "8281", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -110375,7 +110471,7 @@ "decorators": [] }, { - "$id": "8274", + "$id": "8282", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -110392,7 +110488,7 @@ "decorators": [] }, { - "$id": "8275", + "$id": "8283", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -110422,13 +110518,13 @@ ], "parameters": [ { - "$id": "8276", + "$id": "8284", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8277", + "$id": "8285", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -110439,7 +110535,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8278", + "$id": "8286", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -110460,27 +110556,27 @@ } }, { - "$id": "8279", + "$id": "8287", "kind": "client", "name": "Messages", "namespace": "OpenAI", "methods": [ { - "$id": "8280", + "$id": "8288", "kind": "basic", "name": "createMessage", "accessibility": "public", "apiVersions": [], "summary": "Create a message.", "operation": { - "$id": "8281", + "$id": "8289", "name": "createMessage", "resourceName": "Messages", "summary": "Create a message.", "accessibility": "public", "parameters": [ { - "$id": "8282", + "$id": "8290", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -110496,7 +110592,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.accept" }, { - "$id": "8283", + "$id": "8291", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -110512,13 +110608,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.openAIBeta" }, { - "$id": "8284", + "$id": "8292", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to create a message for.", "type": { - "$id": "8285", + "$id": "8293", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110536,7 +110632,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.thread_id" }, { - "$id": "8286", + "$id": "8294", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -110553,7 +110649,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.contentType" }, { - "$id": "8287", + "$id": "8295", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -110601,7 +110697,7 @@ }, "parameters": [ { - "$id": "8288", + "$id": "8296", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -110618,7 +110714,7 @@ "decorators": [] }, { - "$id": "8289", + "$id": "8297", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -110635,13 +110731,13 @@ "decorators": [] }, { - "$id": "8290", + "$id": "8298", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to create a message for.", "type": { - "$id": "8291", + "$id": "8299", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110657,7 +110753,7 @@ "decorators": [] }, { - "$id": "8292", + "$id": "8300", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -110674,7 +110770,7 @@ "decorators": [] }, { - "$id": "8293", + "$id": "8301", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -110703,21 +110799,21 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage" }, { - "$id": "8294", + "$id": "8302", "kind": "paging", "name": "listMessages", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of messages for a given thread.", "operation": { - "$id": "8295", + "$id": "8303", "name": "listMessages", "resourceName": "Messages", "summary": "Returns a list of messages for a given thread.", "accessibility": "public", "parameters": [ { - "$id": "8296", + "$id": "8304", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -110733,7 +110829,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.accept" }, { - "$id": "8297", + "$id": "8305", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -110749,13 +110845,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.openAIBeta" }, { - "$id": "8298", + "$id": "8306", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) the messages belong to.", "type": { - "$id": "8299", + "$id": "8307", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110773,13 +110869,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.thread_id" }, { - "$id": "8300", + "$id": "8308", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8301", + "$id": "8309", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -110794,7 +110890,7 @@ "readOnly": false }, { - "$id": "8302", + "$id": "8310", "kind": "query", "name": "order", "serializedName": "order", @@ -110811,13 +110907,13 @@ "readOnly": false }, { - "$id": "8303", + "$id": "8311", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8304", + "$id": "8312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110832,13 +110928,13 @@ "readOnly": false }, { - "$id": "8305", + "$id": "8313", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8306", + "$id": "8314", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110879,7 +110975,7 @@ }, "parameters": [ { - "$id": "8307", + "$id": "8315", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -110896,7 +110992,7 @@ "decorators": [] }, { - "$id": "8308", + "$id": "8316", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -110913,13 +111009,13 @@ "decorators": [] }, { - "$id": "8309", + "$id": "8317", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) the messages belong to.", "type": { - "$id": "8310", + "$id": "8318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110935,13 +111031,13 @@ "decorators": [] }, { - "$id": "8311", + "$id": "8319", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8312", + "$id": "8320", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -110957,7 +111053,7 @@ "decorators": [] }, { - "$id": "8313", + "$id": "8321", "kind": "method", "name": "order", "serializedName": "order", @@ -110975,13 +111071,13 @@ "decorators": [] }, { - "$id": "8314", + "$id": "8322", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8315", + "$id": "8323", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110997,13 +111093,13 @@ "decorators": [] }, { - "$id": "8316", + "$id": "8324", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8317", + "$id": "8325", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111037,7 +111133,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8303" + "$ref": "8311" }, "responseSegments": [ "last_id" @@ -111047,21 +111143,21 @@ } }, { - "$id": "8318", + "$id": "8326", "kind": "basic", "name": "getMessage", "accessibility": "public", "apiVersions": [], "summary": "Retrieve a message.", "operation": { - "$id": "8319", + "$id": "8327", "name": "getMessage", "resourceName": "Messages", "summary": "Retrieve a message.", "accessibility": "public", "parameters": [ { - "$id": "8320", + "$id": "8328", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -111077,7 +111173,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.accept" }, { - "$id": "8321", + "$id": "8329", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111093,13 +111189,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.openAIBeta" }, { - "$id": "8322", + "$id": "8330", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this message belongs.", "type": { - "$id": "8323", + "$id": "8331", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111117,13 +111213,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.thread_id" }, { - "$id": "8324", + "$id": "8332", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to retrieve.", "type": { - "$id": "8325", + "$id": "8333", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111167,7 +111263,7 @@ }, "parameters": [ { - "$id": "8326", + "$id": "8334", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -111184,7 +111280,7 @@ "decorators": [] }, { - "$id": "8327", + "$id": "8335", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111201,13 +111297,13 @@ "decorators": [] }, { - "$id": "8328", + "$id": "8336", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this message belongs.", "type": { - "$id": "8329", + "$id": "8337", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111223,13 +111319,13 @@ "decorators": [] }, { - "$id": "8330", + "$id": "8338", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to retrieve.", "type": { - "$id": "8331", + "$id": "8339", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111256,21 +111352,21 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage" }, { - "$id": "8332", + "$id": "8340", "kind": "basic", "name": "modifyMessage", "accessibility": "public", "apiVersions": [], "summary": "Modifies a message.", "operation": { - "$id": "8333", + "$id": "8341", "name": "modifyMessage", "resourceName": "Messages", "summary": "Modifies a message.", "accessibility": "public", "parameters": [ { - "$id": "8334", + "$id": "8342", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -111286,7 +111382,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.accept" }, { - "$id": "8335", + "$id": "8343", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111302,13 +111398,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.openAIBeta" }, { - "$id": "8336", + "$id": "8344", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "8337", + "$id": "8345", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111326,13 +111422,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.thread_id" }, { - "$id": "8338", + "$id": "8346", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to modify.", "type": { - "$id": "8339", + "$id": "8347", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111350,7 +111446,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.message_id" }, { - "$id": "8340", + "$id": "8348", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -111367,7 +111463,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.contentType" }, { - "$id": "8341", + "$id": "8349", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -111415,7 +111511,7 @@ }, "parameters": [ { - "$id": "8342", + "$id": "8350", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -111432,7 +111528,7 @@ "decorators": [] }, { - "$id": "8343", + "$id": "8351", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111449,13 +111545,13 @@ "decorators": [] }, { - "$id": "8344", + "$id": "8352", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "8345", + "$id": "8353", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111471,13 +111567,13 @@ "decorators": [] }, { - "$id": "8346", + "$id": "8354", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to modify.", "type": { - "$id": "8347", + "$id": "8355", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111493,7 +111589,7 @@ "decorators": [] }, { - "$id": "8348", + "$id": "8356", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -111510,7 +111606,7 @@ "decorators": [] }, { - "$id": "8349", + "$id": "8357", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -111539,21 +111635,21 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage" }, { - "$id": "8350", + "$id": "8358", "kind": "basic", "name": "deleteMessage", "accessibility": "public", "apiVersions": [], "summary": "Deletes a message.", "operation": { - "$id": "8351", + "$id": "8359", "name": "deleteMessage", "resourceName": "Messages", "summary": "Deletes a message.", "accessibility": "public", "parameters": [ { - "$id": "8352", + "$id": "8360", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -111569,7 +111665,7 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.accept" }, { - "$id": "8353", + "$id": "8361", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111585,13 +111681,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.openAIBeta" }, { - "$id": "8354", + "$id": "8362", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "8355", + "$id": "8363", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111609,13 +111705,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.thread_id" }, { - "$id": "8356", + "$id": "8364", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to delete.", "type": { - "$id": "8357", + "$id": "8365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111659,7 +111755,7 @@ }, "parameters": [ { - "$id": "8358", + "$id": "8366", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -111676,7 +111772,7 @@ "decorators": [] }, { - "$id": "8359", + "$id": "8367", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -111693,13 +111789,13 @@ "decorators": [] }, { - "$id": "8360", + "$id": "8368", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "8361", + "$id": "8369", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111715,13 +111811,13 @@ "decorators": [] }, { - "$id": "8362", + "$id": "8370", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to delete.", "type": { - "$id": "8363", + "$id": "8371", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111750,13 +111846,13 @@ ], "parameters": [ { - "$id": "8364", + "$id": "8372", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8365", + "$id": "8373", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -111767,7 +111863,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8366", + "$id": "8374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -111788,27 +111884,27 @@ } }, { - "$id": "8367", + "$id": "8375", "kind": "client", "name": "Moderations", "namespace": "OpenAI", "methods": [ { - "$id": "8368", + "$id": "8376", "kind": "basic", "name": "ClassifyText", "accessibility": "public", "apiVersions": [], "summary": "Classifies if text is potentially harmful.", "operation": { - "$id": "8369", + "$id": "8377", "name": "ClassifyText", "resourceName": "Moderations", "summary": "Classifies if text is potentially harmful.", "accessibility": "public", "parameters": [ { - "$id": "8370", + "$id": "8378", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -111824,7 +111920,7 @@ "crossLanguageDefinitionId": "OpenAI.Moderations.createModeration.accept" }, { - "$id": "8371", + "$id": "8379", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -111841,7 +111937,7 @@ "crossLanguageDefinitionId": "OpenAI.Moderations.createModeration.contentType" }, { - "$id": "8372", + "$id": "8380", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -111889,7 +111985,7 @@ }, "parameters": [ { - "$id": "8373", + "$id": "8381", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -111906,7 +112002,7 @@ "decorators": [] }, { - "$id": "8374", + "$id": "8382", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -111923,7 +112019,7 @@ "decorators": [] }, { - "$id": "8375", + "$id": "8383", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -111954,13 +112050,13 @@ ], "parameters": [ { - "$id": "8376", + "$id": "8384", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8377", + "$id": "8385", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -111971,7 +112067,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8378", + "$id": "8386", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -111992,27 +112088,27 @@ } }, { - "$id": "8379", + "$id": "8387", "kind": "client", "name": "Runs", "namespace": "OpenAI", "methods": [ { - "$id": "8380", + "$id": "8388", "kind": "basic", "name": "createThreadAndRun", "accessibility": "public", "apiVersions": [], "summary": "Create a thread and run it in one request.", "operation": { - "$id": "8381", + "$id": "8389", "name": "createThreadAndRun", "resourceName": "Runs", "summary": "Create a thread and run it in one request.", "accessibility": "public", "parameters": [ { - "$id": "8382", + "$id": "8390", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -112028,7 +112124,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.accept" }, { - "$id": "8383", + "$id": "8391", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112044,7 +112140,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.openAIBeta" }, { - "$id": "8384", + "$id": "8392", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -112061,7 +112157,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.contentType" }, { - "$id": "8385", + "$id": "8393", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -112109,7 +112205,7 @@ }, "parameters": [ { - "$id": "8386", + "$id": "8394", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -112126,7 +112222,7 @@ "decorators": [] }, { - "$id": "8387", + "$id": "8395", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112143,7 +112239,7 @@ "decorators": [] }, { - "$id": "8388", + "$id": "8396", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -112160,7 +112256,7 @@ "decorators": [] }, { - "$id": "8389", + "$id": "8397", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -112189,21 +112285,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun" }, { - "$id": "8390", + "$id": "8398", "kind": "basic", "name": "createRun", "accessibility": "public", "apiVersions": [], "summary": "Create a run.", "operation": { - "$id": "8391", + "$id": "8399", "name": "createRun", "resourceName": "Runs", "summary": "Create a run.", "accessibility": "public", "parameters": [ { - "$id": "8392", + "$id": "8400", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -112219,7 +112315,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.accept" }, { - "$id": "8393", + "$id": "8401", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112235,13 +112331,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.openAIBeta" }, { - "$id": "8394", + "$id": "8402", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to run.", "type": { - "$id": "8395", + "$id": "8403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112259,13 +112355,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.thread_id" }, { - "$id": "8396", + "$id": "8404", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$id": "8397", + "$id": "8405", "kind": "array", "name": "ArrayIncludedRunStepProperty", "valueType": { @@ -112284,7 +112380,7 @@ "readOnly": false }, { - "$id": "8398", + "$id": "8406", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -112301,7 +112397,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.contentType" }, { - "$id": "8399", + "$id": "8407", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -112349,7 +112445,7 @@ }, "parameters": [ { - "$id": "8400", + "$id": "8408", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -112366,7 +112462,7 @@ "decorators": [] }, { - "$id": "8401", + "$id": "8409", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112383,13 +112479,13 @@ "decorators": [] }, { - "$id": "8402", + "$id": "8410", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to run.", "type": { - "$id": "8403", + "$id": "8411", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112405,13 +112501,13 @@ "decorators": [] }, { - "$id": "8404", + "$id": "8412", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "8397" + "$ref": "8405" }, "location": "Query", "isApiVersion": false, @@ -112423,7 +112519,7 @@ "decorators": [] }, { - "$id": "8405", + "$id": "8413", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -112440,7 +112536,7 @@ "decorators": [] }, { - "$id": "8406", + "$id": "8414", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -112469,21 +112565,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun" }, { - "$id": "8407", + "$id": "8415", "kind": "paging", "name": "listRuns", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of runs belonging to a thread.", "operation": { - "$id": "8408", + "$id": "8416", "name": "listRuns", "resourceName": "Runs", "summary": "Returns a list of runs belonging to a thread.", "accessibility": "public", "parameters": [ { - "$id": "8409", + "$id": "8417", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -112499,7 +112595,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.accept" }, { - "$id": "8410", + "$id": "8418", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112515,13 +112611,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.openAIBeta" }, { - "$id": "8411", + "$id": "8419", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run belongs to.", "type": { - "$id": "8412", + "$id": "8420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112539,13 +112635,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.thread_id" }, { - "$id": "8413", + "$id": "8421", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8414", + "$id": "8422", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -112560,7 +112656,7 @@ "readOnly": false }, { - "$id": "8415", + "$id": "8423", "kind": "query", "name": "order", "serializedName": "order", @@ -112577,13 +112673,13 @@ "readOnly": false }, { - "$id": "8416", + "$id": "8424", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8417", + "$id": "8425", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112598,13 +112694,13 @@ "readOnly": false }, { - "$id": "8418", + "$id": "8426", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8419", + "$id": "8427", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112645,7 +112741,7 @@ }, "parameters": [ { - "$id": "8420", + "$id": "8428", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -112662,7 +112758,7 @@ "decorators": [] }, { - "$id": "8421", + "$id": "8429", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112679,13 +112775,13 @@ "decorators": [] }, { - "$id": "8422", + "$id": "8430", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run belongs to.", "type": { - "$id": "8423", + "$id": "8431", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112701,13 +112797,13 @@ "decorators": [] }, { - "$id": "8424", + "$id": "8432", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8425", + "$id": "8433", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -112723,7 +112819,7 @@ "decorators": [] }, { - "$id": "8426", + "$id": "8434", "kind": "method", "name": "order", "serializedName": "order", @@ -112741,13 +112837,13 @@ "decorators": [] }, { - "$id": "8427", + "$id": "8435", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8428", + "$id": "8436", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112763,13 +112859,13 @@ "decorators": [] }, { - "$id": "8429", + "$id": "8437", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8430", + "$id": "8438", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112803,7 +112899,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8416" + "$ref": "8424" }, "responseSegments": [ "last_id" @@ -112813,21 +112909,21 @@ } }, { - "$id": "8431", + "$id": "8439", "kind": "basic", "name": "getRun", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a run.", "operation": { - "$id": "8432", + "$id": "8440", "name": "getRun", "resourceName": "Runs", "summary": "Retrieves a run.", "accessibility": "public", "parameters": [ { - "$id": "8433", + "$id": "8441", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -112843,7 +112939,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.accept" }, { - "$id": "8434", + "$id": "8442", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112859,13 +112955,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.openAIBeta" }, { - "$id": "8435", + "$id": "8443", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "8436", + "$id": "8444", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112883,13 +112979,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.thread_id" }, { - "$id": "8437", + "$id": "8445", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to retrieve.", "type": { - "$id": "8438", + "$id": "8446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112933,7 +113029,7 @@ }, "parameters": [ { - "$id": "8439", + "$id": "8447", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -112950,7 +113046,7 @@ "decorators": [] }, { - "$id": "8440", + "$id": "8448", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -112967,13 +113063,13 @@ "decorators": [] }, { - "$id": "8441", + "$id": "8449", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "8442", + "$id": "8450", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112989,13 +113085,13 @@ "decorators": [] }, { - "$id": "8443", + "$id": "8451", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to retrieve.", "type": { - "$id": "8444", + "$id": "8452", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113022,21 +113118,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun" }, { - "$id": "8445", + "$id": "8453", "kind": "basic", "name": "modifyRun", "accessibility": "public", "apiVersions": [], "summary": "Modifies a run.", "operation": { - "$id": "8446", + "$id": "8454", "name": "modifyRun", "resourceName": "Runs", "summary": "Modifies a run.", "accessibility": "public", "parameters": [ { - "$id": "8447", + "$id": "8455", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -113052,7 +113148,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.accept" }, { - "$id": "8448", + "$id": "8456", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113068,13 +113164,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.openAIBeta" }, { - "$id": "8449", + "$id": "8457", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "8450", + "$id": "8458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113092,13 +113188,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.thread_id" }, { - "$id": "8451", + "$id": "8459", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to modify.", "type": { - "$id": "8452", + "$id": "8460", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113116,7 +113212,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.run_id" }, { - "$id": "8453", + "$id": "8461", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -113133,7 +113229,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.contentType" }, { - "$id": "8454", + "$id": "8462", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -113181,7 +113277,7 @@ }, "parameters": [ { - "$id": "8455", + "$id": "8463", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -113198,7 +113294,7 @@ "decorators": [] }, { - "$id": "8456", + "$id": "8464", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113215,13 +113311,13 @@ "decorators": [] }, { - "$id": "8457", + "$id": "8465", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "8458", + "$id": "8466", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113237,13 +113333,13 @@ "decorators": [] }, { - "$id": "8459", + "$id": "8467", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to modify.", "type": { - "$id": "8460", + "$id": "8468", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113259,7 +113355,7 @@ "decorators": [] }, { - "$id": "8461", + "$id": "8469", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -113276,7 +113372,7 @@ "decorators": [] }, { - "$id": "8462", + "$id": "8470", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -113305,21 +113401,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun" }, { - "$id": "8463", + "$id": "8471", "kind": "basic", "name": "cancelRun", "accessibility": "public", "apiVersions": [], "summary": "Cancels a run that is `in_progress`.", "operation": { - "$id": "8464", + "$id": "8472", "name": "cancelRun", "resourceName": "Runs", "summary": "Cancels a run that is `in_progress`.", "accessibility": "public", "parameters": [ { - "$id": "8465", + "$id": "8473", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -113335,7 +113431,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.accept" }, { - "$id": "8466", + "$id": "8474", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113351,13 +113447,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.openAIBeta" }, { - "$id": "8467", + "$id": "8475", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this run belongs.", "type": { - "$id": "8468", + "$id": "8476", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113375,13 +113471,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.thread_id" }, { - "$id": "8469", + "$id": "8477", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to cancel.", "type": { - "$id": "8470", + "$id": "8478", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113425,7 +113521,7 @@ }, "parameters": [ { - "$id": "8471", + "$id": "8479", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -113442,7 +113538,7 @@ "decorators": [] }, { - "$id": "8472", + "$id": "8480", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113459,13 +113555,13 @@ "decorators": [] }, { - "$id": "8473", + "$id": "8481", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this run belongs.", "type": { - "$id": "8474", + "$id": "8482", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113481,13 +113577,13 @@ "decorators": [] }, { - "$id": "8475", + "$id": "8483", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to cancel.", "type": { - "$id": "8476", + "$id": "8484", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113514,21 +113610,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun" }, { - "$id": "8477", + "$id": "8485", "kind": "basic", "name": "submitToolOutputsToRun", "accessibility": "public", "apiVersions": [], "summary": "When a run has the `status: \"requires_action\"` and `required_action.type` is\n`submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once\nthey're all completed. All outputs must be submitted in a single request.", "operation": { - "$id": "8478", + "$id": "8486", "name": "submitToolOutputsToRun", "resourceName": "Runs", "summary": "When a run has the `status: \"requires_action\"` and `required_action.type` is\n`submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once\nthey're all completed. All outputs must be submitted in a single request.", "accessibility": "public", "parameters": [ { - "$id": "8479", + "$id": "8487", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -113544,7 +113640,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.accept" }, { - "$id": "8480", + "$id": "8488", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113560,13 +113656,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.openAIBeta" }, { - "$id": "8481", + "$id": "8489", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this run belongs.", "type": { - "$id": "8482", + "$id": "8490", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113584,13 +113680,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.thread_id" }, { - "$id": "8483", + "$id": "8491", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run that requires the tool output submission.", "type": { - "$id": "8484", + "$id": "8492", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113608,7 +113704,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.run_id" }, { - "$id": "8485", + "$id": "8493", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -113625,7 +113721,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.contentType" }, { - "$id": "8486", + "$id": "8494", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -113673,7 +113769,7 @@ }, "parameters": [ { - "$id": "8487", + "$id": "8495", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -113690,7 +113786,7 @@ "decorators": [] }, { - "$id": "8488", + "$id": "8496", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113707,13 +113803,13 @@ "decorators": [] }, { - "$id": "8489", + "$id": "8497", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this run belongs.", "type": { - "$id": "8490", + "$id": "8498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113729,13 +113825,13 @@ "decorators": [] }, { - "$id": "8491", + "$id": "8499", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run that requires the tool output submission.", "type": { - "$id": "8492", + "$id": "8500", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113751,7 +113847,7 @@ "decorators": [] }, { - "$id": "8493", + "$id": "8501", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -113768,7 +113864,7 @@ "decorators": [] }, { - "$id": "8494", + "$id": "8502", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -113797,21 +113893,21 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun" }, { - "$id": "8495", + "$id": "8503", "kind": "paging", "name": "listRunSteps", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of run steps belonging to a run.", "operation": { - "$id": "8496", + "$id": "8504", "name": "listRunSteps", "resourceName": "Runs", "summary": "Returns a list of run steps belonging to a run.", "accessibility": "public", "parameters": [ { - "$id": "8497", + "$id": "8505", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -113827,7 +113923,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.accept" }, { - "$id": "8498", + "$id": "8506", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -113843,13 +113939,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.openAIBeta" }, { - "$id": "8499", + "$id": "8507", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run and run steps belong to.", "type": { - "$id": "8500", + "$id": "8508", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113867,13 +113963,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.thread_id" }, { - "$id": "8501", + "$id": "8509", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run the run steps belong to.", "type": { - "$id": "8502", + "$id": "8510", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113891,13 +113987,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.run_id" }, { - "$id": "8503", + "$id": "8511", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8504", + "$id": "8512", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -113912,7 +114008,7 @@ "readOnly": false }, { - "$id": "8505", + "$id": "8513", "kind": "query", "name": "order", "serializedName": "order", @@ -113929,13 +114025,13 @@ "readOnly": false }, { - "$id": "8506", + "$id": "8514", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8507", + "$id": "8515", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113950,13 +114046,13 @@ "readOnly": false }, { - "$id": "8508", + "$id": "8516", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8509", + "$id": "8517", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113971,13 +114067,13 @@ "readOnly": false }, { - "$id": "8510", + "$id": "8518", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "8397" + "$ref": "8405" }, "isApiVersion": false, "explode": false, @@ -114015,7 +114111,7 @@ }, "parameters": [ { - "$id": "8511", + "$id": "8519", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -114032,7 +114128,7 @@ "decorators": [] }, { - "$id": "8512", + "$id": "8520", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114049,13 +114145,13 @@ "decorators": [] }, { - "$id": "8513", + "$id": "8521", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run and run steps belong to.", "type": { - "$id": "8514", + "$id": "8522", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114071,13 +114167,13 @@ "decorators": [] }, { - "$id": "8515", + "$id": "8523", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run the run steps belong to.", "type": { - "$id": "8516", + "$id": "8524", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114093,13 +114189,13 @@ "decorators": [] }, { - "$id": "8517", + "$id": "8525", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8518", + "$id": "8526", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -114115,7 +114211,7 @@ "decorators": [] }, { - "$id": "8519", + "$id": "8527", "kind": "method", "name": "order", "serializedName": "order", @@ -114133,13 +114229,13 @@ "decorators": [] }, { - "$id": "8520", + "$id": "8528", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8521", + "$id": "8529", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114155,13 +114251,13 @@ "decorators": [] }, { - "$id": "8522", + "$id": "8530", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8523", + "$id": "8531", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114177,13 +114273,13 @@ "decorators": [] }, { - "$id": "8524", + "$id": "8532", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "8397" + "$ref": "8405" }, "location": "Query", "isApiVersion": false, @@ -114213,7 +114309,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8506" + "$ref": "8514" }, "responseSegments": [ "last_id" @@ -114223,21 +114319,21 @@ } }, { - "$id": "8525", + "$id": "8533", "kind": "basic", "name": "getRunStep", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a run step.", "operation": { - "$id": "8526", + "$id": "8534", "name": "getRunStep", "resourceName": "Runs", "summary": "Retrieves a run step.", "accessibility": "public", "parameters": [ { - "$id": "8527", + "$id": "8535", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -114253,7 +114349,7 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.accept" }, { - "$id": "8528", + "$id": "8536", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114269,13 +114365,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.openAIBeta" }, { - "$id": "8529", + "$id": "8537", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which the run and run step belongs.", "type": { - "$id": "8530", + "$id": "8538", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114293,13 +114389,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.thread_id" }, { - "$id": "8531", + "$id": "8539", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to which the run step belongs.", "type": { - "$id": "8532", + "$id": "8540", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114317,13 +114413,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.run_id" }, { - "$id": "8533", + "$id": "8541", "kind": "path", "name": "step_id", "serializedName": "step_id", "doc": "The ID of the run step to retrieve.", "type": { - "$id": "8534", + "$id": "8542", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114341,13 +114437,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.step_id" }, { - "$id": "8535", + "$id": "8543", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "8397" + "$ref": "8405" }, "isApiVersion": false, "explode": false, @@ -114385,7 +114481,7 @@ }, "parameters": [ { - "$id": "8536", + "$id": "8544", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -114402,7 +114498,7 @@ "decorators": [] }, { - "$id": "8537", + "$id": "8545", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114419,13 +114515,13 @@ "decorators": [] }, { - "$id": "8538", + "$id": "8546", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which the run and run step belongs.", "type": { - "$id": "8539", + "$id": "8547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114441,13 +114537,13 @@ "decorators": [] }, { - "$id": "8540", + "$id": "8548", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to which the run step belongs.", "type": { - "$id": "8541", + "$id": "8549", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114463,13 +114559,13 @@ "decorators": [] }, { - "$id": "8542", + "$id": "8550", "kind": "method", "name": "step_id", "serializedName": "step_id", "doc": "The ID of the run step to retrieve.", "type": { - "$id": "8543", + "$id": "8551", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114485,13 +114581,13 @@ "decorators": [] }, { - "$id": "8544", + "$id": "8552", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "8397" + "$ref": "8405" }, "location": "Query", "isApiVersion": false, @@ -114516,13 +114612,13 @@ ], "parameters": [ { - "$id": "8545", + "$id": "8553", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8546", + "$id": "8554", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -114533,7 +114629,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8547", + "$id": "8555", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -114554,27 +114650,27 @@ } }, { - "$id": "8548", + "$id": "8556", "kind": "client", "name": "Threads", "namespace": "OpenAI", "methods": [ { - "$id": "8549", + "$id": "8557", "kind": "basic", "name": "createThread", "accessibility": "public", "apiVersions": [], "summary": "Create a thread.", "operation": { - "$id": "8550", + "$id": "8558", "name": "createThread", "resourceName": "Threads", "summary": "Create a thread.", "accessibility": "public", "parameters": [ { - "$id": "8551", + "$id": "8559", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -114590,7 +114686,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.accept" }, { - "$id": "8552", + "$id": "8560", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114606,7 +114702,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.openAIBeta" }, { - "$id": "8553", + "$id": "8561", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -114623,7 +114719,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.contentType" }, { - "$id": "8554", + "$id": "8562", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -114671,7 +114767,7 @@ }, "parameters": [ { - "$id": "8555", + "$id": "8563", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -114688,7 +114784,7 @@ "decorators": [] }, { - "$id": "8556", + "$id": "8564", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114705,7 +114801,7 @@ "decorators": [] }, { - "$id": "8557", + "$id": "8565", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -114722,7 +114818,7 @@ "decorators": [] }, { - "$id": "8558", + "$id": "8566", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -114751,21 +114847,21 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread" }, { - "$id": "8559", + "$id": "8567", "kind": "basic", "name": "getThread", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a thread.", "operation": { - "$id": "8560", + "$id": "8568", "name": "getThread", "resourceName": "Threads", "summary": "Retrieves a thread.", "accessibility": "public", "parameters": [ { - "$id": "8561", + "$id": "8569", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -114781,7 +114877,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread.accept" }, { - "$id": "8562", + "$id": "8570", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114797,13 +114893,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread.openAIBeta" }, { - "$id": "8563", + "$id": "8571", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to retrieve.", "type": { - "$id": "8564", + "$id": "8572", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114847,7 +114943,7 @@ }, "parameters": [ { - "$id": "8565", + "$id": "8573", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -114864,7 +114960,7 @@ "decorators": [] }, { - "$id": "8566", + "$id": "8574", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114881,13 +114977,13 @@ "decorators": [] }, { - "$id": "8567", + "$id": "8575", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to retrieve.", "type": { - "$id": "8568", + "$id": "8576", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114914,21 +115010,21 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread" }, { - "$id": "8569", + "$id": "8577", "kind": "basic", "name": "modifyThread", "accessibility": "public", "apiVersions": [], "summary": "Modifies a thread.", "operation": { - "$id": "8570", + "$id": "8578", "name": "modifyThread", "resourceName": "Threads", "summary": "Modifies a thread.", "accessibility": "public", "parameters": [ { - "$id": "8571", + "$id": "8579", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -114944,7 +115040,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.accept" }, { - "$id": "8572", + "$id": "8580", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -114960,13 +115056,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.openAIBeta" }, { - "$id": "8573", + "$id": "8581", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to modify. Only the `metadata` can be modified.", "type": { - "$id": "8574", + "$id": "8582", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114984,7 +115080,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.thread_id" }, { - "$id": "8575", + "$id": "8583", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -115001,7 +115097,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.contentType" }, { - "$id": "8576", + "$id": "8584", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -115049,7 +115145,7 @@ }, "parameters": [ { - "$id": "8577", + "$id": "8585", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -115066,7 +115162,7 @@ "decorators": [] }, { - "$id": "8578", + "$id": "8586", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -115083,13 +115179,13 @@ "decorators": [] }, { - "$id": "8579", + "$id": "8587", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to modify. Only the `metadata` can be modified.", "type": { - "$id": "8580", + "$id": "8588", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115105,7 +115201,7 @@ "decorators": [] }, { - "$id": "8581", + "$id": "8589", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -115122,7 +115218,7 @@ "decorators": [] }, { - "$id": "8582", + "$id": "8590", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -115151,21 +115247,21 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread" }, { - "$id": "8583", + "$id": "8591", "kind": "basic", "name": "deleteThread", "accessibility": "public", "apiVersions": [], "summary": "Delete a thread.", "operation": { - "$id": "8584", + "$id": "8592", "name": "deleteThread", "resourceName": "Threads", "summary": "Delete a thread.", "accessibility": "public", "parameters": [ { - "$id": "8585", + "$id": "8593", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -115181,7 +115277,7 @@ "crossLanguageDefinitionId": "OpenAI.Threads.deleteThread.accept" }, { - "$id": "8586", + "$id": "8594", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -115197,13 +115293,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.deleteThread.openAIBeta" }, { - "$id": "8587", + "$id": "8595", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to delete.", "type": { - "$id": "8588", + "$id": "8596", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115247,7 +115343,7 @@ }, "parameters": [ { - "$id": "8589", + "$id": "8597", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -115264,7 +115360,7 @@ "decorators": [] }, { - "$id": "8590", + "$id": "8598", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -115281,13 +115377,13 @@ "decorators": [] }, { - "$id": "8591", + "$id": "8599", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to delete.", "type": { - "$id": "8592", + "$id": "8600", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115316,13 +115412,13 @@ ], "parameters": [ { - "$id": "8593", + "$id": "8601", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8594", + "$id": "8602", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -115333,7 +115429,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8595", + "$id": "8603", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -115354,27 +115450,27 @@ } }, { - "$id": "8596", + "$id": "8604", "kind": "client", "name": "VectorStores", "namespace": "OpenAI", "methods": [ { - "$id": "8597", + "$id": "8605", "kind": "paging", "name": "GetVectorStores", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector stores.", "operation": { - "$id": "8598", + "$id": "8606", "name": "GetVectorStores", "resourceName": "VectorStores", "summary": "Returns a list of vector stores.", "accessibility": "public", "parameters": [ { - "$id": "8599", + "$id": "8607", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -115390,13 +115486,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStores.accept" }, { - "$id": "8600", + "$id": "8608", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8601", + "$id": "8609", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115411,7 +115507,7 @@ "readOnly": false }, { - "$id": "8602", + "$id": "8610", "kind": "query", "name": "order", "serializedName": "order", @@ -115428,13 +115524,13 @@ "readOnly": false }, { - "$id": "8603", + "$id": "8611", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8604", + "$id": "8612", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115449,13 +115545,13 @@ "readOnly": false }, { - "$id": "8605", + "$id": "8613", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8606", + "$id": "8614", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115496,7 +115592,7 @@ }, "parameters": [ { - "$id": "8607", + "$id": "8615", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -115513,13 +115609,13 @@ "decorators": [] }, { - "$id": "8608", + "$id": "8616", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8609", + "$id": "8617", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115535,7 +115631,7 @@ "decorators": [] }, { - "$id": "8610", + "$id": "8618", "kind": "method", "name": "order", "serializedName": "order", @@ -115553,13 +115649,13 @@ "decorators": [] }, { - "$id": "8611", + "$id": "8619", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8612", + "$id": "8620", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115575,13 +115671,13 @@ "decorators": [] }, { - "$id": "8613", + "$id": "8621", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8614", + "$id": "8622", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115615,7 +115711,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8603" + "$ref": "8611" }, "responseSegments": [ "last_id" @@ -115625,21 +115721,21 @@ } }, { - "$id": "8615", + "$id": "8623", "kind": "basic", "name": "createVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Creates a vector store.", "operation": { - "$id": "8616", + "$id": "8624", "name": "createVectorStore", "resourceName": "VectorStores", "summary": "Creates a vector store.", "accessibility": "public", "parameters": [ { - "$id": "8617", + "$id": "8625", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -115655,7 +115751,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore.accept" }, { - "$id": "8618", + "$id": "8626", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -115672,7 +115768,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore.contentType" }, { - "$id": "8619", + "$id": "8627", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -115720,7 +115816,7 @@ }, "parameters": [ { - "$id": "8620", + "$id": "8628", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -115737,7 +115833,7 @@ "decorators": [] }, { - "$id": "8621", + "$id": "8629", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -115754,7 +115850,7 @@ "decorators": [] }, { - "$id": "8622", + "$id": "8630", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -115783,21 +115879,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore" }, { - "$id": "8623", + "$id": "8631", "kind": "basic", "name": "getVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store.", "operation": { - "$id": "8624", + "$id": "8632", "name": "getVectorStore", "resourceName": "VectorStores", "summary": "Retrieves a vector store.", "accessibility": "public", "parameters": [ { - "$id": "8625", + "$id": "8633", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -115813,13 +115909,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStore.accept" }, { - "$id": "8626", + "$id": "8634", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to retrieve.", "type": { - "$id": "8627", + "$id": "8635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115863,7 +115959,7 @@ }, "parameters": [ { - "$id": "8628", + "$id": "8636", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -115880,13 +115976,13 @@ "decorators": [] }, { - "$id": "8629", + "$id": "8637", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to retrieve.", "type": { - "$id": "8630", + "$id": "8638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115913,21 +116009,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStore" }, { - "$id": "8631", + "$id": "8639", "kind": "basic", "name": "modifyVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Modifies a vector store.", "operation": { - "$id": "8632", + "$id": "8640", "name": "modifyVectorStore", "resourceName": "VectorStores", "summary": "Modifies a vector store.", "accessibility": "public", "parameters": [ { - "$id": "8633", + "$id": "8641", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -115943,13 +116039,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.accept" }, { - "$id": "8634", + "$id": "8642", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to modify.", "type": { - "$id": "8635", + "$id": "8643", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115967,7 +116063,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.vector_store_id" }, { - "$id": "8636", + "$id": "8644", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -115984,7 +116080,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.contentType" }, { - "$id": "8637", + "$id": "8645", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -116032,7 +116128,7 @@ }, "parameters": [ { - "$id": "8638", + "$id": "8646", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -116049,13 +116145,13 @@ "decorators": [] }, { - "$id": "8639", + "$id": "8647", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to modify.", "type": { - "$id": "8640", + "$id": "8648", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116071,7 +116167,7 @@ "decorators": [] }, { - "$id": "8641", + "$id": "8649", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -116088,7 +116184,7 @@ "decorators": [] }, { - "$id": "8642", + "$id": "8650", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -116117,21 +116213,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore" }, { - "$id": "8643", + "$id": "8651", "kind": "basic", "name": "deleteVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Delete a vector store.", "operation": { - "$id": "8644", + "$id": "8652", "name": "deleteVectorStore", "resourceName": "VectorStores", "summary": "Delete a vector store.", "accessibility": "public", "parameters": [ { - "$id": "8645", + "$id": "8653", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -116147,13 +116243,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStore.accept" }, { - "$id": "8646", + "$id": "8654", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to delete.", "type": { - "$id": "8647", + "$id": "8655", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116197,7 +116293,7 @@ }, "parameters": [ { - "$id": "8648", + "$id": "8656", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -116214,13 +116310,13 @@ "decorators": [] }, { - "$id": "8649", + "$id": "8657", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to delete.", "type": { - "$id": "8650", + "$id": "8658", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116247,21 +116343,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStore" }, { - "$id": "8651", + "$id": "8659", "kind": "basic", "name": "AddFileBatchToVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Create a vector store file batch.", "operation": { - "$id": "8652", + "$id": "8660", "name": "AddFileBatchToVectorStore", "resourceName": "VectorStores", "summary": "Create a vector store file batch.", "accessibility": "public", "parameters": [ { - "$id": "8653", + "$id": "8661", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -116277,13 +116373,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.accept" }, { - "$id": "8654", + "$id": "8662", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a file batch.", "type": { - "$id": "8655", + "$id": "8663", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116301,7 +116397,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.vector_store_id" }, { - "$id": "8656", + "$id": "8664", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -116318,7 +116414,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.contentType" }, { - "$id": "8657", + "$id": "8665", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -116366,7 +116462,7 @@ }, "parameters": [ { - "$id": "8658", + "$id": "8666", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -116383,13 +116479,13 @@ "decorators": [] }, { - "$id": "8659", + "$id": "8667", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a file batch.", "type": { - "$id": "8660", + "$id": "8668", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116405,7 +116501,7 @@ "decorators": [] }, { - "$id": "8661", + "$id": "8669", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -116422,7 +116518,7 @@ "decorators": [] }, { - "$id": "8662", + "$id": "8670", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -116451,21 +116547,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch" }, { - "$id": "8663", + "$id": "8671", "kind": "basic", "name": "getVectorStoreFileBatch", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store file batch.", "operation": { - "$id": "8664", + "$id": "8672", "name": "getVectorStoreFileBatch", "resourceName": "VectorStores", "summary": "Retrieves a vector store file batch.", "accessibility": "public", "parameters": [ { - "$id": "8665", + "$id": "8673", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -116481,13 +116577,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch.accept" }, { - "$id": "8666", + "$id": "8674", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8667", + "$id": "8675", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116505,13 +116601,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch.vector_store_id" }, { - "$id": "8668", + "$id": "8676", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch being retrieved.", "type": { - "$id": "8669", + "$id": "8677", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116555,7 +116651,7 @@ }, "parameters": [ { - "$id": "8670", + "$id": "8678", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -116572,13 +116668,13 @@ "decorators": [] }, { - "$id": "8671", + "$id": "8679", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8672", + "$id": "8680", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116594,13 +116690,13 @@ "decorators": [] }, { - "$id": "8673", + "$id": "8681", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch being retrieved.", "type": { - "$id": "8674", + "$id": "8682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116627,21 +116723,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch" }, { - "$id": "8675", + "$id": "8683", "kind": "basic", "name": "cancelVectorStoreFileBatch", "accessibility": "public", "apiVersions": [], "summary": "Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.", "operation": { - "$id": "8676", + "$id": "8684", "name": "cancelVectorStoreFileBatch", "resourceName": "VectorStores", "summary": "Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.", "accessibility": "public", "parameters": [ { - "$id": "8677", + "$id": "8685", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -116657,13 +116753,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch.accept" }, { - "$id": "8678", + "$id": "8686", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8679", + "$id": "8687", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116681,13 +116777,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch.vector_store_id" }, { - "$id": "8680", + "$id": "8688", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch to cancel.", "type": { - "$id": "8681", + "$id": "8689", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116731,7 +116827,7 @@ }, "parameters": [ { - "$id": "8682", + "$id": "8690", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -116748,13 +116844,13 @@ "decorators": [] }, { - "$id": "8683", + "$id": "8691", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8684", + "$id": "8692", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116770,13 +116866,13 @@ "decorators": [] }, { - "$id": "8685", + "$id": "8693", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch to cancel.", "type": { - "$id": "8686", + "$id": "8694", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116803,21 +116899,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch" }, { - "$id": "8687", + "$id": "8695", "kind": "paging", "name": "GetVectorStoreFilesInBatch", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector store files in a batch.", "operation": { - "$id": "8688", + "$id": "8696", "name": "GetVectorStoreFilesInBatch", "resourceName": "VectorStores", "summary": "Returns a list of vector store files in a batch.", "accessibility": "public", "parameters": [ { - "$id": "8689", + "$id": "8697", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -116833,13 +116929,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.accept" }, { - "$id": "8690", + "$id": "8698", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8691", + "$id": "8699", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116857,13 +116953,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.vector_store_id" }, { - "$id": "8692", + "$id": "8700", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch that the files belong to.", "type": { - "$id": "8693", + "$id": "8701", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116881,13 +116977,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.batch_id" }, { - "$id": "8694", + "$id": "8702", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8695", + "$id": "8703", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -116902,7 +116998,7 @@ "readOnly": false }, { - "$id": "8696", + "$id": "8704", "kind": "query", "name": "order", "serializedName": "order", @@ -116919,13 +117015,13 @@ "readOnly": false }, { - "$id": "8697", + "$id": "8705", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8698", + "$id": "8706", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116940,13 +117036,13 @@ "readOnly": false }, { - "$id": "8699", + "$id": "8707", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8700", + "$id": "8708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116961,7 +117057,7 @@ "readOnly": false }, { - "$id": "8701", + "$id": "8709", "kind": "query", "name": "filter", "serializedName": "filter", @@ -117004,7 +117100,7 @@ }, "parameters": [ { - "$id": "8702", + "$id": "8710", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -117021,13 +117117,13 @@ "decorators": [] }, { - "$id": "8703", + "$id": "8711", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "8704", + "$id": "8712", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117043,13 +117139,13 @@ "decorators": [] }, { - "$id": "8705", + "$id": "8713", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch that the files belong to.", "type": { - "$id": "8706", + "$id": "8714", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117065,13 +117161,13 @@ "decorators": [] }, { - "$id": "8707", + "$id": "8715", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8708", + "$id": "8716", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -117087,7 +117183,7 @@ "decorators": [] }, { - "$id": "8709", + "$id": "8717", "kind": "method", "name": "order", "serializedName": "order", @@ -117105,13 +117201,13 @@ "decorators": [] }, { - "$id": "8710", + "$id": "8718", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8711", + "$id": "8719", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117127,13 +117223,13 @@ "decorators": [] }, { - "$id": "8712", + "$id": "8720", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8713", + "$id": "8721", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117149,7 +117245,7 @@ "decorators": [] }, { - "$id": "8714", + "$id": "8722", "kind": "method", "name": "filter", "serializedName": "filter", @@ -117185,7 +117281,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8697" + "$ref": "8705" }, "responseSegments": [ "last_id" @@ -117195,21 +117291,21 @@ } }, { - "$id": "8715", + "$id": "8723", "kind": "paging", "name": "listVectorStoreFiles", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector store files.", "operation": { - "$id": "8716", + "$id": "8724", "name": "listVectorStoreFiles", "resourceName": "VectorStores", "summary": "Returns a list of vector store files.", "accessibility": "public", "parameters": [ { - "$id": "8717", + "$id": "8725", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -117225,13 +117321,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStoreFiles.accept" }, { - "$id": "8718", + "$id": "8726", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the files belong to.", "type": { - "$id": "8719", + "$id": "8727", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117249,13 +117345,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStoreFiles.vector_store_id" }, { - "$id": "8720", + "$id": "8728", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8721", + "$id": "8729", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -117270,7 +117366,7 @@ "readOnly": false }, { - "$id": "8722", + "$id": "8730", "kind": "query", "name": "order", "serializedName": "order", @@ -117287,13 +117383,13 @@ "readOnly": false }, { - "$id": "8723", + "$id": "8731", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8724", + "$id": "8732", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117308,13 +117404,13 @@ "readOnly": false }, { - "$id": "8725", + "$id": "8733", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8726", + "$id": "8734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117329,7 +117425,7 @@ "readOnly": false }, { - "$id": "8727", + "$id": "8735", "kind": "query", "name": "filter", "serializedName": "filter", @@ -117372,7 +117468,7 @@ }, "parameters": [ { - "$id": "8728", + "$id": "8736", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -117389,13 +117485,13 @@ "decorators": [] }, { - "$id": "8729", + "$id": "8737", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the files belong to.", "type": { - "$id": "8730", + "$id": "8738", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117411,13 +117507,13 @@ "decorators": [] }, { - "$id": "8731", + "$id": "8739", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8732", + "$id": "8740", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -117433,7 +117529,7 @@ "decorators": [] }, { - "$id": "8733", + "$id": "8741", "kind": "method", "name": "order", "serializedName": "order", @@ -117451,13 +117547,13 @@ "decorators": [] }, { - "$id": "8734", + "$id": "8742", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8735", + "$id": "8743", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117473,13 +117569,13 @@ "decorators": [] }, { - "$id": "8736", + "$id": "8744", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8737", + "$id": "8745", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117495,7 +117591,7 @@ "decorators": [] }, { - "$id": "8738", + "$id": "8746", "kind": "method", "name": "filter", "serializedName": "filter", @@ -117531,7 +117627,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8723" + "$ref": "8731" }, "responseSegments": [ "last_id" @@ -117541,21 +117637,21 @@ } }, { - "$id": "8739", + "$id": "8747", "kind": "basic", "name": "AddFileToVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).", "operation": { - "$id": "8740", + "$id": "8748", "name": "AddFileToVectorStore", "resourceName": "VectorStores", "summary": "Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).", "accessibility": "public", "parameters": [ { - "$id": "8741", + "$id": "8749", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -117571,13 +117667,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.accept" }, { - "$id": "8742", + "$id": "8750", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a File.", "type": { - "$id": "8743", + "$id": "8751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117595,7 +117691,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.vector_store_id" }, { - "$id": "8744", + "$id": "8752", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -117612,7 +117708,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.contentType" }, { - "$id": "8745", + "$id": "8753", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -117660,7 +117756,7 @@ }, "parameters": [ { - "$id": "8746", + "$id": "8754", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -117677,13 +117773,13 @@ "decorators": [] }, { - "$id": "8747", + "$id": "8755", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a File.", "type": { - "$id": "8748", + "$id": "8756", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117699,7 +117795,7 @@ "decorators": [] }, { - "$id": "8749", + "$id": "8757", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -117716,7 +117812,7 @@ "decorators": [] }, { - "$id": "8750", + "$id": "8758", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -117745,21 +117841,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile" }, { - "$id": "8751", + "$id": "8759", "kind": "basic", "name": "getVectorStoreFile", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store file.", "operation": { - "$id": "8752", + "$id": "8760", "name": "getVectorStoreFile", "resourceName": "VectorStores", "summary": "Retrieves a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "8753", + "$id": "8761", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -117775,13 +117871,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile.accept" }, { - "$id": "8754", + "$id": "8762", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8755", + "$id": "8763", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117799,13 +117895,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile.vector_store_id" }, { - "$id": "8756", + "$id": "8764", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file being retrieved.", "type": { - "$id": "8757", + "$id": "8765", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117849,7 +117945,7 @@ }, "parameters": [ { - "$id": "8758", + "$id": "8766", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -117866,13 +117962,13 @@ "decorators": [] }, { - "$id": "8759", + "$id": "8767", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8760", + "$id": "8768", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117888,13 +117984,13 @@ "decorators": [] }, { - "$id": "8761", + "$id": "8769", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file being retrieved.", "type": { - "$id": "8762", + "$id": "8770", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117921,21 +118017,21 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile" }, { - "$id": "8763", + "$id": "8771", "kind": "basic", "name": "RemoveFileFromVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.", "operation": { - "$id": "8764", + "$id": "8772", "name": "RemoveFileFromVectorStore", "resourceName": "VectorStores", "summary": "Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.", "accessibility": "public", "parameters": [ { - "$id": "8765", + "$id": "8773", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -117951,13 +118047,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile.accept" }, { - "$id": "8766", + "$id": "8774", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8767", + "$id": "8775", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117975,13 +118071,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile.vector_store_id" }, { - "$id": "8768", + "$id": "8776", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to delete.", "type": { - "$id": "8769", + "$id": "8777", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118025,7 +118121,7 @@ }, "parameters": [ { - "$id": "8770", + "$id": "8778", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -118042,13 +118138,13 @@ "decorators": [] }, { - "$id": "8771", + "$id": "8779", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8772", + "$id": "8780", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118064,13 +118160,13 @@ "decorators": [] }, { - "$id": "8773", + "$id": "8781", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to delete.", "type": { - "$id": "8774", + "$id": "8782", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118097,27 +118193,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile" }, { - "$id": "8775", + "$id": "8783", "kind": "basic", "name": "updateVectorStoreFileAttributes", "accessibility": "public", "apiVersions": [], "summary": "Update the attributes of a vector store file.", "operation": { - "$id": "8776", + "$id": "8784", "name": "updateVectorStoreFileAttributes", "resourceName": "VectorStores", "summary": "Update the attributes of a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "8777", + "$id": "8785", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store the file being updated belongs to.", "type": { - "$id": "8778", + "$id": "8786", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118135,13 +118231,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.vector_store_id" }, { - "$id": "8779", + "$id": "8787", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to update attributes for.", "type": { - "$id": "8780", + "$id": "8788", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118159,7 +118255,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.file_id" }, { - "$id": "8781", + "$id": "8789", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -118176,7 +118272,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.contentType" }, { - "$id": "8782", + "$id": "8790", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -118192,7 +118288,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.accept" }, { - "$id": "8783", + "$id": "8791", "kind": "body", "name": "updateVectorStoreFileAttributesRequest", "serializedName": "updateVectorStoreFileAttributesRequest", @@ -118240,13 +118336,13 @@ }, "parameters": [ { - "$id": "8784", + "$id": "8792", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store the file being updated belongs to.", "type": { - "$id": "8785", + "$id": "8793", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118262,13 +118358,13 @@ "decorators": [] }, { - "$id": "8786", + "$id": "8794", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to update attributes for.", "type": { - "$id": "8787", + "$id": "8795", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118284,7 +118380,7 @@ "decorators": [] }, { - "$id": "8788", + "$id": "8796", "kind": "method", "name": "attributes", "serializedName": "attributes", @@ -118301,7 +118397,7 @@ "decorators": [] }, { - "$id": "8789", + "$id": "8797", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -118319,7 +118415,7 @@ "decorators": [] }, { - "$id": "8790", + "$id": "8798", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -118347,27 +118443,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes" }, { - "$id": "8791", + "$id": "8799", "kind": "basic", "name": "retrieveVectorStoreFileContent", "accessibility": "public", "apiVersions": [], "summary": "Retrieves the content of a vector store file.", "operation": { - "$id": "8792", + "$id": "8800", "name": "retrieveVectorStoreFileContent", "resourceName": "VectorStores", "summary": "Retrieves the content of a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "8793", + "$id": "8801", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8794", + "$id": "8802", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118385,13 +118481,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent.vector_store_id" }, { - "$id": "8795", + "$id": "8803", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file with content being retrieved.", "type": { - "$id": "8796", + "$id": "8804", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118409,7 +118505,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent.file_id" }, { - "$id": "8797", + "$id": "8805", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -118451,13 +118547,13 @@ }, "parameters": [ { - "$id": "8798", + "$id": "8806", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "8799", + "$id": "8807", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118473,13 +118569,13 @@ "decorators": [] }, { - "$id": "8800", + "$id": "8808", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file with content being retrieved.", "type": { - "$id": "8801", + "$id": "8809", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118495,7 +118591,7 @@ "decorators": [] }, { - "$id": "8802", + "$id": "8810", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -118523,27 +118619,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent" }, { - "$id": "8803", + "$id": "8811", "kind": "basic", "name": "searchVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Searches a vector store for relevant chunks based on a query and file attributes filter.", "operation": { - "$id": "8804", + "$id": "8812", "name": "searchVectorStore", "resourceName": "VectorStores", "summary": "Searches a vector store for relevant chunks based on a query and file attributes filter.", "accessibility": "public", "parameters": [ { - "$id": "8805", + "$id": "8813", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to search.", "type": { - "$id": "8806", + "$id": "8814", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118561,7 +118657,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.vector_store_id" }, { - "$id": "8807", + "$id": "8815", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -118578,7 +118674,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.contentType" }, { - "$id": "8808", + "$id": "8816", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -118594,7 +118690,7 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.accept" }, { - "$id": "8809", + "$id": "8817", "kind": "body", "name": "vectorStoreSearchRequest", "serializedName": "vectorStoreSearchRequest", @@ -118642,13 +118738,13 @@ }, "parameters": [ { - "$id": "8810", + "$id": "8818", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to search.", "type": { - "$id": "8811", + "$id": "8819", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118664,7 +118760,7 @@ "decorators": [] }, { - "$id": "8812", + "$id": "8820", "kind": "method", "name": "query", "serializedName": "query", @@ -118682,13 +118778,13 @@ "decorators": [] }, { - "$id": "8813", + "$id": "8821", "kind": "method", "name": "rewrite_query", "serializedName": "rewrite_query", "doc": "Whether to rewrite the natural language query for vector search.", "type": { - "$id": "8814", + "$id": "8822", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -118704,13 +118800,13 @@ "decorators": [] }, { - "$id": "8815", + "$id": "8823", "kind": "method", "name": "max_num_results", "serializedName": "max_num_results", "doc": "The maximum number of results to return. This number should be between 1 and 50 inclusive.", "type": { - "$id": "8816", + "$id": "8824", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -118726,7 +118822,7 @@ "decorators": [] }, { - "$id": "8817", + "$id": "8825", "kind": "method", "name": "filters", "serializedName": "filters", @@ -118744,7 +118840,7 @@ "decorators": [] }, { - "$id": "8818", + "$id": "8826", "kind": "method", "name": "ranking_options", "serializedName": "ranking_options", @@ -118762,7 +118858,7 @@ "decorators": [] }, { - "$id": "8819", + "$id": "8827", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -118780,7 +118876,7 @@ "decorators": [] }, { - "$id": "8820", + "$id": "8828", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -118810,13 +118906,13 @@ ], "parameters": [ { - "$id": "8821", + "$id": "8829", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8822", + "$id": "8830", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -118827,7 +118923,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8823", + "$id": "8831", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -118848,27 +118944,27 @@ } }, { - "$id": "8824", + "$id": "8832", "kind": "client", "name": "Completions", "namespace": "OpenAI", "methods": [ { - "$id": "8825", + "$id": "8833", "kind": "basic", "name": "createCompletion", "accessibility": "public", "apiVersions": [], "summary": "Creates a completion for the provided prompt and parameters.", "operation": { - "$id": "8826", + "$id": "8834", "name": "createCompletion", "resourceName": "Completions", "summary": "Creates a completion for the provided prompt and parameters.", "accessibility": "public", "parameters": [ { - "$id": "8827", + "$id": "8835", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -118884,7 +118980,7 @@ "crossLanguageDefinitionId": "OpenAI.Completions.createCompletion.accept" }, { - "$id": "8828", + "$id": "8836", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -118901,7 +118997,7 @@ "crossLanguageDefinitionId": "OpenAI.Completions.createCompletion.contentType" }, { - "$id": "8829", + "$id": "8837", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -118949,7 +119045,7 @@ }, "parameters": [ { - "$id": "8830", + "$id": "8838", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -118966,7 +119062,7 @@ "decorators": [] }, { - "$id": "8831", + "$id": "8839", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -118983,7 +119079,7 @@ "decorators": [] }, { - "$id": "8832", + "$id": "8840", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -119014,13 +119110,13 @@ ], "parameters": [ { - "$id": "8833", + "$id": "8841", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8834", + "$id": "8842", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -119031,7 +119127,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8835", + "$id": "8843", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -119052,27 +119148,27 @@ } }, { - "$id": "8836", + "$id": "8844", "kind": "client", "name": "Models", "namespace": "OpenAI", "methods": [ { - "$id": "8837", + "$id": "8845", "kind": "basic", "name": "listModels", "accessibility": "public", "apiVersions": [], "summary": "Lists the currently available models, and provides basic information about each one such as the\nowner and availability.", "operation": { - "$id": "8838", + "$id": "8846", "name": "listModels", "resourceName": "Models", "summary": "Lists the currently available models, and provides basic information about each one such as the\nowner and availability.", "accessibility": "public", "parameters": [ { - "$id": "8839", + "$id": "8847", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119114,7 +119210,7 @@ }, "parameters": [ { - "$id": "8840", + "$id": "8848", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119142,21 +119238,21 @@ "crossLanguageDefinitionId": "OpenAI.Models.listModels" }, { - "$id": "8841", + "$id": "8849", "kind": "basic", "name": "retrieveModel", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a model instance, providing basic information about the model such as the owner and\npermissioning.", "operation": { - "$id": "8842", + "$id": "8850", "name": "retrieveModel", "resourceName": "Models", "summary": "Retrieves a model instance, providing basic information about the model such as the owner and\npermissioning.", "accessibility": "public", "parameters": [ { - "$id": "8843", + "$id": "8851", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119172,13 +119268,13 @@ "crossLanguageDefinitionId": "OpenAI.Models.retrieveModel.accept" }, { - "$id": "8844", + "$id": "8852", "kind": "path", "name": "model", "serializedName": "model", "doc": "The ID of the model to use for this request.", "type": { - "$id": "8845", + "$id": "8853", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119222,7 +119318,7 @@ }, "parameters": [ { - "$id": "8846", + "$id": "8854", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119239,13 +119335,13 @@ "decorators": [] }, { - "$id": "8847", + "$id": "8855", "kind": "method", "name": "model", "serializedName": "model", "doc": "The ID of the model to use for this request.", "type": { - "$id": "8848", + "$id": "8856", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119272,21 +119368,21 @@ "crossLanguageDefinitionId": "OpenAI.Models.retrieveModel" }, { - "$id": "8849", + "$id": "8857", "kind": "basic", "name": "deleteModel", "accessibility": "public", "apiVersions": [], "summary": "Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.", "operation": { - "$id": "8850", + "$id": "8858", "name": "deleteModel", "resourceName": "Models", "summary": "Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.", "accessibility": "public", "parameters": [ { - "$id": "8851", + "$id": "8859", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119302,13 +119398,13 @@ "crossLanguageDefinitionId": "OpenAI.Models.deleteModel.accept" }, { - "$id": "8852", + "$id": "8860", "kind": "path", "name": "model", "serializedName": "model", "doc": "The model to delete", "type": { - "$id": "8853", + "$id": "8861", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119352,7 +119448,7 @@ }, "parameters": [ { - "$id": "8854", + "$id": "8862", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119369,13 +119465,13 @@ "decorators": [] }, { - "$id": "8855", + "$id": "8863", "kind": "method", "name": "model", "serializedName": "model", "doc": "The model to delete", "type": { - "$id": "8856", + "$id": "8864", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119404,13 +119500,13 @@ ], "parameters": [ { - "$id": "8857", + "$id": "8865", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8858", + "$id": "8866", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -119421,7 +119517,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8859", + "$id": "8867", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -119442,27 +119538,27 @@ } }, { - "$id": "8860", + "$id": "8868", "kind": "client", "name": "Realtime", "namespace": "OpenAI", "methods": [ { - "$id": "8861", + "$id": "8869", "kind": "basic", "name": "startRealtimeSession", "accessibility": "public", "apiVersions": [], "summary": "Starts a real-time session for conversation or transcription.", "operation": { - "$id": "8862", + "$id": "8870", "name": "startRealtimeSession", "resourceName": "Realtime", "summary": "Starts a real-time session for conversation or transcription.", "accessibility": "public", "parameters": [ { - "$id": "8863", + "$id": "8871", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -119478,7 +119574,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.openAIBeta" }, { - "$id": "8864", + "$id": "8872", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -119495,7 +119591,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.contentType" }, { - "$id": "8865", + "$id": "8873", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119511,12 +119607,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.accept" }, { - "$id": "8866", + "$id": "8874", "kind": "body", "name": "requestMessages", "serializedName": "requestMessages", "type": { - "$id": "8867", + "$id": "8875", "kind": "array", "name": "ArrayRealtimeClientEvent", "valueType": { @@ -119543,7 +119639,7 @@ 200 ], "bodyType": { - "$id": "8868", + "$id": "8876", "kind": "array", "name": "ArrayRealtimeServerEvent", "valueType": { @@ -119573,7 +119669,7 @@ }, "parameters": [ { - "$id": "8869", + "$id": "8877", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", @@ -119590,12 +119686,12 @@ "decorators": [] }, { - "$id": "8870", + "$id": "8878", "kind": "method", "name": "requestMessages", "serializedName": "requestMessages", "type": { - "$ref": "8867" + "$ref": "8875" }, "location": "Body", "isApiVersion": false, @@ -119607,7 +119703,7 @@ "decorators": [] }, { - "$id": "8871", + "$id": "8879", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -119625,7 +119721,7 @@ "decorators": [] }, { - "$id": "8872", + "$id": "8880", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119644,7 +119740,7 @@ ], "response": { "type": { - "$ref": "8868" + "$ref": "8876" } }, "isOverride": false, @@ -119653,21 +119749,21 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession" }, { - "$id": "8873", + "$id": "8881", "kind": "basic", "name": "createEphemeralToken", "accessibility": "public", "apiVersions": [], "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "operation": { - "$id": "8874", + "$id": "8882", "name": "createEphemeralToken", "resourceName": "Realtime", "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "accessibility": "public", "parameters": [ { - "$id": "8875", + "$id": "8883", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -119684,7 +119780,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken.contentType" }, { - "$id": "8876", + "$id": "8884", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119700,7 +119796,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken.accept" }, { - "$id": "8877", + "$id": "8885", "kind": "body", "name": "request", "serializedName": "request", @@ -119748,7 +119844,7 @@ }, "parameters": [ { - "$id": "8878", + "$id": "8886", "kind": "method", "name": "request", "serializedName": "request", @@ -119765,7 +119861,7 @@ "decorators": [] }, { - "$id": "8879", + "$id": "8887", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -119783,7 +119879,7 @@ "decorators": [] }, { - "$id": "8880", + "$id": "8888", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119811,21 +119907,21 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken" }, { - "$id": "8881", + "$id": "8889", "kind": "basic", "name": "createEphemeralTranscriptionToken", "accessibility": "public", "apiVersions": [], "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "operation": { - "$id": "8882", + "$id": "8890", "name": "createEphemeralTranscriptionToken", "resourceName": "Realtime", "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "accessibility": "public", "parameters": [ { - "$id": "8883", + "$id": "8891", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -119842,7 +119938,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralTranscriptionToken.contentType" }, { - "$id": "8884", + "$id": "8892", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -119858,7 +119954,7 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralTranscriptionToken.accept" }, { - "$id": "8885", + "$id": "8893", "kind": "body", "name": "request", "serializedName": "request", @@ -119906,7 +120002,7 @@ }, "parameters": [ { - "$id": "8886", + "$id": "8894", "kind": "method", "name": "request", "serializedName": "request", @@ -119923,7 +120019,7 @@ "decorators": [] }, { - "$id": "8887", + "$id": "8895", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -119941,7 +120037,7 @@ "decorators": [] }, { - "$id": "8888", + "$id": "8896", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -119971,13 +120067,13 @@ ], "parameters": [ { - "$id": "8889", + "$id": "8897", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8890", + "$id": "8898", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -119988,7 +120084,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8891", + "$id": "8899", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -120009,27 +120105,27 @@ } }, { - "$id": "8892", + "$id": "8900", "kind": "client", "name": "Uploads", "namespace": "OpenAI", "methods": [ { - "$id": "8893", + "$id": "8901", "kind": "basic", "name": "createUpload", "accessibility": "public", "apiVersions": [], "summary": "Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, an Upload can accept at most 8 GB in total and expires after an hour after you create it.\n\nOnce you complete the Upload, we will create a [File](/docs/api-reference/files/object) object that contains all the parts you uploaded. This File is usable in the rest of our platform as a regular File object.\n\nFor certain `purpose`s, the correct `mime_type` must be specified. Please refer to documentation for the supported MIME types for your use case:\n- [Assistants](/docs/assistants/tools/file-search/supported-files)\n\nFor guidance on the proper filename extensions for each purpose, please follow the documentation on [creating a File](/docs/api-reference/files/create).", "operation": { - "$id": "8894", + "$id": "8902", "name": "createUpload", "resourceName": "Uploads", "summary": "Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, an Upload can accept at most 8 GB in total and expires after an hour after you create it.\n\nOnce you complete the Upload, we will create a [File](/docs/api-reference/files/object) object that contains all the parts you uploaded. This File is usable in the rest of our platform as a regular File object.\n\nFor certain `purpose`s, the correct `mime_type` must be specified. Please refer to documentation for the supported MIME types for your use case:\n- [Assistants](/docs/assistants/tools/file-search/supported-files)\n\nFor guidance on the proper filename extensions for each purpose, please follow the documentation on [creating a File](/docs/api-reference/files/create).", "accessibility": "public", "parameters": [ { - "$id": "8895", + "$id": "8903", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -120045,7 +120141,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload.accept" }, { - "$id": "8896", + "$id": "8904", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -120062,7 +120158,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload.contentType" }, { - "$id": "8897", + "$id": "8905", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -120110,7 +120206,7 @@ }, "parameters": [ { - "$id": "8898", + "$id": "8906", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -120127,7 +120223,7 @@ "decorators": [] }, { - "$id": "8899", + "$id": "8907", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -120144,7 +120240,7 @@ "decorators": [] }, { - "$id": "8900", + "$id": "8908", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -120173,21 +120269,21 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload" }, { - "$id": "8901", + "$id": "8909", "kind": "basic", "name": "addUploadPart", "accessibility": "public", "apiVersions": [], "summary": "Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload. \n\nEach Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.\n\nIt is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you [complete the Upload](/docs/api-reference/uploads/complete).", "operation": { - "$id": "8902", + "$id": "8910", "name": "addUploadPart", "resourceName": "Uploads", "summary": "Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload. \n\nEach Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.\n\nIt is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you [complete the Upload](/docs/api-reference/uploads/complete).", "accessibility": "public", "parameters": [ { - "$id": "8903", + "$id": "8911", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -120203,7 +120299,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.accept" }, { - "$id": "8904", + "$id": "8912", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -120219,12 +120315,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.contentType" }, { - "$id": "8905", + "$id": "8913", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8906", + "$id": "8914", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120242,7 +120338,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.upload_id" }, { - "$id": "8907", + "$id": "8915", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -120290,7 +120386,7 @@ }, "parameters": [ { - "$id": "8908", + "$id": "8916", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -120307,7 +120403,7 @@ "decorators": [] }, { - "$id": "8909", + "$id": "8917", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -120324,12 +120420,12 @@ "decorators": [] }, { - "$id": "8910", + "$id": "8918", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8911", + "$id": "8919", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120345,7 +120441,7 @@ "decorators": [] }, { - "$id": "8912", + "$id": "8920", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -120373,21 +120469,21 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart" }, { - "$id": "8913", + "$id": "8921", "kind": "basic", "name": "completeUpload", "accessibility": "public", "apiVersions": [], "summary": "Completes the [Upload](/docs/api-reference/uploads/object). \n\nWithin the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.\n\nYou can specify the order of the Parts by passing in an ordered list of the Part IDs.\n\nThe number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed.", "operation": { - "$id": "8914", + "$id": "8922", "name": "completeUpload", "resourceName": "Uploads", "summary": "Completes the [Upload](/docs/api-reference/uploads/object). \n\nWithin the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.\n\nYou can specify the order of the Parts by passing in an ordered list of the Part IDs.\n\nThe number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed.", "accessibility": "public", "parameters": [ { - "$id": "8915", + "$id": "8923", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -120403,12 +120499,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.accept" }, { - "$id": "8916", + "$id": "8924", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8917", + "$id": "8925", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120426,7 +120522,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.upload_id" }, { - "$id": "8918", + "$id": "8926", "kind": "header", "name": "contentType", "serializedName": "Content-Type", @@ -120443,7 +120539,7 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.contentType" }, { - "$id": "8919", + "$id": "8927", "kind": "body", "name": "requestBody", "serializedName": "requestBody", @@ -120491,7 +120587,7 @@ }, "parameters": [ { - "$id": "8920", + "$id": "8928", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -120508,12 +120604,12 @@ "decorators": [] }, { - "$id": "8921", + "$id": "8929", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8922", + "$id": "8930", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120529,7 +120625,7 @@ "decorators": [] }, { - "$id": "8923", + "$id": "8931", "kind": "method", "name": "requestBody", "serializedName": "requestBody", @@ -120546,7 +120642,7 @@ "decorators": [] }, { - "$id": "8924", + "$id": "8932", "kind": "method", "name": "contentType", "serializedName": "Content-Type", @@ -120575,21 +120671,21 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload" }, { - "$id": "8925", + "$id": "8933", "kind": "basic", "name": "cancelUpload", "accessibility": "public", "apiVersions": [], "summary": "Cancels the Upload. No Parts may be added after an Upload is cancelled.", "operation": { - "$id": "8926", + "$id": "8934", "name": "cancelUpload", "resourceName": "Uploads", "summary": "Cancels the Upload. No Parts may be added after an Upload is cancelled.", "accessibility": "public", "parameters": [ { - "$id": "8927", + "$id": "8935", "kind": "header", "name": "accept", "serializedName": "Accept", @@ -120605,12 +120701,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.cancelUpload.accept" }, { - "$id": "8928", + "$id": "8936", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8929", + "$id": "8937", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120654,7 +120750,7 @@ }, "parameters": [ { - "$id": "8930", + "$id": "8938", "kind": "method", "name": "accept", "serializedName": "Accept", @@ -120671,12 +120767,12 @@ "decorators": [] }, { - "$id": "8931", + "$id": "8939", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "8932", + "$id": "8940", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120705,13 +120801,13 @@ ], "parameters": [ { - "$id": "8933", + "$id": "8941", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8934", + "$id": "8942", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -120722,7 +120818,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8935", + "$id": "8943", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string"