@azure/ai-projects 1.0.0-beta.1 → 1.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +356 -537
- package/dist/browser/aiProjectClient.d.ts +77 -0
- package/dist/browser/aiProjectClient.d.ts.map +1 -0
- package/dist/browser/aiProjectClient.js +85 -0
- package/dist/browser/aiProjectClient.js.map +1 -0
- package/dist/browser/api/aiProjectContext.d.ts +23 -0
- package/dist/browser/api/aiProjectContext.d.ts.map +1 -0
- package/dist/browser/api/aiProjectContext.js +37 -0
- package/dist/browser/api/aiProjectContext.js.map +1 -0
- package/dist/browser/api/connections/index.d.ts +3 -0
- package/dist/browser/api/connections/index.d.ts.map +1 -0
- package/dist/browser/api/connections/index.js +4 -0
- package/dist/browser/api/connections/index.js.map +1 -0
- package/dist/browser/api/connections/operations.d.ts +28 -0
- package/dist/browser/api/connections/operations.d.ts.map +1 -0
- package/dist/browser/api/connections/operations.js +122 -0
- package/dist/browser/api/connections/operations.js.map +1 -0
- package/dist/browser/api/connections/options.d.ts +22 -0
- package/dist/browser/api/connections/options.d.ts.map +1 -0
- package/dist/browser/api/connections/options.js +4 -0
- package/dist/browser/api/connections/options.js.map +1 -0
- package/dist/browser/api/datasets/index.d.ts +3 -0
- package/dist/browser/api/datasets/index.d.ts.map +1 -0
- package/dist/browser/api/datasets/index.js +4 -0
- package/dist/browser/api/datasets/index.js.map +1 -0
- package/dist/browser/api/datasets/operations.d.ts +41 -0
- package/dist/browser/api/datasets/operations.d.ts.map +1 -0
- package/dist/browser/api/datasets/operations.js +294 -0
- package/dist/browser/api/datasets/operations.js.map +1 -0
- package/dist/browser/api/datasets/options.d.ts +23 -0
- package/dist/browser/api/datasets/options.d.ts.map +1 -0
- package/dist/browser/api/datasets/options.js +4 -0
- package/dist/browser/api/datasets/options.js.map +1 -0
- package/dist/browser/api/deployments/index.d.ts +3 -0
- package/dist/browser/api/deployments/index.d.ts.map +1 -0
- package/dist/browser/api/deployments/index.js +4 -0
- package/dist/browser/api/deployments/index.js.map +1 -0
- package/dist/browser/api/deployments/operations.d.ts +14 -0
- package/dist/browser/api/deployments/operations.d.ts.map +1 -0
- package/dist/browser/api/deployments/operations.js +56 -0
- package/dist/browser/api/deployments/operations.js.map +1 -0
- package/dist/browser/api/deployments/options.d.ts +19 -0
- package/dist/browser/api/deployments/options.d.ts.map +1 -0
- package/dist/browser/api/deployments/options.js +4 -0
- package/dist/browser/api/deployments/options.js.map +1 -0
- package/dist/browser/api/evaluations/index.d.ts +3 -0
- package/dist/browser/api/evaluations/index.d.ts.map +1 -0
- package/dist/browser/api/evaluations/index.js +4 -0
- package/dist/browser/api/evaluations/index.js.map +1 -0
- package/dist/browser/api/evaluations/operations.d.ts +22 -0
- package/dist/browser/api/evaluations/operations.d.ts.map +1 -0
- package/dist/browser/api/evaluations/operations.js +99 -0
- package/dist/browser/api/evaluations/operations.js.map +1 -0
- package/dist/browser/api/evaluations/options.d.ts +18 -0
- package/dist/browser/api/evaluations/options.d.ts.map +1 -0
- package/dist/browser/api/evaluations/options.js +4 -0
- package/dist/browser/api/evaluations/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +18 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +2 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/indexes/index.d.ts +3 -0
- package/dist/browser/api/indexes/index.d.ts.map +1 -0
- package/dist/browser/api/indexes/index.js +4 -0
- package/dist/browser/api/indexes/index.js.map +1 -0
- package/dist/browser/api/indexes/operations.d.ts +31 -0
- package/dist/browser/api/indexes/operations.d.ts.map +1 -0
- package/dist/browser/api/indexes/operations.js +123 -0
- package/dist/browser/api/indexes/operations.js.map +1 -0
- package/dist/browser/api/indexes/options.d.ts +17 -0
- package/dist/browser/api/indexes/options.d.ts.map +1 -0
- package/dist/browser/api/indexes/options.js +4 -0
- package/dist/browser/api/indexes/options.js.map +1 -0
- package/dist/browser/api/inference/index.d.ts +5 -0
- package/dist/browser/api/inference/index.d.ts.map +1 -0
- package/dist/browser/api/inference/index.js +7 -0
- package/dist/browser/api/inference/index.js.map +1 -0
- package/dist/browser/api/inference/operations.d.ts +59 -0
- package/dist/browser/api/inference/operations.d.ts.map +1 -0
- package/dist/browser/api/inference/operations.js +177 -0
- package/dist/browser/api/inference/operations.js.map +1 -0
- package/dist/browser/api/inference/options.d.ts +18 -0
- package/dist/browser/api/inference/options.d.ts.map +1 -0
- package/dist/browser/api/inference/options.js +4 -0
- package/dist/browser/api/inference/options.js.map +1 -0
- package/dist/browser/api/redTeams/index.d.ts +3 -0
- package/dist/browser/api/redTeams/index.d.ts.map +1 -0
- package/dist/browser/api/redTeams/index.js +4 -0
- package/dist/browser/api/redTeams/index.js.map +1 -0
- package/dist/browser/api/redTeams/operations.d.ts +18 -0
- package/dist/browser/api/redTeams/operations.d.ts.map +1 -0
- package/dist/browser/api/redTeams/operations.js +74 -0
- package/dist/browser/api/redTeams/operations.js.map +1 -0
- package/dist/browser/api/redTeams/options.d.ts +15 -0
- package/dist/browser/api/redTeams/options.d.ts.map +1 -0
- package/dist/browser/api/redTeams/options.js +4 -0
- package/dist/browser/api/redTeams/options.js.map +1 -0
- package/dist/browser/api/telemetry/index.d.ts +2 -0
- package/dist/browser/api/telemetry/index.d.ts.map +1 -0
- package/dist/browser/api/telemetry/index.js +4 -0
- package/dist/browser/api/telemetry/index.js.map +1 -0
- package/dist/browser/api/telemetry/operations.d.ts +22 -0
- package/dist/browser/api/telemetry/operations.d.ts.map +1 -0
- package/dist/browser/api/telemetry/operations.js +70 -0
- package/dist/browser/api/telemetry/operations.js.map +1 -0
- package/dist/browser/classic/connections/index.d.ts +17 -0
- package/dist/browser/classic/connections/index.d.ts.map +1 -0
- package/dist/browser/classic/connections/index.js +15 -0
- package/dist/browser/classic/connections/index.js.map +1 -0
- package/dist/browser/classic/datasets/index.d.ts +33 -0
- package/dist/browser/classic/datasets/index.d.ts.map +1 -0
- package/dist/browser/classic/datasets/index.js +21 -0
- package/dist/browser/classic/datasets/index.js.map +1 -0
- package/dist/browser/classic/deployments/index.d.ts +13 -0
- package/dist/browser/classic/deployments/index.d.ts.map +1 -0
- package/dist/browser/classic/deployments/index.js +13 -0
- package/dist/browser/classic/deployments/index.js.map +1 -0
- package/dist/browser/classic/evaluations/index.d.ts +17 -0
- package/dist/browser/classic/evaluations/index.d.ts.map +1 -0
- package/dist/browser/classic/evaluations/index.js +15 -0
- package/dist/browser/classic/evaluations/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/indexes/index.d.ts +24 -0
- package/dist/browser/classic/indexes/index.d.ts.map +1 -0
- package/dist/browser/classic/indexes/index.js +17 -0
- package/dist/browser/classic/indexes/index.js.map +1 -0
- package/dist/browser/classic/inference/index.d.ts +18 -0
- package/dist/browser/classic/inference/index.d.ts.map +1 -0
- package/dist/browser/classic/inference/index.js +15 -0
- package/dist/browser/classic/inference/index.js.map +1 -0
- package/dist/browser/classic/redTeams/index.d.ts +15 -0
- package/dist/browser/classic/redTeams/index.d.ts.map +1 -0
- package/dist/browser/classic/redTeams/index.js +14 -0
- package/dist/browser/classic/redTeams/index.js.map +1 -0
- package/dist/browser/classic/telemetry/index.d.ts +8 -0
- package/dist/browser/classic/telemetry/index.d.ts.map +1 -0
- package/dist/browser/classic/telemetry/index.js +13 -0
- package/dist/browser/classic/telemetry/index.js.map +1 -0
- package/dist/browser/constants.d.ts +1 -1
- package/dist/browser/constants.js +1 -1
- package/dist/browser/constants.js.map +1 -1
- package/dist/browser/index.d.ts +13 -8
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +2 -4
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts.map +1 -1
- package/dist/browser/logger.js +1 -2
- package/dist/browser/logger.js.map +1 -1
- package/dist/browser/models/evaluations.d.ts +55 -0
- package/dist/browser/models/evaluations.d.ts.map +1 -0
- package/dist/browser/models/evaluations.js +56 -0
- package/dist/browser/models/evaluations.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +5 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +541 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +696 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +175 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/aiProjectClient.d.ts +77 -0
- package/dist/commonjs/aiProjectClient.d.ts.map +1 -0
- package/dist/commonjs/aiProjectClient.js +89 -0
- package/dist/commonjs/aiProjectClient.js.map +1 -0
- package/dist/commonjs/api/aiProjectContext.d.ts +23 -0
- package/dist/commonjs/api/aiProjectContext.d.ts.map +1 -0
- package/dist/commonjs/api/aiProjectContext.js +40 -0
- package/dist/commonjs/api/aiProjectContext.js.map +1 -0
- package/dist/commonjs/api/connections/index.d.ts +3 -0
- package/dist/commonjs/api/connections/index.d.ts.map +1 -0
- package/dist/commonjs/api/connections/index.js +11 -0
- package/dist/commonjs/api/connections/index.js.map +1 -0
- package/dist/commonjs/api/connections/operations.d.ts +28 -0
- package/dist/commonjs/api/connections/operations.d.ts.map +1 -0
- package/dist/commonjs/api/connections/operations.js +134 -0
- package/dist/commonjs/api/connections/operations.js.map +1 -0
- package/dist/commonjs/api/connections/options.d.ts +22 -0
- package/dist/commonjs/api/connections/options.d.ts.map +1 -0
- package/dist/commonjs/api/connections/options.js +5 -0
- package/dist/commonjs/api/connections/options.js.map +1 -0
- package/dist/commonjs/api/datasets/index.d.ts +3 -0
- package/dist/commonjs/api/datasets/index.d.ts.map +1 -0
- package/dist/commonjs/api/datasets/index.js +14 -0
- package/dist/commonjs/api/datasets/index.js.map +1 -0
- package/dist/commonjs/api/datasets/operations.d.ts +41 -0
- package/dist/commonjs/api/datasets/operations.d.ts.map +1 -0
- package/dist/commonjs/api/datasets/operations.js +320 -0
- package/dist/commonjs/api/datasets/operations.js.map +1 -0
- package/dist/commonjs/api/datasets/options.d.ts +23 -0
- package/dist/commonjs/api/datasets/options.d.ts.map +1 -0
- package/dist/commonjs/api/datasets/options.js +5 -0
- package/dist/commonjs/api/datasets/options.js.map +1 -0
- package/dist/commonjs/api/deployments/index.d.ts +3 -0
- package/dist/commonjs/api/deployments/index.d.ts.map +1 -0
- package/dist/commonjs/api/deployments/index.js +9 -0
- package/dist/commonjs/api/deployments/index.js.map +1 -0
- package/dist/commonjs/api/deployments/operations.d.ts +14 -0
- package/dist/commonjs/api/deployments/operations.d.ts.map +1 -0
- package/dist/commonjs/api/deployments/operations.js +64 -0
- package/dist/commonjs/api/deployments/operations.js.map +1 -0
- package/dist/commonjs/api/deployments/options.d.ts +19 -0
- package/dist/commonjs/api/deployments/options.d.ts.map +1 -0
- package/dist/commonjs/api/deployments/options.js +5 -0
- package/dist/commonjs/api/deployments/options.js.map +1 -0
- package/dist/commonjs/api/evaluations/index.d.ts +3 -0
- package/dist/commonjs/api/evaluations/index.d.ts.map +1 -0
- package/dist/commonjs/api/evaluations/index.js +11 -0
- package/dist/commonjs/api/evaluations/index.js.map +1 -0
- package/dist/commonjs/api/evaluations/operations.d.ts +22 -0
- package/dist/commonjs/api/evaluations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/evaluations/operations.js +113 -0
- package/dist/commonjs/api/evaluations/operations.js.map +1 -0
- package/dist/commonjs/api/evaluations/options.d.ts +18 -0
- package/dist/commonjs/api/evaluations/options.d.ts.map +1 -0
- package/dist/commonjs/api/evaluations/options.js +5 -0
- package/dist/commonjs/api/evaluations/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +18 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +6 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/indexes/index.d.ts +3 -0
- package/dist/commonjs/api/indexes/index.d.ts.map +1 -0
- package/dist/commonjs/api/indexes/index.js +12 -0
- package/dist/commonjs/api/indexes/index.js.map +1 -0
- package/dist/commonjs/api/indexes/operations.d.ts +31 -0
- package/dist/commonjs/api/indexes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/indexes/operations.js +140 -0
- package/dist/commonjs/api/indexes/operations.js.map +1 -0
- package/dist/commonjs/api/indexes/options.d.ts +17 -0
- package/dist/commonjs/api/indexes/options.d.ts.map +1 -0
- package/dist/commonjs/api/indexes/options.js +5 -0
- package/dist/commonjs/api/indexes/options.js.map +1 -0
- package/dist/commonjs/api/inference/index.d.ts +5 -0
- package/dist/commonjs/api/inference/index.d.ts.map +1 -0
- package/dist/commonjs/api/inference/index.js +11 -0
- package/dist/commonjs/api/inference/index.js.map +1 -0
- package/dist/commonjs/api/inference/operations.d.ts +59 -0
- package/dist/commonjs/api/inference/operations.d.ts.map +1 -0
- package/dist/commonjs/api/inference/operations.js +186 -0
- package/dist/commonjs/api/inference/operations.js.map +1 -0
- package/dist/commonjs/api/inference/options.d.ts +18 -0
- package/dist/commonjs/api/inference/options.d.ts.map +1 -0
- package/dist/commonjs/api/inference/options.js +5 -0
- package/dist/commonjs/api/inference/options.js.map +1 -0
- package/dist/commonjs/api/redTeams/index.d.ts +3 -0
- package/dist/commonjs/api/redTeams/index.d.ts.map +1 -0
- package/dist/commonjs/api/redTeams/index.js +10 -0
- package/dist/commonjs/api/redTeams/index.js.map +1 -0
- package/dist/commonjs/api/redTeams/operations.d.ts +18 -0
- package/dist/commonjs/api/redTeams/operations.d.ts.map +1 -0
- package/dist/commonjs/api/redTeams/operations.js +85 -0
- package/dist/commonjs/api/redTeams/operations.js.map +1 -0
- package/dist/commonjs/api/redTeams/options.d.ts +15 -0
- package/dist/commonjs/api/redTeams/options.d.ts.map +1 -0
- package/dist/commonjs/api/redTeams/options.js +5 -0
- package/dist/commonjs/api/redTeams/options.js.map +1 -0
- package/dist/commonjs/api/telemetry/index.d.ts +2 -0
- package/dist/commonjs/api/telemetry/index.d.ts.map +1 -0
- package/dist/commonjs/api/telemetry/index.js +8 -0
- package/dist/commonjs/api/telemetry/index.js.map +1 -0
- package/dist/commonjs/api/telemetry/operations.d.ts +22 -0
- package/dist/commonjs/api/telemetry/operations.d.ts.map +1 -0
- package/dist/commonjs/api/telemetry/operations.js +73 -0
- package/dist/commonjs/api/telemetry/operations.js.map +1 -0
- package/dist/commonjs/classic/connections/index.d.ts +17 -0
- package/dist/commonjs/classic/connections/index.d.ts.map +1 -0
- package/dist/commonjs/classic/connections/index.js +18 -0
- package/dist/commonjs/classic/connections/index.js.map +1 -0
- package/dist/commonjs/classic/datasets/index.d.ts +33 -0
- package/dist/commonjs/classic/datasets/index.d.ts.map +1 -0
- package/dist/commonjs/classic/datasets/index.js +24 -0
- package/dist/commonjs/classic/datasets/index.js.map +1 -0
- package/dist/commonjs/classic/deployments/index.d.ts +13 -0
- package/dist/commonjs/classic/deployments/index.d.ts.map +1 -0
- package/dist/commonjs/classic/deployments/index.js +16 -0
- package/dist/commonjs/classic/deployments/index.js.map +1 -0
- package/dist/commonjs/classic/evaluations/index.d.ts +17 -0
- package/dist/commonjs/classic/evaluations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/evaluations/index.js +18 -0
- package/dist/commonjs/classic/evaluations/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/indexes/index.d.ts +24 -0
- package/dist/commonjs/classic/indexes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/indexes/index.js +20 -0
- package/dist/commonjs/classic/indexes/index.js.map +1 -0
- package/dist/commonjs/classic/inference/index.d.ts +18 -0
- package/dist/commonjs/classic/inference/index.d.ts.map +1 -0
- package/dist/commonjs/classic/inference/index.js +18 -0
- package/dist/commonjs/classic/inference/index.js.map +1 -0
- package/dist/commonjs/classic/redTeams/index.d.ts +15 -0
- package/dist/commonjs/classic/redTeams/index.d.ts.map +1 -0
- package/dist/commonjs/classic/redTeams/index.js +17 -0
- package/dist/commonjs/classic/redTeams/index.js.map +1 -0
- package/dist/commonjs/classic/telemetry/index.d.ts +8 -0
- package/dist/commonjs/classic/telemetry/index.d.ts.map +1 -0
- package/dist/commonjs/classic/telemetry/index.js +16 -0
- package/dist/commonjs/classic/telemetry/index.js.map +1 -0
- package/dist/commonjs/constants.d.ts +1 -1
- package/dist/commonjs/constants.js +1 -1
- package/dist/commonjs/constants.js.map +1 -1
- package/dist/commonjs/index.d.ts +13 -8
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +6 -6
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/logger.d.ts.map +1 -1
- package/dist/commonjs/logger.js +1 -2
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/evaluations.d.ts +55 -0
- package/dist/commonjs/models/evaluations.d.ts.map +1 -0
- package/dist/commonjs/models/evaluations.js +59 -0
- package/dist/commonjs/models/evaluations.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +10 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +541 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +780 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +178 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/aiProjectClient.d.ts +77 -0
- package/dist/esm/aiProjectClient.d.ts.map +1 -0
- package/dist/esm/aiProjectClient.js +85 -0
- package/dist/esm/aiProjectClient.js.map +1 -0
- package/dist/esm/api/aiProjectContext.d.ts +23 -0
- package/dist/esm/api/aiProjectContext.d.ts.map +1 -0
- package/dist/esm/api/aiProjectContext.js +37 -0
- package/dist/esm/api/aiProjectContext.js.map +1 -0
- package/dist/esm/api/connections/index.d.ts +3 -0
- package/dist/esm/api/connections/index.d.ts.map +1 -0
- package/dist/esm/api/connections/index.js +4 -0
- package/dist/esm/api/connections/index.js.map +1 -0
- package/dist/esm/api/connections/operations.d.ts +28 -0
- package/dist/esm/api/connections/operations.d.ts.map +1 -0
- package/dist/esm/api/connections/operations.js +122 -0
- package/dist/esm/api/connections/operations.js.map +1 -0
- package/dist/esm/api/connections/options.d.ts +22 -0
- package/dist/esm/api/connections/options.d.ts.map +1 -0
- package/dist/esm/api/connections/options.js +4 -0
- package/dist/esm/api/connections/options.js.map +1 -0
- package/dist/esm/api/datasets/index.d.ts +3 -0
- package/dist/esm/api/datasets/index.d.ts.map +1 -0
- package/dist/esm/api/datasets/index.js +4 -0
- package/dist/esm/api/datasets/index.js.map +1 -0
- package/dist/esm/api/datasets/operations.d.ts +41 -0
- package/dist/esm/api/datasets/operations.d.ts.map +1 -0
- package/dist/esm/api/datasets/operations.js +294 -0
- package/dist/esm/api/datasets/operations.js.map +1 -0
- package/dist/esm/api/datasets/options.d.ts +23 -0
- package/dist/esm/api/datasets/options.d.ts.map +1 -0
- package/dist/esm/api/datasets/options.js +4 -0
- package/dist/esm/api/datasets/options.js.map +1 -0
- package/dist/esm/api/deployments/index.d.ts +3 -0
- package/dist/esm/api/deployments/index.d.ts.map +1 -0
- package/dist/esm/api/deployments/index.js +4 -0
- package/dist/esm/api/deployments/index.js.map +1 -0
- package/dist/esm/api/deployments/operations.d.ts +14 -0
- package/dist/esm/api/deployments/operations.d.ts.map +1 -0
- package/dist/esm/api/deployments/operations.js +56 -0
- package/dist/esm/api/deployments/operations.js.map +1 -0
- package/dist/esm/api/deployments/options.d.ts +19 -0
- package/dist/esm/api/deployments/options.d.ts.map +1 -0
- package/dist/esm/api/deployments/options.js +4 -0
- package/dist/esm/api/deployments/options.js.map +1 -0
- package/dist/esm/api/evaluations/index.d.ts +3 -0
- package/dist/esm/api/evaluations/index.d.ts.map +1 -0
- package/dist/esm/api/evaluations/index.js +4 -0
- package/dist/esm/api/evaluations/index.js.map +1 -0
- package/dist/esm/api/evaluations/operations.d.ts +22 -0
- package/dist/esm/api/evaluations/operations.d.ts.map +1 -0
- package/dist/esm/api/evaluations/operations.js +99 -0
- package/dist/esm/api/evaluations/operations.js.map +1 -0
- package/dist/esm/api/evaluations/options.d.ts +18 -0
- package/dist/esm/api/evaluations/options.d.ts.map +1 -0
- package/dist/esm/api/evaluations/options.js +4 -0
- package/dist/esm/api/evaluations/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +18 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +2 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/indexes/index.d.ts +3 -0
- package/dist/esm/api/indexes/index.d.ts.map +1 -0
- package/dist/esm/api/indexes/index.js +4 -0
- package/dist/esm/api/indexes/index.js.map +1 -0
- package/dist/esm/api/indexes/operations.d.ts +31 -0
- package/dist/esm/api/indexes/operations.d.ts.map +1 -0
- package/dist/esm/api/indexes/operations.js +123 -0
- package/dist/esm/api/indexes/operations.js.map +1 -0
- package/dist/esm/api/indexes/options.d.ts +17 -0
- package/dist/esm/api/indexes/options.d.ts.map +1 -0
- package/dist/esm/api/indexes/options.js +4 -0
- package/dist/esm/api/indexes/options.js.map +1 -0
- package/dist/esm/api/inference/index.d.ts +5 -0
- package/dist/esm/api/inference/index.d.ts.map +1 -0
- package/dist/esm/api/inference/index.js +7 -0
- package/dist/esm/api/inference/index.js.map +1 -0
- package/dist/esm/api/inference/operations.d.ts +59 -0
- package/dist/esm/api/inference/operations.d.ts.map +1 -0
- package/dist/esm/api/inference/operations.js +177 -0
- package/dist/esm/api/inference/operations.js.map +1 -0
- package/dist/esm/api/inference/options.d.ts +18 -0
- package/dist/esm/api/inference/options.d.ts.map +1 -0
- package/dist/esm/api/inference/options.js +4 -0
- package/dist/esm/api/inference/options.js.map +1 -0
- package/dist/esm/api/redTeams/index.d.ts +3 -0
- package/dist/esm/api/redTeams/index.d.ts.map +1 -0
- package/dist/esm/api/redTeams/index.js +4 -0
- package/dist/esm/api/redTeams/index.js.map +1 -0
- package/dist/esm/api/redTeams/operations.d.ts +18 -0
- package/dist/esm/api/redTeams/operations.d.ts.map +1 -0
- package/dist/esm/api/redTeams/operations.js +74 -0
- package/dist/esm/api/redTeams/operations.js.map +1 -0
- package/dist/esm/api/redTeams/options.d.ts +15 -0
- package/dist/esm/api/redTeams/options.d.ts.map +1 -0
- package/dist/esm/api/redTeams/options.js +4 -0
- package/dist/esm/api/redTeams/options.js.map +1 -0
- package/dist/esm/api/telemetry/index.d.ts +2 -0
- package/dist/esm/api/telemetry/index.d.ts.map +1 -0
- package/dist/esm/api/telemetry/index.js +4 -0
- package/dist/esm/api/telemetry/index.js.map +1 -0
- package/dist/esm/api/telemetry/operations.d.ts +22 -0
- package/dist/esm/api/telemetry/operations.d.ts.map +1 -0
- package/dist/esm/api/telemetry/operations.js +70 -0
- package/dist/esm/api/telemetry/operations.js.map +1 -0
- package/dist/esm/classic/connections/index.d.ts +17 -0
- package/dist/esm/classic/connections/index.d.ts.map +1 -0
- package/dist/esm/classic/connections/index.js +15 -0
- package/dist/esm/classic/connections/index.js.map +1 -0
- package/dist/esm/classic/datasets/index.d.ts +33 -0
- package/dist/esm/classic/datasets/index.d.ts.map +1 -0
- package/dist/esm/classic/datasets/index.js +21 -0
- package/dist/esm/classic/datasets/index.js.map +1 -0
- package/dist/esm/classic/deployments/index.d.ts +13 -0
- package/dist/esm/classic/deployments/index.d.ts.map +1 -0
- package/dist/esm/classic/deployments/index.js +13 -0
- package/dist/esm/classic/deployments/index.js.map +1 -0
- package/dist/esm/classic/evaluations/index.d.ts +17 -0
- package/dist/esm/classic/evaluations/index.d.ts.map +1 -0
- package/dist/esm/classic/evaluations/index.js +15 -0
- package/dist/esm/classic/evaluations/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/indexes/index.d.ts +24 -0
- package/dist/esm/classic/indexes/index.d.ts.map +1 -0
- package/dist/esm/classic/indexes/index.js +17 -0
- package/dist/esm/classic/indexes/index.js.map +1 -0
- package/dist/esm/classic/inference/index.d.ts +18 -0
- package/dist/esm/classic/inference/index.d.ts.map +1 -0
- package/dist/esm/classic/inference/index.js +15 -0
- package/dist/esm/classic/inference/index.js.map +1 -0
- package/dist/esm/classic/redTeams/index.d.ts +15 -0
- package/dist/esm/classic/redTeams/index.d.ts.map +1 -0
- package/dist/esm/classic/redTeams/index.js +14 -0
- package/dist/esm/classic/redTeams/index.js.map +1 -0
- package/dist/esm/classic/telemetry/index.d.ts +8 -0
- package/dist/esm/classic/telemetry/index.d.ts.map +1 -0
- package/dist/esm/classic/telemetry/index.js +13 -0
- package/dist/esm/classic/telemetry/index.js.map +1 -0
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/index.d.ts +13 -8
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +2 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts.map +1 -1
- package/dist/esm/logger.js +1 -2
- package/dist/esm/logger.js.map +1 -1
- package/dist/esm/models/evaluations.d.ts +55 -0
- package/dist/esm/models/evaluations.d.ts.map +1 -0
- package/dist/esm/models/evaluations.js +56 -0
- package/dist/esm/models/evaluations.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +5 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +541 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +696 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +175 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/aiProjectClient.d.ts +77 -0
- package/dist/react-native/aiProjectClient.d.ts.map +1 -0
- package/dist/react-native/aiProjectClient.js +85 -0
- package/dist/react-native/aiProjectClient.js.map +1 -0
- package/dist/react-native/api/aiProjectContext.d.ts +23 -0
- package/dist/react-native/api/aiProjectContext.d.ts.map +1 -0
- package/dist/react-native/api/aiProjectContext.js +37 -0
- package/dist/react-native/api/aiProjectContext.js.map +1 -0
- package/dist/react-native/api/connections/index.d.ts +3 -0
- package/dist/react-native/api/connections/index.d.ts.map +1 -0
- package/dist/react-native/api/connections/index.js +4 -0
- package/dist/react-native/api/connections/index.js.map +1 -0
- package/dist/react-native/api/connections/operations.d.ts +28 -0
- package/dist/react-native/api/connections/operations.d.ts.map +1 -0
- package/dist/react-native/api/connections/operations.js +122 -0
- package/dist/react-native/api/connections/operations.js.map +1 -0
- package/dist/react-native/api/connections/options.d.ts +22 -0
- package/dist/react-native/api/connections/options.d.ts.map +1 -0
- package/dist/react-native/api/connections/options.js +4 -0
- package/dist/react-native/api/connections/options.js.map +1 -0
- package/dist/react-native/api/datasets/index.d.ts +3 -0
- package/dist/react-native/api/datasets/index.d.ts.map +1 -0
- package/dist/react-native/api/datasets/index.js +4 -0
- package/dist/react-native/api/datasets/index.js.map +1 -0
- package/dist/react-native/api/datasets/operations.d.ts +41 -0
- package/dist/react-native/api/datasets/operations.d.ts.map +1 -0
- package/dist/react-native/api/datasets/operations.js +294 -0
- package/dist/react-native/api/datasets/operations.js.map +1 -0
- package/dist/react-native/api/datasets/options.d.ts +23 -0
- package/dist/react-native/api/datasets/options.d.ts.map +1 -0
- package/dist/react-native/api/datasets/options.js +4 -0
- package/dist/react-native/api/datasets/options.js.map +1 -0
- package/dist/react-native/api/deployments/index.d.ts +3 -0
- package/dist/react-native/api/deployments/index.d.ts.map +1 -0
- package/dist/react-native/api/deployments/index.js +4 -0
- package/dist/react-native/api/deployments/index.js.map +1 -0
- package/dist/react-native/api/deployments/operations.d.ts +14 -0
- package/dist/react-native/api/deployments/operations.d.ts.map +1 -0
- package/dist/react-native/api/deployments/operations.js +56 -0
- package/dist/react-native/api/deployments/operations.js.map +1 -0
- package/dist/react-native/api/deployments/options.d.ts +19 -0
- package/dist/react-native/api/deployments/options.d.ts.map +1 -0
- package/dist/react-native/api/deployments/options.js +4 -0
- package/dist/react-native/api/deployments/options.js.map +1 -0
- package/dist/react-native/api/evaluations/index.d.ts +3 -0
- package/dist/react-native/api/evaluations/index.d.ts.map +1 -0
- package/dist/react-native/api/evaluations/index.js +4 -0
- package/dist/react-native/api/evaluations/index.js.map +1 -0
- package/dist/react-native/api/evaluations/operations.d.ts +22 -0
- package/dist/react-native/api/evaluations/operations.d.ts.map +1 -0
- package/dist/react-native/api/evaluations/operations.js +99 -0
- package/dist/react-native/api/evaluations/operations.js.map +1 -0
- package/dist/react-native/api/evaluations/options.d.ts +18 -0
- package/dist/react-native/api/evaluations/options.d.ts.map +1 -0
- package/dist/react-native/api/evaluations/options.js +4 -0
- package/dist/react-native/api/evaluations/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +18 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +2 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/indexes/index.d.ts +3 -0
- package/dist/react-native/api/indexes/index.d.ts.map +1 -0
- package/dist/react-native/api/indexes/index.js +4 -0
- package/dist/react-native/api/indexes/index.js.map +1 -0
- package/dist/react-native/api/indexes/operations.d.ts +31 -0
- package/dist/react-native/api/indexes/operations.d.ts.map +1 -0
- package/dist/react-native/api/indexes/operations.js +123 -0
- package/dist/react-native/api/indexes/operations.js.map +1 -0
- package/dist/react-native/api/indexes/options.d.ts +17 -0
- package/dist/react-native/api/indexes/options.d.ts.map +1 -0
- package/dist/react-native/api/indexes/options.js +4 -0
- package/dist/react-native/api/indexes/options.js.map +1 -0
- package/dist/react-native/api/inference/index.d.ts +5 -0
- package/dist/react-native/api/inference/index.d.ts.map +1 -0
- package/dist/react-native/api/inference/index.js +7 -0
- package/dist/react-native/api/inference/index.js.map +1 -0
- package/dist/react-native/api/inference/operations.d.ts +59 -0
- package/dist/react-native/api/inference/operations.d.ts.map +1 -0
- package/dist/react-native/api/inference/operations.js +177 -0
- package/dist/react-native/api/inference/operations.js.map +1 -0
- package/dist/react-native/api/inference/options.d.ts +18 -0
- package/dist/react-native/api/inference/options.d.ts.map +1 -0
- package/dist/react-native/api/inference/options.js +4 -0
- package/dist/react-native/api/inference/options.js.map +1 -0
- package/dist/react-native/api/redTeams/index.d.ts +3 -0
- package/dist/react-native/api/redTeams/index.d.ts.map +1 -0
- package/dist/react-native/api/redTeams/index.js +4 -0
- package/dist/react-native/api/redTeams/index.js.map +1 -0
- package/dist/react-native/api/redTeams/operations.d.ts +18 -0
- package/dist/react-native/api/redTeams/operations.d.ts.map +1 -0
- package/dist/react-native/api/redTeams/operations.js +74 -0
- package/dist/react-native/api/redTeams/operations.js.map +1 -0
- package/dist/react-native/api/redTeams/options.d.ts +15 -0
- package/dist/react-native/api/redTeams/options.d.ts.map +1 -0
- package/dist/react-native/api/redTeams/options.js +4 -0
- package/dist/react-native/api/redTeams/options.js.map +1 -0
- package/dist/react-native/api/telemetry/index.d.ts +2 -0
- package/dist/react-native/api/telemetry/index.d.ts.map +1 -0
- package/dist/react-native/api/telemetry/index.js +4 -0
- package/dist/react-native/api/telemetry/index.js.map +1 -0
- package/dist/react-native/api/telemetry/operations.d.ts +22 -0
- package/dist/react-native/api/telemetry/operations.d.ts.map +1 -0
- package/dist/react-native/api/telemetry/operations.js +70 -0
- package/dist/react-native/api/telemetry/operations.js.map +1 -0
- package/dist/react-native/classic/connections/index.d.ts +17 -0
- package/dist/react-native/classic/connections/index.d.ts.map +1 -0
- package/dist/react-native/classic/connections/index.js +15 -0
- package/dist/react-native/classic/connections/index.js.map +1 -0
- package/dist/react-native/classic/datasets/index.d.ts +33 -0
- package/dist/react-native/classic/datasets/index.d.ts.map +1 -0
- package/dist/react-native/classic/datasets/index.js +21 -0
- package/dist/react-native/classic/datasets/index.js.map +1 -0
- package/dist/react-native/classic/deployments/index.d.ts +13 -0
- package/dist/react-native/classic/deployments/index.d.ts.map +1 -0
- package/dist/react-native/classic/deployments/index.js +13 -0
- package/dist/react-native/classic/deployments/index.js.map +1 -0
- package/dist/react-native/classic/evaluations/index.d.ts +17 -0
- package/dist/react-native/classic/evaluations/index.d.ts.map +1 -0
- package/dist/react-native/classic/evaluations/index.js +15 -0
- package/dist/react-native/classic/evaluations/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/indexes/index.d.ts +24 -0
- package/dist/react-native/classic/indexes/index.d.ts.map +1 -0
- package/dist/react-native/classic/indexes/index.js +17 -0
- package/dist/react-native/classic/indexes/index.js.map +1 -0
- package/dist/react-native/classic/inference/index.d.ts +18 -0
- package/dist/react-native/classic/inference/index.d.ts.map +1 -0
- package/dist/react-native/classic/inference/index.js +15 -0
- package/dist/react-native/classic/inference/index.js.map +1 -0
- package/dist/react-native/classic/redTeams/index.d.ts +15 -0
- package/dist/react-native/classic/redTeams/index.d.ts.map +1 -0
- package/dist/react-native/classic/redTeams/index.js +14 -0
- package/dist/react-native/classic/redTeams/index.js.map +1 -0
- package/dist/react-native/classic/telemetry/index.d.ts +8 -0
- package/dist/react-native/classic/telemetry/index.d.ts.map +1 -0
- package/dist/react-native/classic/telemetry/index.js +13 -0
- package/dist/react-native/classic/telemetry/index.js.map +1 -0
- package/dist/react-native/constants.d.ts +1 -1
- package/dist/react-native/constants.js +1 -1
- package/dist/react-native/constants.js.map +1 -1
- package/dist/react-native/index.d.ts +13 -8
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +2 -4
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/logger.d.ts.map +1 -1
- package/dist/react-native/logger.js +1 -2
- package/dist/react-native/logger.js.map +1 -1
- package/dist/react-native/models/evaluations.d.ts +55 -0
- package/dist/react-native/models/evaluations.d.ts.map +1 -0
- package/dist/react-native/models/evaluations.js +56 -0
- package/dist/react-native/models/evaluations.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +5 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +541 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +696 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +175 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +63 -48
- package/dist/browser/agents/assistants.d.ts +0 -14
- package/dist/browser/agents/assistants.d.ts.map +0 -1
- package/dist/browser/agents/assistants.js +0 -161
- package/dist/browser/agents/assistants.js.map +0 -1
- package/dist/browser/agents/assistantsTrace.d.ts +0 -17
- package/dist/browser/agents/assistantsTrace.d.ts.map +0 -1
- package/dist/browser/agents/assistantsTrace.js +0 -42
- package/dist/browser/agents/assistantsTrace.js.map +0 -1
- package/dist/browser/agents/customModels.d.ts +0 -288
- package/dist/browser/agents/customModels.d.ts.map +0 -1
- package/dist/browser/agents/customModels.js +0 -4
- package/dist/browser/agents/customModels.js.map +0 -1
- package/dist/browser/agents/files.d.ts +0 -17
- package/dist/browser/agents/files.d.ts.map +0 -1
- package/dist/browser/agents/files.js +0 -102
- package/dist/browser/agents/files.js.map +0 -1
- package/dist/browser/agents/index.d.ts +0 -103
- package/dist/browser/agents/index.d.ts.map +0 -1
- package/dist/browser/agents/index.js +0 -62
- package/dist/browser/agents/index.js.map +0 -1
- package/dist/browser/agents/inputOutputs.d.ts +0 -10
- package/dist/browser/agents/inputOutputs.d.ts.map +0 -1
- package/dist/browser/agents/inputOutputs.js +0 -8
- package/dist/browser/agents/inputOutputs.js.map +0 -1
- package/dist/browser/agents/inputValidations.d.ts +0 -15
- package/dist/browser/agents/inputValidations.d.ts.map +0 -1
- package/dist/browser/agents/inputValidations.js +0 -115
- package/dist/browser/agents/inputValidations.js.map +0 -1
- package/dist/browser/agents/messages.d.ts +0 -11
- package/dist/browser/agents/messages.d.ts.map +0 -1
- package/dist/browser/agents/messages.js +0 -101
- package/dist/browser/agents/messages.js.map +0 -1
- package/dist/browser/agents/messagesTrace.d.ts +0 -9
- package/dist/browser/agents/messagesTrace.d.ts.map +0 -1
- package/dist/browser/agents/messagesTrace.js +0 -29
- package/dist/browser/agents/messagesTrace.js.map +0 -1
- package/dist/browser/agents/openAIError.d.ts +0 -15
- package/dist/browser/agents/openAIError.d.ts.map +0 -1
- package/dist/browser/agents/openAIError.js +0 -24
- package/dist/browser/agents/openAIError.js.map +0 -1
- package/dist/browser/agents/poller.d.ts +0 -34
- package/dist/browser/agents/poller.d.ts.map +0 -1
- package/dist/browser/agents/poller.js +0 -60
- package/dist/browser/agents/poller.js.map +0 -1
- package/dist/browser/agents/runSteps.d.ts +0 -8
- package/dist/browser/agents/runSteps.d.ts.map +0 -1
- package/dist/browser/agents/runSteps.js +0 -55
- package/dist/browser/agents/runSteps.js.map +0 -1
- package/dist/browser/agents/runTrace.d.ts +0 -9
- package/dist/browser/agents/runTrace.d.ts.map +0 -1
- package/dist/browser/agents/runTrace.js +0 -62
- package/dist/browser/agents/runTrace.js.map +0 -1
- package/dist/browser/agents/runs.d.ts +0 -19
- package/dist/browser/agents/runs.d.ts.map +0 -1
- package/dist/browser/agents/runs.js +0 -222
- package/dist/browser/agents/runs.js.map +0 -1
- package/dist/browser/agents/streaming.d.ts +0 -9
- package/dist/browser/agents/streaming.d.ts.map +0 -1
- package/dist/browser/agents/streaming.js +0 -135
- package/dist/browser/agents/streaming.js.map +0 -1
- package/dist/browser/agents/streamingModels.d.ts +0 -101
- package/dist/browser/agents/streamingModels.d.ts.map +0 -1
- package/dist/browser/agents/streamingModels.js +0 -75
- package/dist/browser/agents/streamingModels.js.map +0 -1
- package/dist/browser/agents/threads.d.ts +0 -12
- package/dist/browser/agents/threads.d.ts.map +0 -1
- package/dist/browser/agents/threads.js +0 -85
- package/dist/browser/agents/threads.js.map +0 -1
- package/dist/browser/agents/threadsTrace.d.ts +0 -6
- package/dist/browser/agents/threadsTrace.d.ts.map +0 -1
- package/dist/browser/agents/threadsTrace.js +0 -19
- package/dist/browser/agents/threadsTrace.js.map +0 -1
- package/dist/browser/agents/traceUtility.d.ts +0 -36
- package/dist/browser/agents/traceUtility.d.ts.map +0 -1
- package/dist/browser/agents/traceUtility.js +0 -127
- package/dist/browser/agents/traceUtility.js.map +0 -1
- package/dist/browser/agents/utils.d.ts +0 -141
- package/dist/browser/agents/utils.d.ts.map +0 -1
- package/dist/browser/agents/utils.js +0 -178
- package/dist/browser/agents/utils.js.map +0 -1
- package/dist/browser/agents/vectorStores.d.ts +0 -20
- package/dist/browser/agents/vectorStores.d.ts.map +0 -1
- package/dist/browser/agents/vectorStores.js +0 -116
- package/dist/browser/agents/vectorStores.js.map +0 -1
- package/dist/browser/agents/vectorStoresFileBatches.d.ts +0 -15
- package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/browser/agents/vectorStoresFileBatches.js +0 -108
- package/dist/browser/agents/vectorStoresFileBatches.js.map +0 -1
- package/dist/browser/agents/vectorStoresFiles.d.ts +0 -18
- package/dist/browser/agents/vectorStoresFiles.d.ts.map +0 -1
- package/dist/browser/agents/vectorStoresFiles.js +0 -104
- package/dist/browser/agents/vectorStoresFiles.js.map +0 -1
- package/dist/browser/agents/vectorStoresModels.d.ts +0 -27
- package/dist/browser/agents/vectorStoresModels.d.ts.map +0 -1
- package/dist/browser/agents/vectorStoresModels.js +0 -4
- package/dist/browser/agents/vectorStoresModels.js.map +0 -1
- package/dist/browser/aiProjectsClient.d.ts +0 -34
- package/dist/browser/aiProjectsClient.d.ts.map +0 -1
- package/dist/browser/aiProjectsClient.js +0 -47
- package/dist/browser/aiProjectsClient.js.map +0 -1
- package/dist/browser/connections/connections.d.ts +0 -13
- package/dist/browser/connections/connections.d.ts.map +0 -1
- package/dist/browser/connections/connections.js +0 -47
- package/dist/browser/connections/connections.js.map +0 -1
- package/dist/browser/connections/customModels.d.ts +0 -27
- package/dist/browser/connections/customModels.d.ts.map +0 -1
- package/dist/browser/connections/customModels.js +0 -4
- package/dist/browser/connections/customModels.js.map +0 -1
- package/dist/browser/connections/index.d.ts +0 -9
- package/dist/browser/connections/index.d.ts.map +0 -1
- package/dist/browser/connections/index.js +0 -20
- package/dist/browser/connections/index.js.map +0 -1
- package/dist/browser/connections/inputOutput.d.ts +0 -4
- package/dist/browser/connections/inputOutput.d.ts.map +0 -1
- package/dist/browser/connections/inputOutput.js +0 -4
- package/dist/browser/connections/inputOutput.js.map +0 -1
- package/dist/browser/connections/internalModels.d.ts +0 -7
- package/dist/browser/connections/internalModels.d.ts.map +0 -1
- package/dist/browser/connections/internalModels.js +0 -4
- package/dist/browser/connections/internalModels.js.map +0 -1
- package/dist/browser/customization/convertModelsToWrite.d.ts +0 -14
- package/dist/browser/customization/convertModelsToWrite.d.ts.map +0 -1
- package/dist/browser/customization/convertModelsToWrite.js +0 -326
- package/dist/browser/customization/convertModelsToWrite.js.map +0 -1
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts +0 -27
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/browser/customization/convertOutputModelsFromWire.js +0 -891
- package/dist/browser/customization/convertOutputModelsFromWire.js.map +0 -1
- package/dist/browser/customization/convertParametersToWire.d.ts +0 -18
- package/dist/browser/customization/convertParametersToWire.d.ts.map +0 -1
- package/dist/browser/customization/convertParametersToWire.js +0 -31
- package/dist/browser/customization/convertParametersToWire.js.map +0 -1
- package/dist/browser/customization/models.d.ts +0 -805
- package/dist/browser/customization/models.d.ts.map +0 -1
- package/dist/browser/customization/models.js +0 -4
- package/dist/browser/customization/models.js.map +0 -1
- package/dist/browser/customization/outputModels.d.ts +0 -1318
- package/dist/browser/customization/outputModels.d.ts.map +0 -1
- package/dist/browser/customization/outputModels.js +0 -4
- package/dist/browser/customization/outputModels.js.map +0 -1
- package/dist/browser/customization/parameters.d.ts +0 -376
- package/dist/browser/customization/parameters.d.ts.map +0 -1
- package/dist/browser/customization/parameters.js +0 -4
- package/dist/browser/customization/parameters.js.map +0 -1
- package/dist/browser/customization/streamingModels.d.ts +0 -225
- package/dist/browser/customization/streamingModels.d.ts.map +0 -1
- package/dist/browser/customization/streamingModels.js +0 -4
- package/dist/browser/customization/streamingModels.js.map +0 -1
- package/dist/browser/customization/streamingWireModels.d.ts +0 -221
- package/dist/browser/customization/streamingWireModels.d.ts.map +0 -1
- package/dist/browser/customization/streamingWireModels.js +0 -4
- package/dist/browser/customization/streamingWireModels.js.map +0 -1
- package/dist/browser/generated/src/clientDefinitions.d.ts +0 -258
- package/dist/browser/generated/src/clientDefinitions.d.ts.map +0 -1
- package/dist/browser/generated/src/clientDefinitions.js +0 -4
- package/dist/browser/generated/src/clientDefinitions.js.map +0 -1
- package/dist/browser/generated/src/index.d.ts +0 -11
- package/dist/browser/generated/src/index.d.ts.map +0 -1
- package/dist/browser/generated/src/index.js +0 -13
- package/dist/browser/generated/src/index.js.map +0 -1
- package/dist/browser/generated/src/isUnexpected.d.ts +0 -54
- package/dist/browser/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/browser/generated/src/isUnexpected.js +0 -123
- package/dist/browser/generated/src/isUnexpected.js.map +0 -1
- package/dist/browser/generated/src/logger.d.ts +0 -2
- package/dist/browser/generated/src/logger.d.ts.map +0 -1
- package/dist/browser/generated/src/logger.js +0 -5
- package/dist/browser/generated/src/logger.js.map +0 -1
- package/dist/browser/generated/src/models.d.ts +0 -805
- package/dist/browser/generated/src/models.d.ts.map +0 -1
- package/dist/browser/generated/src/models.js +0 -4
- package/dist/browser/generated/src/models.js.map +0 -1
- package/dist/browser/generated/src/outputModels.d.ts +0 -1318
- package/dist/browser/generated/src/outputModels.d.ts.map +0 -1
- package/dist/browser/generated/src/outputModels.js +0 -4
- package/dist/browser/generated/src/outputModels.js.map +0 -1
- package/dist/browser/generated/src/paginateHelper.d.ts +0 -43
- package/dist/browser/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/browser/generated/src/paginateHelper.js +0 -83
- package/dist/browser/generated/src/paginateHelper.js.map +0 -1
- package/dist/browser/generated/src/parameters.d.ts +0 -376
- package/dist/browser/generated/src/parameters.d.ts.map +0 -1
- package/dist/browser/generated/src/parameters.js +0 -4
- package/dist/browser/generated/src/parameters.js.map +0 -1
- package/dist/browser/generated/src/projectsClient.d.ts +0 -19
- package/dist/browser/generated/src/projectsClient.d.ts.map +0 -1
- package/dist/browser/generated/src/projectsClient.js +0 -48
- package/dist/browser/generated/src/projectsClient.js.map +0 -1
- package/dist/browser/generated/src/responses.d.ts +0 -776
- package/dist/browser/generated/src/responses.d.ts.map +0 -1
- package/dist/browser/generated/src/responses.js +0 -4
- package/dist/browser/generated/src/responses.js.map +0 -1
- package/dist/browser/telemetry/index.d.ts +0 -32
- package/dist/browser/telemetry/index.d.ts.map +0 -1
- package/dist/browser/telemetry/index.js +0 -17
- package/dist/browser/telemetry/index.js.map +0 -1
- package/dist/browser/telemetry/telemetry.d.ts +0 -30
- package/dist/browser/telemetry/telemetry.d.ts.map +0 -1
- package/dist/browser/telemetry/telemetry.js +0 -53
- package/dist/browser/telemetry/telemetry.js.map +0 -1
- package/dist/browser/tracing.d.ts +0 -80
- package/dist/browser/tracing.d.ts.map +0 -1
- package/dist/browser/tracing.js +0 -193
- package/dist/browser/tracing.js.map +0 -1
- package/dist/commonjs/agents/assistants.d.ts +0 -14
- package/dist/commonjs/agents/assistants.d.ts.map +0 -1
- package/dist/commonjs/agents/assistants.js +0 -169
- package/dist/commonjs/agents/assistants.js.map +0 -1
- package/dist/commonjs/agents/assistantsTrace.d.ts +0 -17
- package/dist/commonjs/agents/assistantsTrace.d.ts.map +0 -1
- package/dist/commonjs/agents/assistantsTrace.js +0 -46
- package/dist/commonjs/agents/assistantsTrace.js.map +0 -1
- package/dist/commonjs/agents/customModels.d.ts +0 -288
- package/dist/commonjs/agents/customModels.d.ts.map +0 -1
- package/dist/commonjs/agents/customModels.js +0 -5
- package/dist/commonjs/agents/customModels.js.map +0 -1
- package/dist/commonjs/agents/files.d.ts +0 -17
- package/dist/commonjs/agents/files.d.ts.map +0 -1
- package/dist/commonjs/agents/files.js +0 -111
- package/dist/commonjs/agents/files.js.map +0 -1
- package/dist/commonjs/agents/index.d.ts +0 -103
- package/dist/commonjs/agents/index.d.ts.map +0 -1
- package/dist/commonjs/agents/index.js +0 -65
- package/dist/commonjs/agents/index.js.map +0 -1
- package/dist/commonjs/agents/inputOutputs.d.ts +0 -10
- package/dist/commonjs/agents/inputOutputs.d.ts.map +0 -1
- package/dist/commonjs/agents/inputOutputs.js +0 -11
- package/dist/commonjs/agents/inputOutputs.js.map +0 -1
- package/dist/commonjs/agents/inputValidations.d.ts +0 -15
- package/dist/commonjs/agents/inputValidations.d.ts.map +0 -1
- package/dist/commonjs/agents/inputValidations.js +0 -130
- package/dist/commonjs/agents/inputValidations.js.map +0 -1
- package/dist/commonjs/agents/messages.d.ts +0 -11
- package/dist/commonjs/agents/messages.d.ts.map +0 -1
- package/dist/commonjs/agents/messages.js +0 -107
- package/dist/commonjs/agents/messages.js.map +0 -1
- package/dist/commonjs/agents/messagesTrace.d.ts +0 -9
- package/dist/commonjs/agents/messagesTrace.d.ts.map +0 -1
- package/dist/commonjs/agents/messagesTrace.js +0 -35
- package/dist/commonjs/agents/messagesTrace.js.map +0 -1
- package/dist/commonjs/agents/openAIError.d.ts +0 -15
- package/dist/commonjs/agents/openAIError.d.ts.map +0 -1
- package/dist/commonjs/agents/openAIError.js +0 -29
- package/dist/commonjs/agents/openAIError.js.map +0 -1
- package/dist/commonjs/agents/poller.d.ts +0 -34
- package/dist/commonjs/agents/poller.d.ts.map +0 -1
- package/dist/commonjs/agents/poller.js +0 -64
- package/dist/commonjs/agents/poller.js.map +0 -1
- package/dist/commonjs/agents/runSteps.d.ts +0 -8
- package/dist/commonjs/agents/runSteps.d.ts.map +0 -1
- package/dist/commonjs/agents/runSteps.js +0 -60
- package/dist/commonjs/agents/runSteps.js.map +0 -1
- package/dist/commonjs/agents/runTrace.d.ts +0 -9
- package/dist/commonjs/agents/runTrace.d.ts.map +0 -1
- package/dist/commonjs/agents/runTrace.js +0 -69
- package/dist/commonjs/agents/runTrace.js.map +0 -1
- package/dist/commonjs/agents/runs.d.ts +0 -19
- package/dist/commonjs/agents/runs.d.ts.map +0 -1
- package/dist/commonjs/agents/runs.js +0 -232
- package/dist/commonjs/agents/runs.js.map +0 -1
- package/dist/commonjs/agents/streaming.d.ts +0 -9
- package/dist/commonjs/agents/streaming.d.ts.map +0 -1
- package/dist/commonjs/agents/streaming.js +0 -140
- package/dist/commonjs/agents/streaming.js.map +0 -1
- package/dist/commonjs/agents/streamingModels.d.ts +0 -101
- package/dist/commonjs/agents/streamingModels.d.ts.map +0 -1
- package/dist/commonjs/agents/streamingModels.js +0 -78
- package/dist/commonjs/agents/streamingModels.js.map +0 -1
- package/dist/commonjs/agents/threads.d.ts +0 -12
- package/dist/commonjs/agents/threads.d.ts.map +0 -1
- package/dist/commonjs/agents/threads.js +0 -92
- package/dist/commonjs/agents/threads.js.map +0 -1
- package/dist/commonjs/agents/threadsTrace.d.ts +0 -6
- package/dist/commonjs/agents/threadsTrace.d.ts.map +0 -1
- package/dist/commonjs/agents/threadsTrace.js +0 -23
- package/dist/commonjs/agents/threadsTrace.js.map +0 -1
- package/dist/commonjs/agents/traceUtility.d.ts +0 -36
- package/dist/commonjs/agents/traceUtility.d.ts.map +0 -1
- package/dist/commonjs/agents/traceUtility.js +0 -136
- package/dist/commonjs/agents/traceUtility.js.map +0 -1
- package/dist/commonjs/agents/utils.d.ts +0 -141
- package/dist/commonjs/agents/utils.d.ts.map +0 -1
- package/dist/commonjs/agents/utils.js +0 -184
- package/dist/commonjs/agents/utils.js.map +0 -1
- package/dist/commonjs/agents/vectorStores.d.ts +0 -20
- package/dist/commonjs/agents/vectorStores.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStores.js +0 -125
- package/dist/commonjs/agents/vectorStores.js.map +0 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +0 -15
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.js +0 -116
- package/dist/commonjs/agents/vectorStoresFileBatches.js.map +0 -1
- package/dist/commonjs/agents/vectorStoresFiles.d.ts +0 -18
- package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStoresFiles.js +0 -112
- package/dist/commonjs/agents/vectorStoresFiles.js.map +0 -1
- package/dist/commonjs/agents/vectorStoresModels.d.ts +0 -27
- package/dist/commonjs/agents/vectorStoresModels.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStoresModels.js +0 -5
- package/dist/commonjs/agents/vectorStoresModels.js.map +0 -1
- package/dist/commonjs/aiProjectsClient.d.ts +0 -34
- package/dist/commonjs/aiProjectsClient.d.ts.map +0 -1
- package/dist/commonjs/aiProjectsClient.js +0 -52
- package/dist/commonjs/aiProjectsClient.js.map +0 -1
- package/dist/commonjs/connections/connections.d.ts +0 -13
- package/dist/commonjs/connections/connections.d.ts.map +0 -1
- package/dist/commonjs/connections/connections.js +0 -53
- package/dist/commonjs/connections/connections.js.map +0 -1
- package/dist/commonjs/connections/customModels.d.ts +0 -27
- package/dist/commonjs/connections/customModels.d.ts.map +0 -1
- package/dist/commonjs/connections/customModels.js +0 -5
- package/dist/commonjs/connections/customModels.js.map +0 -1
- package/dist/commonjs/connections/index.d.ts +0 -9
- package/dist/commonjs/connections/index.d.ts.map +0 -1
- package/dist/commonjs/connections/index.js +0 -24
- package/dist/commonjs/connections/index.js.map +0 -1
- package/dist/commonjs/connections/inputOutput.d.ts +0 -4
- package/dist/commonjs/connections/inputOutput.d.ts.map +0 -1
- package/dist/commonjs/connections/inputOutput.js +0 -7
- package/dist/commonjs/connections/inputOutput.js.map +0 -1
- package/dist/commonjs/connections/internalModels.d.ts +0 -7
- package/dist/commonjs/connections/internalModels.d.ts.map +0 -1
- package/dist/commonjs/connections/internalModels.js +0 -5
- package/dist/commonjs/connections/internalModels.js.map +0 -1
- package/dist/commonjs/customization/convertModelsToWrite.d.ts +0 -14
- package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +0 -1
- package/dist/commonjs/customization/convertModelsToWrite.js +0 -339
- package/dist/commonjs/customization/convertModelsToWrite.js.map +0 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +0 -27
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.js +0 -915
- package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +0 -1
- package/dist/commonjs/customization/convertParametersToWire.d.ts +0 -18
- package/dist/commonjs/customization/convertParametersToWire.d.ts.map +0 -1
- package/dist/commonjs/customization/convertParametersToWire.js +0 -38
- package/dist/commonjs/customization/convertParametersToWire.js.map +0 -1
- package/dist/commonjs/customization/models.d.ts +0 -805
- package/dist/commonjs/customization/models.d.ts.map +0 -1
- package/dist/commonjs/customization/models.js +0 -5
- package/dist/commonjs/customization/models.js.map +0 -1
- package/dist/commonjs/customization/outputModels.d.ts +0 -1318
- package/dist/commonjs/customization/outputModels.d.ts.map +0 -1
- package/dist/commonjs/customization/outputModels.js +0 -5
- package/dist/commonjs/customization/outputModels.js.map +0 -1
- package/dist/commonjs/customization/parameters.d.ts +0 -376
- package/dist/commonjs/customization/parameters.d.ts.map +0 -1
- package/dist/commonjs/customization/parameters.js +0 -5
- package/dist/commonjs/customization/parameters.js.map +0 -1
- package/dist/commonjs/customization/streamingModels.d.ts +0 -225
- package/dist/commonjs/customization/streamingModels.d.ts.map +0 -1
- package/dist/commonjs/customization/streamingModels.js +0 -5
- package/dist/commonjs/customization/streamingModels.js.map +0 -1
- package/dist/commonjs/customization/streamingWireModels.d.ts +0 -221
- package/dist/commonjs/customization/streamingWireModels.d.ts.map +0 -1
- package/dist/commonjs/customization/streamingWireModels.js +0 -5
- package/dist/commonjs/customization/streamingWireModels.js.map +0 -1
- package/dist/commonjs/generated/src/clientDefinitions.d.ts +0 -258
- package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +0 -1
- package/dist/commonjs/generated/src/clientDefinitions.js +0 -5
- package/dist/commonjs/generated/src/clientDefinitions.js.map +0 -1
- package/dist/commonjs/generated/src/index.d.ts +0 -11
- package/dist/commonjs/generated/src/index.d.ts.map +0 -1
- package/dist/commonjs/generated/src/index.js +0 -16
- package/dist/commonjs/generated/src/index.js.map +0 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts +0 -54
- package/dist/commonjs/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/generated/src/isUnexpected.js +0 -126
- package/dist/commonjs/generated/src/isUnexpected.js.map +0 -1
- package/dist/commonjs/generated/src/logger.d.ts +0 -2
- package/dist/commonjs/generated/src/logger.d.ts.map +0 -1
- package/dist/commonjs/generated/src/logger.js +0 -8
- package/dist/commonjs/generated/src/logger.js.map +0 -1
- package/dist/commonjs/generated/src/models.d.ts +0 -805
- package/dist/commonjs/generated/src/models.d.ts.map +0 -1
- package/dist/commonjs/generated/src/models.js +0 -5
- package/dist/commonjs/generated/src/models.js.map +0 -1
- package/dist/commonjs/generated/src/outputModels.d.ts +0 -1318
- package/dist/commonjs/generated/src/outputModels.d.ts.map +0 -1
- package/dist/commonjs/generated/src/outputModels.js +0 -5
- package/dist/commonjs/generated/src/outputModels.js.map +0 -1
- package/dist/commonjs/generated/src/paginateHelper.d.ts +0 -43
- package/dist/commonjs/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/generated/src/paginateHelper.js +0 -86
- package/dist/commonjs/generated/src/paginateHelper.js.map +0 -1
- package/dist/commonjs/generated/src/parameters.d.ts +0 -376
- package/dist/commonjs/generated/src/parameters.d.ts.map +0 -1
- package/dist/commonjs/generated/src/parameters.js +0 -5
- package/dist/commonjs/generated/src/parameters.js.map +0 -1
- package/dist/commonjs/generated/src/projectsClient.d.ts +0 -19
- package/dist/commonjs/generated/src/projectsClient.d.ts.map +0 -1
- package/dist/commonjs/generated/src/projectsClient.js +0 -51
- package/dist/commonjs/generated/src/projectsClient.js.map +0 -1
- package/dist/commonjs/generated/src/responses.d.ts +0 -776
- package/dist/commonjs/generated/src/responses.d.ts.map +0 -1
- package/dist/commonjs/generated/src/responses.js +0 -5
- package/dist/commonjs/generated/src/responses.js.map +0 -1
- package/dist/commonjs/telemetry/index.d.ts +0 -32
- package/dist/commonjs/telemetry/index.d.ts.map +0 -1
- package/dist/commonjs/telemetry/index.js +0 -20
- package/dist/commonjs/telemetry/index.js.map +0 -1
- package/dist/commonjs/telemetry/telemetry.d.ts +0 -30
- package/dist/commonjs/telemetry/telemetry.d.ts.map +0 -1
- package/dist/commonjs/telemetry/telemetry.js +0 -59
- package/dist/commonjs/telemetry/telemetry.js.map +0 -1
- package/dist/commonjs/tracing.d.ts +0 -80
- package/dist/commonjs/tracing.d.ts.map +0 -1
- package/dist/commonjs/tracing.js +0 -197
- package/dist/commonjs/tracing.js.map +0 -1
- package/dist/esm/agents/assistants.d.ts +0 -14
- package/dist/esm/agents/assistants.d.ts.map +0 -1
- package/dist/esm/agents/assistants.js +0 -161
- package/dist/esm/agents/assistants.js.map +0 -1
- package/dist/esm/agents/assistantsTrace.d.ts +0 -17
- package/dist/esm/agents/assistantsTrace.d.ts.map +0 -1
- package/dist/esm/agents/assistantsTrace.js +0 -42
- package/dist/esm/agents/assistantsTrace.js.map +0 -1
- package/dist/esm/agents/customModels.d.ts +0 -288
- package/dist/esm/agents/customModels.d.ts.map +0 -1
- package/dist/esm/agents/customModels.js +0 -4
- package/dist/esm/agents/customModels.js.map +0 -1
- package/dist/esm/agents/files.d.ts +0 -17
- package/dist/esm/agents/files.d.ts.map +0 -1
- package/dist/esm/agents/files.js +0 -102
- package/dist/esm/agents/files.js.map +0 -1
- package/dist/esm/agents/index.d.ts +0 -103
- package/dist/esm/agents/index.d.ts.map +0 -1
- package/dist/esm/agents/index.js +0 -62
- package/dist/esm/agents/index.js.map +0 -1
- package/dist/esm/agents/inputOutputs.d.ts +0 -10
- package/dist/esm/agents/inputOutputs.d.ts.map +0 -1
- package/dist/esm/agents/inputOutputs.js +0 -8
- package/dist/esm/agents/inputOutputs.js.map +0 -1
- package/dist/esm/agents/inputValidations.d.ts +0 -15
- package/dist/esm/agents/inputValidations.d.ts.map +0 -1
- package/dist/esm/agents/inputValidations.js +0 -115
- package/dist/esm/agents/inputValidations.js.map +0 -1
- package/dist/esm/agents/messages.d.ts +0 -11
- package/dist/esm/agents/messages.d.ts.map +0 -1
- package/dist/esm/agents/messages.js +0 -101
- package/dist/esm/agents/messages.js.map +0 -1
- package/dist/esm/agents/messagesTrace.d.ts +0 -9
- package/dist/esm/agents/messagesTrace.d.ts.map +0 -1
- package/dist/esm/agents/messagesTrace.js +0 -29
- package/dist/esm/agents/messagesTrace.js.map +0 -1
- package/dist/esm/agents/openAIError.d.ts +0 -15
- package/dist/esm/agents/openAIError.d.ts.map +0 -1
- package/dist/esm/agents/openAIError.js +0 -24
- package/dist/esm/agents/openAIError.js.map +0 -1
- package/dist/esm/agents/poller.d.ts +0 -34
- package/dist/esm/agents/poller.d.ts.map +0 -1
- package/dist/esm/agents/poller.js +0 -60
- package/dist/esm/agents/poller.js.map +0 -1
- package/dist/esm/agents/runSteps.d.ts +0 -8
- package/dist/esm/agents/runSteps.d.ts.map +0 -1
- package/dist/esm/agents/runSteps.js +0 -55
- package/dist/esm/agents/runSteps.js.map +0 -1
- package/dist/esm/agents/runTrace.d.ts +0 -9
- package/dist/esm/agents/runTrace.d.ts.map +0 -1
- package/dist/esm/agents/runTrace.js +0 -62
- package/dist/esm/agents/runTrace.js.map +0 -1
- package/dist/esm/agents/runs.d.ts +0 -19
- package/dist/esm/agents/runs.d.ts.map +0 -1
- package/dist/esm/agents/runs.js +0 -222
- package/dist/esm/agents/runs.js.map +0 -1
- package/dist/esm/agents/streaming.d.ts +0 -9
- package/dist/esm/agents/streaming.d.ts.map +0 -1
- package/dist/esm/agents/streaming.js +0 -135
- package/dist/esm/agents/streaming.js.map +0 -1
- package/dist/esm/agents/streamingModels.d.ts +0 -101
- package/dist/esm/agents/streamingModels.d.ts.map +0 -1
- package/dist/esm/agents/streamingModels.js +0 -75
- package/dist/esm/agents/streamingModels.js.map +0 -1
- package/dist/esm/agents/threads.d.ts +0 -12
- package/dist/esm/agents/threads.d.ts.map +0 -1
- package/dist/esm/agents/threads.js +0 -85
- package/dist/esm/agents/threads.js.map +0 -1
- package/dist/esm/agents/threadsTrace.d.ts +0 -6
- package/dist/esm/agents/threadsTrace.d.ts.map +0 -1
- package/dist/esm/agents/threadsTrace.js +0 -19
- package/dist/esm/agents/threadsTrace.js.map +0 -1
- package/dist/esm/agents/traceUtility.d.ts +0 -36
- package/dist/esm/agents/traceUtility.d.ts.map +0 -1
- package/dist/esm/agents/traceUtility.js +0 -127
- package/dist/esm/agents/traceUtility.js.map +0 -1
- package/dist/esm/agents/utils.d.ts +0 -141
- package/dist/esm/agents/utils.d.ts.map +0 -1
- package/dist/esm/agents/utils.js +0 -178
- package/dist/esm/agents/utils.js.map +0 -1
- package/dist/esm/agents/vectorStores.d.ts +0 -20
- package/dist/esm/agents/vectorStores.d.ts.map +0 -1
- package/dist/esm/agents/vectorStores.js +0 -116
- package/dist/esm/agents/vectorStores.js.map +0 -1
- package/dist/esm/agents/vectorStoresFileBatches.d.ts +0 -15
- package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/esm/agents/vectorStoresFileBatches.js +0 -108
- package/dist/esm/agents/vectorStoresFileBatches.js.map +0 -1
- package/dist/esm/agents/vectorStoresFiles.d.ts +0 -18
- package/dist/esm/agents/vectorStoresFiles.d.ts.map +0 -1
- package/dist/esm/agents/vectorStoresFiles.js +0 -104
- package/dist/esm/agents/vectorStoresFiles.js.map +0 -1
- package/dist/esm/agents/vectorStoresModels.d.ts +0 -27
- package/dist/esm/agents/vectorStoresModels.d.ts.map +0 -1
- package/dist/esm/agents/vectorStoresModels.js +0 -4
- package/dist/esm/agents/vectorStoresModels.js.map +0 -1
- package/dist/esm/aiProjectsClient.d.ts +0 -34
- package/dist/esm/aiProjectsClient.d.ts.map +0 -1
- package/dist/esm/aiProjectsClient.js +0 -47
- package/dist/esm/aiProjectsClient.js.map +0 -1
- package/dist/esm/connections/connections.d.ts +0 -13
- package/dist/esm/connections/connections.d.ts.map +0 -1
- package/dist/esm/connections/connections.js +0 -47
- package/dist/esm/connections/connections.js.map +0 -1
- package/dist/esm/connections/customModels.d.ts +0 -27
- package/dist/esm/connections/customModels.d.ts.map +0 -1
- package/dist/esm/connections/customModels.js +0 -4
- package/dist/esm/connections/customModels.js.map +0 -1
- package/dist/esm/connections/index.d.ts +0 -9
- package/dist/esm/connections/index.d.ts.map +0 -1
- package/dist/esm/connections/index.js +0 -20
- package/dist/esm/connections/index.js.map +0 -1
- package/dist/esm/connections/inputOutput.d.ts +0 -4
- package/dist/esm/connections/inputOutput.d.ts.map +0 -1
- package/dist/esm/connections/inputOutput.js +0 -4
- package/dist/esm/connections/inputOutput.js.map +0 -1
- package/dist/esm/connections/internalModels.d.ts +0 -7
- package/dist/esm/connections/internalModels.d.ts.map +0 -1
- package/dist/esm/connections/internalModels.js +0 -4
- package/dist/esm/connections/internalModels.js.map +0 -1
- package/dist/esm/customization/convertModelsToWrite.d.ts +0 -14
- package/dist/esm/customization/convertModelsToWrite.d.ts.map +0 -1
- package/dist/esm/customization/convertModelsToWrite.js +0 -326
- package/dist/esm/customization/convertModelsToWrite.js.map +0 -1
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts +0 -27
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/esm/customization/convertOutputModelsFromWire.js +0 -891
- package/dist/esm/customization/convertOutputModelsFromWire.js.map +0 -1
- package/dist/esm/customization/convertParametersToWire.d.ts +0 -18
- package/dist/esm/customization/convertParametersToWire.d.ts.map +0 -1
- package/dist/esm/customization/convertParametersToWire.js +0 -31
- package/dist/esm/customization/convertParametersToWire.js.map +0 -1
- package/dist/esm/customization/models.d.ts +0 -805
- package/dist/esm/customization/models.d.ts.map +0 -1
- package/dist/esm/customization/models.js +0 -4
- package/dist/esm/customization/models.js.map +0 -1
- package/dist/esm/customization/outputModels.d.ts +0 -1318
- package/dist/esm/customization/outputModels.d.ts.map +0 -1
- package/dist/esm/customization/outputModels.js +0 -4
- package/dist/esm/customization/outputModels.js.map +0 -1
- package/dist/esm/customization/parameters.d.ts +0 -376
- package/dist/esm/customization/parameters.d.ts.map +0 -1
- package/dist/esm/customization/parameters.js +0 -4
- package/dist/esm/customization/parameters.js.map +0 -1
- package/dist/esm/customization/streamingModels.d.ts +0 -225
- package/dist/esm/customization/streamingModels.d.ts.map +0 -1
- package/dist/esm/customization/streamingModels.js +0 -4
- package/dist/esm/customization/streamingModels.js.map +0 -1
- package/dist/esm/customization/streamingWireModels.d.ts +0 -221
- package/dist/esm/customization/streamingWireModels.d.ts.map +0 -1
- package/dist/esm/customization/streamingWireModels.js +0 -4
- package/dist/esm/customization/streamingWireModels.js.map +0 -1
- package/dist/esm/generated/src/clientDefinitions.d.ts +0 -258
- package/dist/esm/generated/src/clientDefinitions.d.ts.map +0 -1
- package/dist/esm/generated/src/clientDefinitions.js +0 -4
- package/dist/esm/generated/src/clientDefinitions.js.map +0 -1
- package/dist/esm/generated/src/index.d.ts +0 -11
- package/dist/esm/generated/src/index.d.ts.map +0 -1
- package/dist/esm/generated/src/index.js +0 -13
- package/dist/esm/generated/src/index.js.map +0 -1
- package/dist/esm/generated/src/isUnexpected.d.ts +0 -54
- package/dist/esm/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/esm/generated/src/isUnexpected.js +0 -123
- package/dist/esm/generated/src/isUnexpected.js.map +0 -1
- package/dist/esm/generated/src/logger.d.ts +0 -2
- package/dist/esm/generated/src/logger.d.ts.map +0 -1
- package/dist/esm/generated/src/logger.js +0 -5
- package/dist/esm/generated/src/logger.js.map +0 -1
- package/dist/esm/generated/src/models.d.ts +0 -805
- package/dist/esm/generated/src/models.d.ts.map +0 -1
- package/dist/esm/generated/src/models.js +0 -4
- package/dist/esm/generated/src/models.js.map +0 -1
- package/dist/esm/generated/src/outputModels.d.ts +0 -1318
- package/dist/esm/generated/src/outputModels.d.ts.map +0 -1
- package/dist/esm/generated/src/outputModels.js +0 -4
- package/dist/esm/generated/src/outputModels.js.map +0 -1
- package/dist/esm/generated/src/paginateHelper.d.ts +0 -43
- package/dist/esm/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/esm/generated/src/paginateHelper.js +0 -83
- package/dist/esm/generated/src/paginateHelper.js.map +0 -1
- package/dist/esm/generated/src/parameters.d.ts +0 -376
- package/dist/esm/generated/src/parameters.d.ts.map +0 -1
- package/dist/esm/generated/src/parameters.js +0 -4
- package/dist/esm/generated/src/parameters.js.map +0 -1
- package/dist/esm/generated/src/projectsClient.d.ts +0 -19
- package/dist/esm/generated/src/projectsClient.d.ts.map +0 -1
- package/dist/esm/generated/src/projectsClient.js +0 -48
- package/dist/esm/generated/src/projectsClient.js.map +0 -1
- package/dist/esm/generated/src/responses.d.ts +0 -776
- package/dist/esm/generated/src/responses.d.ts.map +0 -1
- package/dist/esm/generated/src/responses.js +0 -4
- package/dist/esm/generated/src/responses.js.map +0 -1
- package/dist/esm/telemetry/index.d.ts +0 -32
- package/dist/esm/telemetry/index.d.ts.map +0 -1
- package/dist/esm/telemetry/index.js +0 -17
- package/dist/esm/telemetry/index.js.map +0 -1
- package/dist/esm/telemetry/telemetry.d.ts +0 -30
- package/dist/esm/telemetry/telemetry.d.ts.map +0 -1
- package/dist/esm/telemetry/telemetry.js +0 -53
- package/dist/esm/telemetry/telemetry.js.map +0 -1
- package/dist/esm/tracing.d.ts +0 -80
- package/dist/esm/tracing.d.ts.map +0 -1
- package/dist/esm/tracing.js +0 -193
- package/dist/esm/tracing.js.map +0 -1
- package/dist/react-native/agents/assistants.d.ts +0 -14
- package/dist/react-native/agents/assistants.d.ts.map +0 -1
- package/dist/react-native/agents/assistants.js +0 -161
- package/dist/react-native/agents/assistants.js.map +0 -1
- package/dist/react-native/agents/assistantsTrace.d.ts +0 -17
- package/dist/react-native/agents/assistantsTrace.d.ts.map +0 -1
- package/dist/react-native/agents/assistantsTrace.js +0 -42
- package/dist/react-native/agents/assistantsTrace.js.map +0 -1
- package/dist/react-native/agents/customModels.d.ts +0 -288
- package/dist/react-native/agents/customModels.d.ts.map +0 -1
- package/dist/react-native/agents/customModels.js +0 -4
- package/dist/react-native/agents/customModels.js.map +0 -1
- package/dist/react-native/agents/files.d.ts +0 -17
- package/dist/react-native/agents/files.d.ts.map +0 -1
- package/dist/react-native/agents/files.js +0 -102
- package/dist/react-native/agents/files.js.map +0 -1
- package/dist/react-native/agents/index.d.ts +0 -103
- package/dist/react-native/agents/index.d.ts.map +0 -1
- package/dist/react-native/agents/index.js +0 -62
- package/dist/react-native/agents/index.js.map +0 -1
- package/dist/react-native/agents/inputOutputs.d.ts +0 -10
- package/dist/react-native/agents/inputOutputs.d.ts.map +0 -1
- package/dist/react-native/agents/inputOutputs.js +0 -8
- package/dist/react-native/agents/inputOutputs.js.map +0 -1
- package/dist/react-native/agents/inputValidations.d.ts +0 -15
- package/dist/react-native/agents/inputValidations.d.ts.map +0 -1
- package/dist/react-native/agents/inputValidations.js +0 -115
- package/dist/react-native/agents/inputValidations.js.map +0 -1
- package/dist/react-native/agents/messages.d.ts +0 -11
- package/dist/react-native/agents/messages.d.ts.map +0 -1
- package/dist/react-native/agents/messages.js +0 -101
- package/dist/react-native/agents/messages.js.map +0 -1
- package/dist/react-native/agents/messagesTrace.d.ts +0 -9
- package/dist/react-native/agents/messagesTrace.d.ts.map +0 -1
- package/dist/react-native/agents/messagesTrace.js +0 -29
- package/dist/react-native/agents/messagesTrace.js.map +0 -1
- package/dist/react-native/agents/openAIError.d.ts +0 -15
- package/dist/react-native/agents/openAIError.d.ts.map +0 -1
- package/dist/react-native/agents/openAIError.js +0 -24
- package/dist/react-native/agents/openAIError.js.map +0 -1
- package/dist/react-native/agents/poller.d.ts +0 -34
- package/dist/react-native/agents/poller.d.ts.map +0 -1
- package/dist/react-native/agents/poller.js +0 -60
- package/dist/react-native/agents/poller.js.map +0 -1
- package/dist/react-native/agents/runSteps.d.ts +0 -8
- package/dist/react-native/agents/runSteps.d.ts.map +0 -1
- package/dist/react-native/agents/runSteps.js +0 -55
- package/dist/react-native/agents/runSteps.js.map +0 -1
- package/dist/react-native/agents/runTrace.d.ts +0 -9
- package/dist/react-native/agents/runTrace.d.ts.map +0 -1
- package/dist/react-native/agents/runTrace.js +0 -62
- package/dist/react-native/agents/runTrace.js.map +0 -1
- package/dist/react-native/agents/runs.d.ts +0 -19
- package/dist/react-native/agents/runs.d.ts.map +0 -1
- package/dist/react-native/agents/runs.js +0 -222
- package/dist/react-native/agents/runs.js.map +0 -1
- package/dist/react-native/agents/streaming.d.ts +0 -9
- package/dist/react-native/agents/streaming.d.ts.map +0 -1
- package/dist/react-native/agents/streaming.js +0 -135
- package/dist/react-native/agents/streaming.js.map +0 -1
- package/dist/react-native/agents/streamingModels.d.ts +0 -101
- package/dist/react-native/agents/streamingModels.d.ts.map +0 -1
- package/dist/react-native/agents/streamingModels.js +0 -75
- package/dist/react-native/agents/streamingModels.js.map +0 -1
- package/dist/react-native/agents/threads.d.ts +0 -12
- package/dist/react-native/agents/threads.d.ts.map +0 -1
- package/dist/react-native/agents/threads.js +0 -85
- package/dist/react-native/agents/threads.js.map +0 -1
- package/dist/react-native/agents/threadsTrace.d.ts +0 -6
- package/dist/react-native/agents/threadsTrace.d.ts.map +0 -1
- package/dist/react-native/agents/threadsTrace.js +0 -19
- package/dist/react-native/agents/threadsTrace.js.map +0 -1
- package/dist/react-native/agents/traceUtility.d.ts +0 -36
- package/dist/react-native/agents/traceUtility.d.ts.map +0 -1
- package/dist/react-native/agents/traceUtility.js +0 -127
- package/dist/react-native/agents/traceUtility.js.map +0 -1
- package/dist/react-native/agents/utils.d.ts +0 -141
- package/dist/react-native/agents/utils.d.ts.map +0 -1
- package/dist/react-native/agents/utils.js +0 -178
- package/dist/react-native/agents/utils.js.map +0 -1
- package/dist/react-native/agents/vectorStores.d.ts +0 -20
- package/dist/react-native/agents/vectorStores.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStores.js +0 -116
- package/dist/react-native/agents/vectorStores.js.map +0 -1
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts +0 -15
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStoresFileBatches.js +0 -108
- package/dist/react-native/agents/vectorStoresFileBatches.js.map +0 -1
- package/dist/react-native/agents/vectorStoresFiles.d.ts +0 -18
- package/dist/react-native/agents/vectorStoresFiles.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStoresFiles.js +0 -104
- package/dist/react-native/agents/vectorStoresFiles.js.map +0 -1
- package/dist/react-native/agents/vectorStoresModels.d.ts +0 -27
- package/dist/react-native/agents/vectorStoresModels.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStoresModels.js +0 -4
- package/dist/react-native/agents/vectorStoresModels.js.map +0 -1
- package/dist/react-native/aiProjectsClient.d.ts +0 -34
- package/dist/react-native/aiProjectsClient.d.ts.map +0 -1
- package/dist/react-native/aiProjectsClient.js +0 -47
- package/dist/react-native/aiProjectsClient.js.map +0 -1
- package/dist/react-native/connections/connections.d.ts +0 -13
- package/dist/react-native/connections/connections.d.ts.map +0 -1
- package/dist/react-native/connections/connections.js +0 -47
- package/dist/react-native/connections/connections.js.map +0 -1
- package/dist/react-native/connections/customModels.d.ts +0 -27
- package/dist/react-native/connections/customModels.d.ts.map +0 -1
- package/dist/react-native/connections/customModels.js +0 -4
- package/dist/react-native/connections/customModels.js.map +0 -1
- package/dist/react-native/connections/index.d.ts +0 -9
- package/dist/react-native/connections/index.d.ts.map +0 -1
- package/dist/react-native/connections/index.js +0 -20
- package/dist/react-native/connections/index.js.map +0 -1
- package/dist/react-native/connections/inputOutput.d.ts +0 -4
- package/dist/react-native/connections/inputOutput.d.ts.map +0 -1
- package/dist/react-native/connections/inputOutput.js +0 -4
- package/dist/react-native/connections/inputOutput.js.map +0 -1
- package/dist/react-native/connections/internalModels.d.ts +0 -7
- package/dist/react-native/connections/internalModels.d.ts.map +0 -1
- package/dist/react-native/connections/internalModels.js +0 -4
- package/dist/react-native/connections/internalModels.js.map +0 -1
- package/dist/react-native/customization/convertModelsToWrite.d.ts +0 -14
- package/dist/react-native/customization/convertModelsToWrite.d.ts.map +0 -1
- package/dist/react-native/customization/convertModelsToWrite.js +0 -326
- package/dist/react-native/customization/convertModelsToWrite.js.map +0 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +0 -27
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.js +0 -891
- package/dist/react-native/customization/convertOutputModelsFromWire.js.map +0 -1
- package/dist/react-native/customization/convertParametersToWire.d.ts +0 -18
- package/dist/react-native/customization/convertParametersToWire.d.ts.map +0 -1
- package/dist/react-native/customization/convertParametersToWire.js +0 -31
- package/dist/react-native/customization/convertParametersToWire.js.map +0 -1
- package/dist/react-native/customization/models.d.ts +0 -805
- package/dist/react-native/customization/models.d.ts.map +0 -1
- package/dist/react-native/customization/models.js +0 -4
- package/dist/react-native/customization/models.js.map +0 -1
- package/dist/react-native/customization/outputModels.d.ts +0 -1318
- package/dist/react-native/customization/outputModels.d.ts.map +0 -1
- package/dist/react-native/customization/outputModels.js +0 -4
- package/dist/react-native/customization/outputModels.js.map +0 -1
- package/dist/react-native/customization/parameters.d.ts +0 -376
- package/dist/react-native/customization/parameters.d.ts.map +0 -1
- package/dist/react-native/customization/parameters.js +0 -4
- package/dist/react-native/customization/parameters.js.map +0 -1
- package/dist/react-native/customization/streamingModels.d.ts +0 -225
- package/dist/react-native/customization/streamingModels.d.ts.map +0 -1
- package/dist/react-native/customization/streamingModels.js +0 -4
- package/dist/react-native/customization/streamingModels.js.map +0 -1
- package/dist/react-native/customization/streamingWireModels.d.ts +0 -221
- package/dist/react-native/customization/streamingWireModels.d.ts.map +0 -1
- package/dist/react-native/customization/streamingWireModels.js +0 -4
- package/dist/react-native/customization/streamingWireModels.js.map +0 -1
- package/dist/react-native/generated/src/clientDefinitions.d.ts +0 -258
- package/dist/react-native/generated/src/clientDefinitions.d.ts.map +0 -1
- package/dist/react-native/generated/src/clientDefinitions.js +0 -4
- package/dist/react-native/generated/src/clientDefinitions.js.map +0 -1
- package/dist/react-native/generated/src/index.d.ts +0 -11
- package/dist/react-native/generated/src/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/index.js +0 -13
- package/dist/react-native/generated/src/index.js.map +0 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts +0 -54
- package/dist/react-native/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/generated/src/isUnexpected.js +0 -123
- package/dist/react-native/generated/src/isUnexpected.js.map +0 -1
- package/dist/react-native/generated/src/logger.d.ts +0 -2
- package/dist/react-native/generated/src/logger.d.ts.map +0 -1
- package/dist/react-native/generated/src/logger.js +0 -5
- package/dist/react-native/generated/src/logger.js.map +0 -1
- package/dist/react-native/generated/src/models.d.ts +0 -805
- package/dist/react-native/generated/src/models.d.ts.map +0 -1
- package/dist/react-native/generated/src/models.js +0 -4
- package/dist/react-native/generated/src/models.js.map +0 -1
- package/dist/react-native/generated/src/outputModels.d.ts +0 -1318
- package/dist/react-native/generated/src/outputModels.d.ts.map +0 -1
- package/dist/react-native/generated/src/outputModels.js +0 -4
- package/dist/react-native/generated/src/outputModels.js.map +0 -1
- package/dist/react-native/generated/src/paginateHelper.d.ts +0 -43
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/generated/src/paginateHelper.js +0 -83
- package/dist/react-native/generated/src/paginateHelper.js.map +0 -1
- package/dist/react-native/generated/src/parameters.d.ts +0 -376
- package/dist/react-native/generated/src/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/src/parameters.js +0 -4
- package/dist/react-native/generated/src/parameters.js.map +0 -1
- package/dist/react-native/generated/src/projectsClient.d.ts +0 -19
- package/dist/react-native/generated/src/projectsClient.d.ts.map +0 -1
- package/dist/react-native/generated/src/projectsClient.js +0 -48
- package/dist/react-native/generated/src/projectsClient.js.map +0 -1
- package/dist/react-native/generated/src/responses.d.ts +0 -776
- package/dist/react-native/generated/src/responses.d.ts.map +0 -1
- package/dist/react-native/generated/src/responses.js +0 -4
- package/dist/react-native/generated/src/responses.js.map +0 -1
- package/dist/react-native/telemetry/index.d.ts +0 -32
- package/dist/react-native/telemetry/index.d.ts.map +0 -1
- package/dist/react-native/telemetry/index.js +0 -17
- package/dist/react-native/telemetry/index.js.map +0 -1
- package/dist/react-native/telemetry/telemetry.d.ts +0 -30
- package/dist/react-native/telemetry/telemetry.d.ts.map +0 -1
- package/dist/react-native/telemetry/telemetry.js +0 -53
- package/dist/react-native/telemetry/telemetry.js.map +0 -1
- package/dist/react-native/tracing.d.ts +0 -80
- package/dist/react-native/tracing.d.ts.map +0 -1
- package/dist/react-native/tracing.js +0 -193
- package/dist/react-native/tracing.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/customization/parameters.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n CreateAgentOptions,\n ListSortOrder,\n UpdateAgentOptions,\n AgentThreadCreationOptions,\n UpdateAgentThreadOptions,\n ThreadMessageOptions,\n CreateRunOptions,\n ToolOutput,\n CreateAndRunThreadOptions,\n FilePurpose,\n VectorStoreOptions,\n VectorStoreUpdateOptions,\n VectorStoreFileStatusFilter,\n VectorStoreDataSource,\n VectorStoreChunkingStrategyRequest,\n ConnectionType,\n Evaluation,\n EvaluationSchedule,\n} from \"./models.js\";\n\nexport interface CreateAgentBodyParam {\n body: CreateAgentOptions;\n}\n\nexport type CreateAgentParameters = CreateAgentBodyParam & RequestParameters;\n\nexport interface ListAgentsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListAgentsQueryParam {\n queryParameters?: ListAgentsQueryParamProperties;\n}\n\nexport type ListAgentsParameters = ListAgentsQueryParam & RequestParameters;\nexport type GetAgentParameters = RequestParameters;\n\nexport interface UpdateAgentBodyParam {\n body: UpdateAgentOptions;\n}\n\nexport type UpdateAgentParameters = UpdateAgentBodyParam & RequestParameters;\nexport type DeleteAgentParameters = RequestParameters;\n\nexport interface CreateThreadBodyParam {\n body: AgentThreadCreationOptions;\n}\n\nexport type CreateThreadParameters = CreateThreadBodyParam & RequestParameters;\nexport type GetThreadParameters = RequestParameters;\n\nexport interface UpdateThreadBodyParam {\n body: UpdateAgentThreadOptions;\n}\n\nexport type UpdateThreadParameters = UpdateThreadBodyParam & RequestParameters;\nexport type DeleteThreadParameters = RequestParameters;\n\nexport interface CreateMessageBodyParam {\n body: ThreadMessageOptions;\n}\n\nexport type CreateMessageParameters = CreateMessageBodyParam & RequestParameters;\n\nexport interface ListMessagesQueryParamProperties {\n /** Filter messages by the run ID that generated them. */\n runId?: string;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListMessagesQueryParam {\n queryParameters?: ListMessagesQueryParamProperties;\n}\n\nexport type ListMessagesParameters = ListMessagesQueryParam & RequestParameters;\nexport type GetMessageParameters = RequestParameters;\n\nexport interface UpdateMessageBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateMessageParameters = UpdateMessageBodyParam & RequestParameters;\n\nexport interface CreateRunBodyParam {\n body: CreateRunOptions;\n}\n\nexport type CreateRunParameters = CreateRunBodyParam & RequestParameters;\n\nexport interface ListRunsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunsQueryParam {\n queryParameters?: ListRunsQueryParamProperties;\n}\n\nexport type ListRunsParameters = ListRunsQueryParam & RequestParameters;\nexport type GetRunParameters = RequestParameters;\n\nexport interface UpdateRunBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateRunParameters = UpdateRunBodyParam & RequestParameters;\n\nexport interface SubmitToolOutputsToRunBodyParam {\n body: { toolOutputs: Array<ToolOutput>; stream?: boolean | null };\n}\n\nexport type SubmitToolOutputsToRunParameters = SubmitToolOutputsToRunBodyParam & RequestParameters;\nexport type CancelRunParameters = RequestParameters;\n\nexport interface CreateThreadAndRunBodyParam {\n body: CreateAndRunThreadOptions;\n}\n\nexport type CreateThreadAndRunParameters = CreateThreadAndRunBodyParam & RequestParameters;\nexport type GetRunStepParameters = RequestParameters;\n\nexport interface ListRunStepsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunStepsQueryParam {\n queryParameters?: ListRunStepsQueryParamProperties;\n}\n\nexport type ListRunStepsParameters = ListRunStepsQueryParam & RequestParameters;\n\nexport interface ListFilesQueryParamProperties {\n /**\n * The purpose of the file.\n *\n * Possible values: \"fine-tune\", \"fine-tune-results\", \"assistants\", \"assistants_output\", \"batch\", \"batch_output\", \"vision\"\n */\n purpose?: FilePurpose;\n}\n\nexport interface ListFilesQueryParam {\n queryParameters?: ListFilesQueryParamProperties;\n}\n\nexport type ListFilesParameters = ListFilesQueryParam & RequestParameters;\n\nexport interface UploadFileBodyParam {\n body:\n | FormData\n | Array<\n | {\n name: \"file\";\n body: string | Uint8Array | ReadableStream<Uint8Array> | NodeJS.ReadableStream | File;\n filename?: string;\n contentType?: string;\n }\n | {\n name: \"purpose\";\n body: FilePurpose;\n filename?: string;\n contentType?: string;\n }\n | { name: \"filename\"; body: string }\n >;\n}\n\nexport interface UploadFileMediaTypesParam {\n /** The name of the file to upload. */\n contentType: \"multipart/form-data\";\n}\n\nexport type UploadFileParameters = UploadFileMediaTypesParam &\n UploadFileBodyParam &\n RequestParameters;\nexport type DeleteFileParameters = RequestParameters;\nexport type GetFileParameters = RequestParameters;\nexport type GetFileContentParameters = RequestParameters;\n\nexport interface ListVectorStoresQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoresQueryParam {\n queryParameters?: ListVectorStoresQueryParamProperties;\n}\n\nexport type ListVectorStoresParameters = ListVectorStoresQueryParam & RequestParameters;\n\nexport interface CreateVectorStoreBodyParam {\n body: VectorStoreOptions;\n}\n\nexport type CreateVectorStoreParameters = CreateVectorStoreBodyParam & RequestParameters;\nexport type GetVectorStoreParameters = RequestParameters;\n\nexport interface ModifyVectorStoreBodyParam {\n body: VectorStoreUpdateOptions;\n}\n\nexport type ModifyVectorStoreParameters = ModifyVectorStoreBodyParam & RequestParameters;\nexport type DeleteVectorStoreParameters = RequestParameters;\n\nexport interface ListVectorStoreFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFilesQueryParam {\n queryParameters?: ListVectorStoreFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFilesParameters = ListVectorStoreFilesQueryParam & RequestParameters;\n\nexport interface CreateVectorStoreFileBodyParam {\n body: {\n fileId?: string;\n dataSources?: Array<VectorStoreDataSource>;\n chunkingStrategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileParameters = CreateVectorStoreFileBodyParam & RequestParameters;\nexport type GetVectorStoreFileParameters = RequestParameters;\nexport type DeleteVectorStoreFileParameters = RequestParameters;\n\nexport interface CreateVectorStoreFileBatchBodyParam {\n body: {\n fileIds?: string[];\n dataSources?: Array<VectorStoreDataSource>;\n chunkingStrategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileBatchParameters = CreateVectorStoreFileBatchBodyParam &\n RequestParameters;\nexport type GetVectorStoreFileBatchParameters = RequestParameters;\nexport type CancelVectorStoreFileBatchParameters = RequestParameters;\n\nexport interface ListVectorStoreFileBatchFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesQueryParam {\n queryParameters?: ListVectorStoreFileBatchFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFileBatchFilesParameters = ListVectorStoreFileBatchFilesQueryParam &\n RequestParameters;\nexport type GetWorkspaceParameters = RequestParameters;\n\nexport interface ListConnectionsQueryParamProperties {\n /** Category of the workspace connection. */\n category?: ConnectionType;\n /** Indicates whether to list datastores. Service default: do not list datastores. */\n includeAll?: boolean;\n /** Target of the workspace connection. */\n target?: string;\n}\n\nexport interface ListConnectionsQueryParam {\n queryParameters?: ListConnectionsQueryParamProperties;\n}\n\nexport type ListConnectionsParameters = ListConnectionsQueryParam & RequestParameters;\nexport type GetConnectionParameters = RequestParameters;\n\nexport interface GetConnectionWithSecretsBodyParam {\n body: { ignored: string };\n}\n\nexport type GetConnectionWithSecretsParameters = GetConnectionWithSecretsBodyParam &\n RequestParameters;\nexport type GetAppInsightsParameters = RequestParameters;\n\nexport interface GetHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetHeaderParam {\n headers?: RawHttpHeadersInput & GetHeaders;\n}\n\nexport type GetParameters = GetHeaderParam & RequestParameters;\n\nexport interface CreateBodyParam {\n /** Evaluation to run. */\n body: Evaluation;\n}\n\nexport type CreateParameters = CreateBodyParam & RequestParameters;\n\nexport interface ListHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListQueryParam {\n queryParameters?: ListQueryParamProperties;\n}\n\nexport interface ListHeaderParam {\n headers?: RawHttpHeadersInput & ListHeaders;\n}\n\nexport type ListParameters = ListQueryParam & ListHeaderParam & RequestParameters;\n\nexport interface UpdateHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The resource instance. */\nexport type EvaluationResourceMergeAndPatch = Partial<Evaluation>;\n\nexport interface UpdateBodyParam {\n /** The resource instance. */\n body: EvaluationResourceMergeAndPatch;\n}\n\nexport interface UpdateHeaderParam {\n headers?: RawHttpHeadersInput & UpdateHeaders;\n}\n\nexport interface UpdateMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpdateParameters = UpdateHeaderParam &\n UpdateMediaTypesParam &\n UpdateBodyParam &\n RequestParameters;\n\nexport interface GetScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetScheduleHeaderParam {\n headers?: RawHttpHeadersInput & GetScheduleHeaders;\n}\n\nexport type GetScheduleParameters = GetScheduleHeaderParam & RequestParameters;\n\nexport interface CreateOrReplaceScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleBodyParam {\n /** The resource instance. */\n body: EvaluationSchedule;\n}\n\nexport interface CreateOrReplaceScheduleHeaderParam {\n headers?: RawHttpHeadersInput & CreateOrReplaceScheduleHeaders;\n}\n\nexport type CreateOrReplaceScheduleParameters = CreateOrReplaceScheduleHeaderParam &\n CreateOrReplaceScheduleBodyParam &\n RequestParameters;\n\nexport interface ListScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListScheduleQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListScheduleQueryParam {\n queryParameters?: ListScheduleQueryParamProperties;\n}\n\nexport interface ListScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ListScheduleHeaders;\n}\n\nexport type ListScheduleParameters = ListScheduleQueryParam &\n ListScheduleHeaderParam &\n RequestParameters;\nexport type DisableScheduleParameters = RequestParameters;\n"]}
|
|
@@ -1,225 +0,0 @@
|
|
|
1
|
-
import type { MessageRole } from "./models.js";
|
|
2
|
-
/** Represents a message delta i.e. any changed fields on a message during streaming. */
|
|
3
|
-
export interface MessageDeltaChunk {
|
|
4
|
-
/** The identifier of the message, which can be referenced in API endpoints. */
|
|
5
|
-
id: string;
|
|
6
|
-
/** The object type, which is always `thread.message.delta`. */
|
|
7
|
-
object: "thread.message.delta";
|
|
8
|
-
/** The delta containing the fields that have changed on the Message. */
|
|
9
|
-
delta: MessageDelta;
|
|
10
|
-
}
|
|
11
|
-
/** Represents the typed 'delta' payload within a streaming message delta chunk. */
|
|
12
|
-
export interface MessageDelta {
|
|
13
|
-
/** The entity that produced the message. */
|
|
14
|
-
role: MessageRole;
|
|
15
|
-
/** The content of the message as an array of text and/or images. */
|
|
16
|
-
content: Array<MessageDeltaContent>;
|
|
17
|
-
}
|
|
18
|
-
/** Represents the content of a message delta. */
|
|
19
|
-
export type MessageDeltaContent = MessageDeltaContentParent | MessageDeltaTextContent | MessageDeltaImageFileContent;
|
|
20
|
-
/** The abstract base representation of a partial streamed message content payload. */
|
|
21
|
-
export interface MessageDeltaContentParent {
|
|
22
|
-
/** The index of the content part of the message. */
|
|
23
|
-
index: number;
|
|
24
|
-
/** The type of content for this content part. */
|
|
25
|
-
type: string;
|
|
26
|
-
}
|
|
27
|
-
/** Represents a streamed image file content part within a streaming message delta chunk. */
|
|
28
|
-
export interface MessageDeltaImageFileContent extends MessageDeltaContentParent {
|
|
29
|
-
/** The type of content for this content part, which is always "image_file." */
|
|
30
|
-
type: "image_file";
|
|
31
|
-
/** The image_file data. */
|
|
32
|
-
imageFile?: MessageDeltaImageFileContentObject;
|
|
33
|
-
}
|
|
34
|
-
/** Represents the 'image_file' payload within streaming image file content. */
|
|
35
|
-
export interface MessageDeltaImageFileContentObject {
|
|
36
|
-
/** The file ID of the image in the message content. */
|
|
37
|
-
fileId?: string;
|
|
38
|
-
}
|
|
39
|
-
/** Represents a streamed text content part within a streaming message delta chunk. */
|
|
40
|
-
export interface MessageDeltaTextContent extends MessageDeltaContentParent {
|
|
41
|
-
/** The type of content for this content part, which is always "text." */
|
|
42
|
-
type: "text";
|
|
43
|
-
/** The text content details. */
|
|
44
|
-
text?: MessageDeltaTextContentObject;
|
|
45
|
-
}
|
|
46
|
-
/** Represents the data of a streamed text content part within a streaming message delta chunk. */
|
|
47
|
-
export interface MessageDeltaTextContentObject {
|
|
48
|
-
/** The data that makes up the text. */
|
|
49
|
-
value?: string;
|
|
50
|
-
/** Annotations for the text. */
|
|
51
|
-
annotations?: Array<MessageDeltaTextAnnotation>;
|
|
52
|
-
}
|
|
53
|
-
/** Represents a text annotation within a streamed text content part. */
|
|
54
|
-
export type MessageDeltaTextAnnotation = MessageDeltaTextAnnotationParent | MessageDeltaTextFileCitationAnnotation | MessageDeltaTextFilePathAnnotation;
|
|
55
|
-
/** The abstract base representation of a streamed text content part's text annotation. */
|
|
56
|
-
export interface MessageDeltaTextAnnotationParent {
|
|
57
|
-
/** The index of the annotation within a text content part. */
|
|
58
|
-
index: number;
|
|
59
|
-
/** The type of the text content annotation. */
|
|
60
|
-
type: string;
|
|
61
|
-
}
|
|
62
|
-
/** Represents a streamed file citation applied to a streaming text content part. */
|
|
63
|
-
export interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {
|
|
64
|
-
/** The type of the text content annotation, which is always "file_citation." */
|
|
65
|
-
type: "file_citation";
|
|
66
|
-
/** The file citation information. */
|
|
67
|
-
fileCitation?: MessageDeltaTextFileCitationAnnotationObject;
|
|
68
|
-
/** The text in the message content that needs to be replaced */
|
|
69
|
-
text?: string;
|
|
70
|
-
/** The start index of this annotation in the content text. */
|
|
71
|
-
startIndex?: number;
|
|
72
|
-
/** The end index of this annotation in the content text. */
|
|
73
|
-
endIndex?: number;
|
|
74
|
-
}
|
|
75
|
-
/** Represents the data of a streamed file citation as applied to a streaming text content part. */
|
|
76
|
-
export interface MessageDeltaTextFileCitationAnnotationObject {
|
|
77
|
-
/** The ID of the specific file the citation is from. */
|
|
78
|
-
fileId?: string;
|
|
79
|
-
/** The specific quote in the cited file. */
|
|
80
|
-
quote?: string;
|
|
81
|
-
}
|
|
82
|
-
/** Represents a streamed file path annotation applied to a streaming text content part. */
|
|
83
|
-
export interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {
|
|
84
|
-
/** The type of the text content annotation, which is always "file_path." */
|
|
85
|
-
type: "file_path";
|
|
86
|
-
/** The file path information. */
|
|
87
|
-
filePath?: MessageDeltaTextFilePathAnnotationObject;
|
|
88
|
-
/** The start index of this annotation in the content text. */
|
|
89
|
-
startIndex?: number;
|
|
90
|
-
/** The end index of this annotation in the content text. */
|
|
91
|
-
endIndex?: number;
|
|
92
|
-
/** The text in the message content that needs to be replaced */
|
|
93
|
-
text?: string;
|
|
94
|
-
}
|
|
95
|
-
/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */
|
|
96
|
-
export interface MessageDeltaTextFilePathAnnotationObject {
|
|
97
|
-
/** The file ID for the annotation. */
|
|
98
|
-
fileId?: string;
|
|
99
|
-
}
|
|
100
|
-
/** A representation of the URL used for the text citation. */
|
|
101
|
-
export interface MessageDeltaTextUrlCitationDetails {
|
|
102
|
-
/** The URL where the citation is from. */
|
|
103
|
-
url?: string;
|
|
104
|
-
/** The title of the URL. */
|
|
105
|
-
title?: string;
|
|
106
|
-
}
|
|
107
|
-
/** Represents a run step delta i.e. any changed fields on a run step during streaming. */
|
|
108
|
-
export interface RunStepDeltaChunk {
|
|
109
|
-
/** The identifier of the run step, which can be referenced in API endpoints. */
|
|
110
|
-
id: string;
|
|
111
|
-
/** The object type, which is always `thread.run.step.delta`. */
|
|
112
|
-
object: "thread.run.step.delta";
|
|
113
|
-
/** The delta containing the fields that have changed on the run step. */
|
|
114
|
-
delta: RunStepDelta;
|
|
115
|
-
}
|
|
116
|
-
/** Represents the delta payload in a streaming run step delta chunk. */
|
|
117
|
-
export interface RunStepDelta {
|
|
118
|
-
/** The details of the run step. */
|
|
119
|
-
stepDetails?: RunStepDeltaDetail;
|
|
120
|
-
}
|
|
121
|
-
/** Represents a single run step detail item in a streaming run step's delta payload. */
|
|
122
|
-
export interface RunStepDeltaDetail {
|
|
123
|
-
/** The object type for the run step detail object. */
|
|
124
|
-
type: string;
|
|
125
|
-
}
|
|
126
|
-
/** Represents a message creation within a streaming run step delta. */
|
|
127
|
-
export interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {
|
|
128
|
-
/** The object type, which is always "message_creation." */
|
|
129
|
-
type: "message_creation";
|
|
130
|
-
/** The message creation data. */
|
|
131
|
-
messageCreation?: RunStepDeltaMessageCreationObject;
|
|
132
|
-
}
|
|
133
|
-
/** Represents the data within a streaming run step message creation response object. */
|
|
134
|
-
export interface RunStepDeltaMessageCreationObject {
|
|
135
|
-
/** The ID of the newly-created message. */
|
|
136
|
-
messageId?: string;
|
|
137
|
-
}
|
|
138
|
-
/** Represents an invocation of tool calls as part of a streaming run step. */
|
|
139
|
-
export interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {
|
|
140
|
-
/** The object type, which is always "tool_calls." */
|
|
141
|
-
type: "tool_calls";
|
|
142
|
-
/** The collection of tool calls for the tool call detail item. */
|
|
143
|
-
toolCalls?: Array<RunStepDeltaToolCall>;
|
|
144
|
-
}
|
|
145
|
-
/** Represents a single tool call within a streaming run step's delta tool call details. */
|
|
146
|
-
export type RunStepDeltaToolCall = RunStepDeltaToolCallParent | RunStepDeltaFunctionToolCall | RunStepDeltaFileSearchToolCall | RunStepDeltaCodeInterpreterToolCall;
|
|
147
|
-
/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */
|
|
148
|
-
export interface RunStepDeltaToolCallParent {
|
|
149
|
-
/** The index of the tool call detail in the run step's tool_calls array. */
|
|
150
|
-
index: number;
|
|
151
|
-
/** The ID of the tool call, used when submitting outputs to the run. */
|
|
152
|
-
id: string;
|
|
153
|
-
/** The type of the tool call detail item in a streaming run step's details. */
|
|
154
|
-
type: string;
|
|
155
|
-
}
|
|
156
|
-
/** Represents a function tool call within a streaming run step's tool call details. */
|
|
157
|
-
export interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {
|
|
158
|
-
/** The object type, which is always "function." */
|
|
159
|
-
type: "function";
|
|
160
|
-
/** The function data for the tool call. */
|
|
161
|
-
function?: RunStepDeltaFunction;
|
|
162
|
-
}
|
|
163
|
-
/** Represents a file search tool call within a streaming run step's tool call details. */
|
|
164
|
-
export interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {
|
|
165
|
-
/** The object type, which is always "file_search." */
|
|
166
|
-
type: "file_search";
|
|
167
|
-
/** Reserved for future use. */
|
|
168
|
-
fileSearch?: Array<string>;
|
|
169
|
-
}
|
|
170
|
-
/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */
|
|
171
|
-
export interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {
|
|
172
|
-
/** The object type, which is always "code_interpreter." */
|
|
173
|
-
type: "code_interpreter";
|
|
174
|
-
/** The Code Interpreter data for the tool call. */
|
|
175
|
-
codeInterpreter?: RunStepDeltaCodeInterpreterDetailItemObject;
|
|
176
|
-
}
|
|
177
|
-
/** Represents the function data in a streaming run step delta's function tool call. */
|
|
178
|
-
export interface RunStepDeltaFunction {
|
|
179
|
-
/** The name of the function. */
|
|
180
|
-
name?: string;
|
|
181
|
-
/** The arguments passed to the function as input. */
|
|
182
|
-
arguments?: string;
|
|
183
|
-
/** The output of the function, null if outputs have not yet been submitted. */
|
|
184
|
-
output?: string | null;
|
|
185
|
-
}
|
|
186
|
-
/** Represents the Code Interpreter data in a streaming run step's tool call output. */
|
|
187
|
-
export type RunStepDeltaCodeInterpreterOutput = RunStepDeltaCodeInterpreterOutputParent | RunStepDeltaCodeInterpreterLogOutput | RunStepDeltaCodeInterpreterImageOutput;
|
|
188
|
-
/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */
|
|
189
|
-
export interface RunStepDeltaCodeInterpreterDetailItemObject {
|
|
190
|
-
/** The input into the Code Interpreter tool call. */
|
|
191
|
-
input?: string;
|
|
192
|
-
/**
|
|
193
|
-
* The outputs from the Code Interpreter tool call. Code Interpreter can output one or more
|
|
194
|
-
* items, including text (`logs`) or images (`image`). Each of these are represented by a
|
|
195
|
-
* different object type.
|
|
196
|
-
*/
|
|
197
|
-
outputs?: Array<RunStepDeltaCodeInterpreterOutput>;
|
|
198
|
-
}
|
|
199
|
-
/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */
|
|
200
|
-
export interface RunStepDeltaCodeInterpreterOutputParent {
|
|
201
|
-
/** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */
|
|
202
|
-
index: number;
|
|
203
|
-
/** The type of the streaming run step tool call's Code Interpreter output. */
|
|
204
|
-
type: string;
|
|
205
|
-
}
|
|
206
|
-
/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
207
|
-
export interface RunStepDeltaCodeInterpreterLogOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
208
|
-
/** The type of the object, which is always "logs." */
|
|
209
|
-
type: "logs";
|
|
210
|
-
/** The text output from the Code Interpreter tool call. */
|
|
211
|
-
logs?: string;
|
|
212
|
-
}
|
|
213
|
-
/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
214
|
-
export interface RunStepDeltaCodeInterpreterImageOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
215
|
-
/** The object type, which is always "image." */
|
|
216
|
-
type: "image";
|
|
217
|
-
/** The image data for the Code Interpreter tool call output. */
|
|
218
|
-
image?: RunStepDeltaCodeInterpreterImageOutputObject;
|
|
219
|
-
}
|
|
220
|
-
/** Represents the data for a streaming run step's Code Interpreter tool call image output. */
|
|
221
|
-
export interface RunStepDeltaCodeInterpreterImageOutputObject {
|
|
222
|
-
/** The file ID for the image. */
|
|
223
|
-
fileId?: string;
|
|
224
|
-
}
|
|
225
|
-
//# sourceMappingURL=streamingModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingModels.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C,wFAAwF;AACxF,MAAM,WAAW,iBAAiB;IAChC,+EAA+E;IAC/E,EAAE,EAAE,MAAM,CAAC;IAEX,+DAA+D;IAC/D,MAAM,EAAE,sBAAsB,CAAC;IAE/B,wEAAwE;IACxE,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,mFAAmF;AACnF,MAAM,WAAW,YAAY;IAC3B,4CAA4C;IAC5C,IAAI,EAAE,WAAW,CAAC;IAElB,oEAAoE;IACpE,OAAO,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CACrC;AAED,iDAAiD;AACjD,MAAM,MAAM,mBAAmB,GAC3B,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,CAAC;AAEjC,sFAAsF;AACtF,MAAM,WAAW,yBAAyB;IACxC,oDAAoD;IACpD,KAAK,EAAE,MAAM,CAAC;IAEd,iDAAiD;IACjD,IAAI,EAAE,MAAM,CAAC;CACd;AACD,4FAA4F;AAC5F,MAAM,WAAW,4BAA6B,SAAQ,yBAAyB;IAC7E,+EAA+E;IAC/E,IAAI,EAAE,YAAY,CAAC;IAEnB,2BAA2B;IAC3B,SAAS,CAAC,EAAE,kCAAkC,CAAC;CAChD;AAED,+EAA+E;AAC/E,MAAM,WAAW,kCAAkC;IACjD,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,sFAAsF;AACtF,MAAM,WAAW,uBAAwB,SAAQ,yBAAyB;IACxE,yEAAyE;IACzE,IAAI,EAAE,MAAM,CAAC;IAEb,gCAAgC;IAChC,IAAI,CAAC,EAAE,6BAA6B,CAAC;CACtC;AAED,kGAAkG;AAClG,MAAM,WAAW,6BAA6B;IAC5C,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,gCAAgC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CACjD;AAED,wEAAwE;AACxE,MAAM,MAAM,0BAA0B,GAClC,gCAAgC,GAChC,sCAAsC,GACtC,kCAAkC,CAAC;AAEvC,0FAA0F;AAC1F,MAAM,WAAW,gCAAgC;IAC/C,8DAA8D;IAC9D,KAAK,EAAE,MAAM,CAAC;IAEd,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oFAAoF;AACpF,MAAM,WAAW,sCAAuC,SAAQ,gCAAgC;IAC9F,gFAAgF;IAChF,IAAI,EAAE,eAAe,CAAC;IAEtB,qCAAqC;IACrC,YAAY,CAAC,EAAE,4CAA4C,CAAC;IAE5D,gEAAgE;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,mGAAmG;AACnG,MAAM,WAAW,4CAA4C;IAC3D,wDAAwD;IACxD,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,4CAA4C;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,2FAA2F;AAC3F,MAAM,WAAW,kCAAmC,SAAQ,gCAAgC;IAC1F,4EAA4E;IAC5E,IAAI,EAAE,WAAW,CAAC;IAElB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,wCAAwC,CAAC;IAEpD,8DAA8D;IAC9D,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,4DAA4D;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,gEAAgE;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,0GAA0G;AAC1G,MAAM,WAAW,wCAAwC;IACvD,sCAAsC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,8DAA8D;AAC9D,MAAM,WAAW,kCAAkC;IACjD,0CAA0C;IAC1C,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,0FAA0F;AAC1F,MAAM,WAAW,iBAAiB;IAChC,gFAAgF;IAChF,EAAE,EAAE,MAAM,CAAC;IAEX,gEAAgE;IAChE,MAAM,EAAE,uBAAuB,CAAC;IAEhC,yEAAyE;IACzE,KAAK,EAAE,YAAY,CAAC;CACrB;AAED,wEAAwE;AACxE,MAAM,WAAW,YAAY;IAC3B,mCAAmC;IACnC,WAAW,CAAC,EAAE,kBAAkB,CAAC;CAClC;AAED,wFAAwF;AACxF,MAAM,WAAW,kBAAkB;IACjC,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;CACd;AAED,uEAAuE;AACvE,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACrE,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IAEzB,iCAAiC;IACjC,eAAe,CAAC,EAAE,iCAAiC,CAAC;CACrD;AAED,wFAAwF;AACxF,MAAM,WAAW,iCAAiC;IAChD,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8EAA8E;AAC9E,MAAM,WAAW,0BAA2B,SAAQ,kBAAkB;IACpE,qDAAqD;IACrD,IAAI,EAAE,YAAY,CAAC;IAEnB,kEAAkE;IAClE,SAAS,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CACzC;AAED,2FAA2F;AAC3F,MAAM,MAAM,oBAAoB,GAC5B,0BAA0B,GAC1B,4BAA4B,GAC5B,8BAA8B,GAC9B,mCAAmC,CAAC;AAExC,oHAAoH;AACpH,MAAM,WAAW,0BAA0B;IACzC,4EAA4E;IAC5E,KAAK,EAAE,MAAM,CAAC;IAEd,wEAAwE;IACxE,EAAE,EAAE,MAAM,CAAC;IAEX,+EAA+E;IAC/E,IAAI,EAAE,MAAM,CAAC;CACd;AAED,uFAAuF;AACvF,MAAM,WAAW,4BAA6B,SAAQ,0BAA0B;IAC9E,mDAAmD;IACnD,IAAI,EAAE,UAAU,CAAC;IAEjB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,oBAAoB,CAAC;CACjC;AAED,0FAA0F;AAC1F,MAAM,WAAW,8BAA+B,SAAQ,0BAA0B;IAChF,sDAAsD;IACtD,IAAI,EAAE,aAAa,CAAC;IAEpB,+BAA+B;IAC/B,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC5B;AAED,+FAA+F;AAC/F,MAAM,WAAW,mCAAoC,SAAQ,0BAA0B;IACrF,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IAEzB,mDAAmD;IACnD,eAAe,CAAC,EAAE,2CAA2C,CAAC;CAC/D;AAED,uFAAuF;AACvF,MAAM,WAAW,oBAAoB;IACnC,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,qDAAqD;IACrD,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,+EAA+E;IAC/E,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,uFAAuF;AACvF,MAAM,MAAM,iCAAiC,GACzC,uCAAuC,GACvC,oCAAoC,GACpC,sCAAsC,CAAC;AAE3C,2FAA2F;AAC3F,MAAM,WAAW,2CAA2C;IAC1D,qDAAqD;IACrD,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;CACpD;AAED,yGAAyG;AACzG,MAAM,WAAW,uCAAuC;IACtD,oGAAoG;IACpG,KAAK,EAAE,MAAM,CAAC;IAEd,8EAA8E;IAC9E,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iJAAiJ;AACjJ,MAAM,WAAW,oCACf,SAAQ,uCAAuC;IAC/C,sDAAsD;IACtD,IAAI,EAAE,MAAM,CAAC;IAEb,2DAA2D;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,iJAAiJ;AACjJ,MAAM,WAAW,sCACf,SAAQ,uCAAuC;IAC/C,gDAAgD;IAChD,IAAI,EAAE,OAAO,CAAC;IAEd,gEAAgE;IAChE,KAAK,CAAC,EAAE,4CAA4C,CAAC;CACtD;AAED,8FAA8F;AAC9F,MAAM,WAAW,4CAA4C;IAC3D,iCAAiC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingModels.js","sourceRoot":"","sources":["../../../src/customization/streamingModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"./models.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\n/** Represents the content of a message delta. */\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n imageFile?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n fileId?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\n/** Represents a text annotation within a streamed text content part. */\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n fileCitation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n startIndex?: number;\n\n /** The end index of this annotation in the content text. */\n endIndex?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n fileId?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n filePath?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n startIndex?: number;\n\n /** The end index of this annotation in the content text. */\n endIndex?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n fileId?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n stepDetails?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n messageCreation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n messageId?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n toolCalls?: Array<RunStepDeltaToolCall>;\n}\n\n/** Represents a single tool call within a streaming run step's delta tool call details. */\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n fileSearch?: Array<string>;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n codeInterpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\n/** Represents the Code Interpreter data in a streaming run step's tool call output. */\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n fileId?: string;\n}\n"]}
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import type { MessageRole } from "../generated/src/models.js";
|
|
2
|
-
/** Represents a message delta i.e. any changed fields on a message during streaming. */
|
|
3
|
-
export interface MessageDeltaChunk {
|
|
4
|
-
/** The identifier of the message, which can be referenced in API endpoints. */
|
|
5
|
-
id: string;
|
|
6
|
-
/** The object type, which is always `thread.message.delta`. */
|
|
7
|
-
object: "thread.message.delta";
|
|
8
|
-
/** The delta containing the fields that have changed on the Message. */
|
|
9
|
-
delta: MessageDelta;
|
|
10
|
-
}
|
|
11
|
-
/** Represents the typed 'delta' payload within a streaming message delta chunk. */
|
|
12
|
-
export interface MessageDelta {
|
|
13
|
-
/** The entity that produced the message. */
|
|
14
|
-
role: MessageRole;
|
|
15
|
-
/** The content of the message as an array of text and/or images. */
|
|
16
|
-
content: Array<MessageDeltaContent>;
|
|
17
|
-
}
|
|
18
|
-
export type MessageDeltaContent = MessageDeltaContentParent | MessageDeltaTextContent | MessageDeltaImageFileContent;
|
|
19
|
-
/** The abstract base representation of a partial streamed message content payload. */
|
|
20
|
-
export interface MessageDeltaContentParent {
|
|
21
|
-
/** The index of the content part of the message. */
|
|
22
|
-
index: number;
|
|
23
|
-
/** The type of content for this content part. */
|
|
24
|
-
type: string;
|
|
25
|
-
}
|
|
26
|
-
/** Represents a streamed image file content part within a streaming message delta chunk. */
|
|
27
|
-
export interface MessageDeltaImageFileContent extends MessageDeltaContentParent {
|
|
28
|
-
/** The type of content for this content part, which is always "image_file." */
|
|
29
|
-
type: "image_file";
|
|
30
|
-
/** The image_file data. */
|
|
31
|
-
image_file?: MessageDeltaImageFileContentObject;
|
|
32
|
-
}
|
|
33
|
-
/** Represents the 'image_file' payload within streaming image file content. */
|
|
34
|
-
export interface MessageDeltaImageFileContentObject {
|
|
35
|
-
/** The file ID of the image in the message content. */
|
|
36
|
-
file_id?: string;
|
|
37
|
-
}
|
|
38
|
-
/** Represents a streamed text content part within a streaming message delta chunk. */
|
|
39
|
-
export interface MessageDeltaTextContent extends MessageDeltaContentParent {
|
|
40
|
-
/** The type of content for this content part, which is always "text." */
|
|
41
|
-
type: "text";
|
|
42
|
-
/** The text content details. */
|
|
43
|
-
text?: MessageDeltaTextContentObject;
|
|
44
|
-
}
|
|
45
|
-
/** Represents the data of a streamed text content part within a streaming message delta chunk. */
|
|
46
|
-
export interface MessageDeltaTextContentObject {
|
|
47
|
-
/** The data that makes up the text. */
|
|
48
|
-
value?: string;
|
|
49
|
-
/** Annotations for the text. */
|
|
50
|
-
annotations?: Array<MessageDeltaTextAnnotation>;
|
|
51
|
-
}
|
|
52
|
-
export type MessageDeltaTextAnnotation = MessageDeltaTextAnnotationParent | MessageDeltaTextFileCitationAnnotation | MessageDeltaTextFilePathAnnotation;
|
|
53
|
-
/** The abstract base representation of a streamed text content part's text annotation. */
|
|
54
|
-
export interface MessageDeltaTextAnnotationParent {
|
|
55
|
-
/** The index of the annotation within a text content part. */
|
|
56
|
-
index: number;
|
|
57
|
-
/** The type of the text content annotation. */
|
|
58
|
-
type: string;
|
|
59
|
-
}
|
|
60
|
-
/** Represents a streamed file citation applied to a streaming text content part. */
|
|
61
|
-
export interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {
|
|
62
|
-
/** The type of the text content annotation, which is always "file_citation." */
|
|
63
|
-
type: "file_citation";
|
|
64
|
-
/** The file citation information. */
|
|
65
|
-
file_citation?: MessageDeltaTextFileCitationAnnotationObject;
|
|
66
|
-
/** The text in the message content that needs to be replaced */
|
|
67
|
-
text?: string;
|
|
68
|
-
/** The start index of this annotation in the content text. */
|
|
69
|
-
start_index?: number;
|
|
70
|
-
/** The end index of this annotation in the content text. */
|
|
71
|
-
end_index?: number;
|
|
72
|
-
}
|
|
73
|
-
/** Represents the data of a streamed file citation as applied to a streaming text content part. */
|
|
74
|
-
export interface MessageDeltaTextFileCitationAnnotationObject {
|
|
75
|
-
/** The ID of the specific file the citation is from. */
|
|
76
|
-
file_id?: string;
|
|
77
|
-
/** The specific quote in the cited file. */
|
|
78
|
-
quote?: string;
|
|
79
|
-
}
|
|
80
|
-
/** Represents a streamed file path annotation applied to a streaming text content part. */
|
|
81
|
-
export interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {
|
|
82
|
-
/** The type of the text content annotation, which is always "file_path." */
|
|
83
|
-
type: "file_path";
|
|
84
|
-
/** The file path information. */
|
|
85
|
-
file_path?: MessageDeltaTextFilePathAnnotationObject;
|
|
86
|
-
/** The start index of this annotation in the content text. */
|
|
87
|
-
start_index?: number;
|
|
88
|
-
/** The end index of this annotation in the content text. */
|
|
89
|
-
end_index?: number;
|
|
90
|
-
/** The text in the message content that needs to be replaced */
|
|
91
|
-
text?: string;
|
|
92
|
-
}
|
|
93
|
-
/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */
|
|
94
|
-
export interface MessageDeltaTextFilePathAnnotationObject {
|
|
95
|
-
/** The file ID for the annotation. */
|
|
96
|
-
file_id?: string;
|
|
97
|
-
}
|
|
98
|
-
/** A representation of the URL used for the text citation. */
|
|
99
|
-
export interface MessageDeltaTextUrlCitationDetails {
|
|
100
|
-
/** The URL where the citation is from. */
|
|
101
|
-
url?: string;
|
|
102
|
-
/** The title of the URL. */
|
|
103
|
-
title?: string;
|
|
104
|
-
}
|
|
105
|
-
/** Represents a run step delta i.e. any changed fields on a run step during streaming. */
|
|
106
|
-
export interface RunStepDeltaChunk {
|
|
107
|
-
/** The identifier of the run step, which can be referenced in API endpoints. */
|
|
108
|
-
id: string;
|
|
109
|
-
/** The object type, which is always `thread.run.step.delta`. */
|
|
110
|
-
object: "thread.run.step.delta";
|
|
111
|
-
/** The delta containing the fields that have changed on the run step. */
|
|
112
|
-
delta: RunStepDelta;
|
|
113
|
-
}
|
|
114
|
-
/** Represents the delta payload in a streaming run step delta chunk. */
|
|
115
|
-
export interface RunStepDelta {
|
|
116
|
-
/** The details of the run step. */
|
|
117
|
-
step_details?: RunStepDeltaDetail;
|
|
118
|
-
}
|
|
119
|
-
/** Represents a single run step detail item in a streaming run step's delta payload. */
|
|
120
|
-
export interface RunStepDeltaDetail {
|
|
121
|
-
/** The object type for the run step detail object. */
|
|
122
|
-
type: string;
|
|
123
|
-
}
|
|
124
|
-
/** Represents a message creation within a streaming run step delta. */
|
|
125
|
-
export interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {
|
|
126
|
-
/** The object type, which is always "message_creation." */
|
|
127
|
-
type: "message_creation";
|
|
128
|
-
/** The message creation data. */
|
|
129
|
-
message_creation?: RunStepDeltaMessageCreationObject;
|
|
130
|
-
}
|
|
131
|
-
/** Represents the data within a streaming run step message creation response object. */
|
|
132
|
-
export interface RunStepDeltaMessageCreationObject {
|
|
133
|
-
/** The ID of the newly-created message. */
|
|
134
|
-
message_id?: string;
|
|
135
|
-
}
|
|
136
|
-
/** Represents an invocation of tool calls as part of a streaming run step. */
|
|
137
|
-
export interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {
|
|
138
|
-
/** The object type, which is always "tool_calls." */
|
|
139
|
-
type: "tool_calls";
|
|
140
|
-
/** The collection of tool calls for the tool call detail item. */
|
|
141
|
-
tool_calls?: Array<RunStepDeltaToolCall>;
|
|
142
|
-
}
|
|
143
|
-
export type RunStepDeltaToolCall = RunStepDeltaToolCallParent | RunStepDeltaFunctionToolCall | RunStepDeltaFileSearchToolCall | RunStepDeltaCodeInterpreterToolCall;
|
|
144
|
-
/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */
|
|
145
|
-
export interface RunStepDeltaToolCallParent {
|
|
146
|
-
/** The index of the tool call detail in the run step's tool_calls array. */
|
|
147
|
-
index: number;
|
|
148
|
-
/** The ID of the tool call, used when submitting outputs to the run. */
|
|
149
|
-
id: string;
|
|
150
|
-
/** The type of the tool call detail item in a streaming run step's details. */
|
|
151
|
-
type: string;
|
|
152
|
-
}
|
|
153
|
-
/** Represents a function tool call within a streaming run step's tool call details. */
|
|
154
|
-
export interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {
|
|
155
|
-
/** The object type, which is always "function." */
|
|
156
|
-
type: "function";
|
|
157
|
-
/** The function data for the tool call. */
|
|
158
|
-
function?: RunStepDeltaFunction;
|
|
159
|
-
}
|
|
160
|
-
/** Represents a file search tool call within a streaming run step's tool call details. */
|
|
161
|
-
export interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {
|
|
162
|
-
/** The object type, which is always "file_search." */
|
|
163
|
-
type: "file_search";
|
|
164
|
-
/** Reserved for future use. */
|
|
165
|
-
file_search?: Array<string>;
|
|
166
|
-
}
|
|
167
|
-
/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */
|
|
168
|
-
export interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {
|
|
169
|
-
/** The object type, which is always "code_interpreter." */
|
|
170
|
-
type: "code_interpreter";
|
|
171
|
-
/** The Code Interpreter data for the tool call. */
|
|
172
|
-
code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;
|
|
173
|
-
}
|
|
174
|
-
/** Represents the function data in a streaming run step delta's function tool call. */
|
|
175
|
-
export interface RunStepDeltaFunction {
|
|
176
|
-
/** The name of the function. */
|
|
177
|
-
name?: string;
|
|
178
|
-
/** The arguments passed to the function as input. */
|
|
179
|
-
arguments?: string;
|
|
180
|
-
/** The output of the function, null if outputs have not yet been submitted. */
|
|
181
|
-
output?: string | null;
|
|
182
|
-
}
|
|
183
|
-
export type RunStepDeltaCodeInterpreterOutput = RunStepDeltaCodeInterpreterOutputParent | RunStepDeltaCodeInterpreterLogOutput | RunStepDeltaCodeInterpreterImageOutput;
|
|
184
|
-
/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */
|
|
185
|
-
export interface RunStepDeltaCodeInterpreterDetailItemObject {
|
|
186
|
-
/** The input into the Code Interpreter tool call. */
|
|
187
|
-
input?: string;
|
|
188
|
-
/**
|
|
189
|
-
* The outputs from the Code Interpreter tool call. Code Interpreter can output one or more
|
|
190
|
-
* items, including text (`logs`) or images (`image`). Each of these are represented by a
|
|
191
|
-
* different object type.
|
|
192
|
-
*/
|
|
193
|
-
outputs?: Array<RunStepDeltaCodeInterpreterOutput>;
|
|
194
|
-
}
|
|
195
|
-
/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */
|
|
196
|
-
export interface RunStepDeltaCodeInterpreterOutputParent {
|
|
197
|
-
/** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */
|
|
198
|
-
index: number;
|
|
199
|
-
/** The type of the streaming run step tool call's Code Interpreter output. */
|
|
200
|
-
type: string;
|
|
201
|
-
}
|
|
202
|
-
/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
203
|
-
export interface RunStepDeltaCodeInterpreterLogOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
204
|
-
/** The type of the object, which is always "logs." */
|
|
205
|
-
type: "logs";
|
|
206
|
-
/** The text output from the Code Interpreter tool call. */
|
|
207
|
-
logs?: string;
|
|
208
|
-
}
|
|
209
|
-
/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
210
|
-
export interface RunStepDeltaCodeInterpreterImageOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
211
|
-
/** The object type, which is always "image." */
|
|
212
|
-
type: "image";
|
|
213
|
-
/** The image data for the Code Interpreter tool call output. */
|
|
214
|
-
image?: RunStepDeltaCodeInterpreterImageOutputObject;
|
|
215
|
-
}
|
|
216
|
-
/** Represents the data for a streaming run step's Code Interpreter tool call image output. */
|
|
217
|
-
export interface RunStepDeltaCodeInterpreterImageOutputObject {
|
|
218
|
-
/** The file ID for the image. */
|
|
219
|
-
file_id?: string;
|
|
220
|
-
}
|
|
221
|
-
//# sourceMappingURL=streamingWireModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingWireModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingWireModels.js","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"../generated/src/models.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n image_file?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n file_id?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n file_citation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n file_id?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n file_path?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n file_id?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n step_details?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n message_creation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n message_id?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n tool_calls?: Array<RunStepDeltaToolCall>;\n}\n\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n file_search?: Array<string>;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n file_id?: string;\n}\n"]}
|