@azure/ai-projects 1.0.0-alpha.20250502.6 → 1.0.0-alpha.20250512.3
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/dist/browser/aiProjectClient.d.ts +83 -0
- package/dist/browser/aiProjectClient.d.ts.map +1 -0
- package/dist/browser/aiProjectClient.js +92 -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 +38 -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 +125 -0
- package/dist/browser/api/connections/operations.js.map +1 -0
- package/dist/browser/api/connections/options.d.ts +28 -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 +286 -0
- package/dist/browser/api/datasets/operations.js.map +1 -0
- package/dist/browser/api/datasets/options.d.ts +27 -0
- package/dist/browser/api/datasets/options.d.ts.map +1 -0
- package/dist/browser/api/datasets/options.js +2 -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 +59 -0
- package/dist/browser/api/deployments/operations.js.map +1 -0
- package/dist/browser/api/deployments/options.d.ts +25 -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 +102 -0
- package/dist/browser/api/evaluations/operations.js.map +1 -0
- package/dist/browser/api/evaluations/options.d.ts +24 -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 +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -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 +125 -0
- package/dist/browser/api/indexes/operations.js.map +1 -0
- package/dist/browser/api/indexes/options.d.ts +21 -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/enableTelemetry.d.ts +21 -0
- package/dist/browser/api/inference/enableTelemetry.d.ts.map +1 -0
- package/dist/browser/api/inference/enableTelemetry.js +185 -0
- package/dist/browser/api/inference/enableTelemetry.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 +179 -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 +77 -0
- package/dist/browser/api/redTeams/operations.js.map +1 -0
- package/dist/browser/api/redTeams/options.d.ts +21 -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 +32 -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 +11 -0
- package/dist/browser/classic/telemetry/index.d.ts.map +1 -0
- package/dist/browser/classic/telemetry/index.js +14 -0
- package/dist/browser/classic/telemetry/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -9
- 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 +518 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +634 -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 +83 -0
- package/dist/commonjs/aiProjectClient.d.ts.map +1 -0
- package/dist/commonjs/aiProjectClient.js +96 -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 +41 -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 +137 -0
- package/dist/commonjs/api/connections/operations.js.map +1 -0
- package/dist/commonjs/api/connections/options.d.ts +28 -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 +312 -0
- package/dist/commonjs/api/datasets/operations.js.map +1 -0
- package/dist/commonjs/api/datasets/options.d.ts +27 -0
- package/dist/commonjs/api/datasets/options.d.ts.map +1 -0
- package/dist/commonjs/api/datasets/options.js +3 -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 +67 -0
- package/dist/commonjs/api/deployments/operations.js.map +1 -0
- package/dist/commonjs/api/deployments/options.d.ts +25 -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 +116 -0
- package/dist/commonjs/api/evaluations/operations.js.map +1 -0
- package/dist/commonjs/api/evaluations/options.d.ts +24 -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 +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -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 +142 -0
- package/dist/commonjs/api/indexes/operations.js.map +1 -0
- package/dist/commonjs/api/indexes/options.d.ts +21 -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/enableTelemetry.d.ts +21 -0
- package/dist/commonjs/api/inference/enableTelemetry.d.ts.map +1 -0
- package/dist/commonjs/api/inference/enableTelemetry.js +189 -0
- package/dist/commonjs/api/inference/enableTelemetry.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 +187 -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 +88 -0
- package/dist/commonjs/api/redTeams/operations.js.map +1 -0
- package/dist/commonjs/api/redTeams/options.d.ts +21 -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 +32 -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 +11 -0
- package/dist/commonjs/classic/telemetry/index.d.ts.map +1 -0
- package/dist/commonjs/classic/telemetry/index.js +19 -0
- package/dist/commonjs/classic/telemetry/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +13 -9
- 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 +518 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +717 -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/esm/aiProjectClient.d.ts +83 -0
- package/dist/esm/aiProjectClient.d.ts.map +1 -0
- package/dist/esm/aiProjectClient.js +92 -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 +38 -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 +125 -0
- package/dist/esm/api/connections/operations.js.map +1 -0
- package/dist/esm/api/connections/options.d.ts +28 -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 +286 -0
- package/dist/esm/api/datasets/operations.js.map +1 -0
- package/dist/esm/api/datasets/options.d.ts +27 -0
- package/dist/esm/api/datasets/options.d.ts.map +1 -0
- package/dist/esm/api/datasets/options.js +2 -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 +59 -0
- package/dist/esm/api/deployments/operations.js.map +1 -0
- package/dist/esm/api/deployments/options.d.ts +25 -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 +102 -0
- package/dist/esm/api/evaluations/operations.js.map +1 -0
- package/dist/esm/api/evaluations/options.d.ts +24 -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 +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -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 +125 -0
- package/dist/esm/api/indexes/operations.js.map +1 -0
- package/dist/esm/api/indexes/options.d.ts +21 -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/enableTelemetry.d.ts +21 -0
- package/dist/esm/api/inference/enableTelemetry.d.ts.map +1 -0
- package/dist/esm/api/inference/enableTelemetry.js +185 -0
- package/dist/esm/api/inference/enableTelemetry.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 +179 -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 +77 -0
- package/dist/esm/api/redTeams/operations.js.map +1 -0
- package/dist/esm/api/redTeams/options.d.ts +21 -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 +32 -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 +11 -0
- package/dist/esm/classic/telemetry/index.d.ts.map +1 -0
- package/dist/esm/classic/telemetry/index.js +14 -0
- package/dist/esm/classic/telemetry/index.js.map +1 -0
- package/dist/esm/index.d.ts +13 -9
- 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 +518 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +634 -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 +83 -0
- package/dist/react-native/aiProjectClient.d.ts.map +1 -0
- package/dist/react-native/aiProjectClient.js +92 -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 +38 -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 +125 -0
- package/dist/react-native/api/connections/operations.js.map +1 -0
- package/dist/react-native/api/connections/options.d.ts +28 -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 +286 -0
- package/dist/react-native/api/datasets/operations.js.map +1 -0
- package/dist/react-native/api/datasets/options.d.ts +27 -0
- package/dist/react-native/api/datasets/options.d.ts.map +1 -0
- package/dist/react-native/api/datasets/options.js +2 -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 +59 -0
- package/dist/react-native/api/deployments/operations.js.map +1 -0
- package/dist/react-native/api/deployments/options.d.ts +25 -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 +102 -0
- package/dist/react-native/api/evaluations/operations.js.map +1 -0
- package/dist/react-native/api/evaluations/options.d.ts +24 -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 +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -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 +125 -0
- package/dist/react-native/api/indexes/operations.js.map +1 -0
- package/dist/react-native/api/indexes/options.d.ts +21 -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/enableTelemetry.d.ts +21 -0
- package/dist/react-native/api/inference/enableTelemetry.d.ts.map +1 -0
- package/dist/react-native/api/inference/enableTelemetry.js +185 -0
- package/dist/react-native/api/inference/enableTelemetry.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 +179 -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 +77 -0
- package/dist/react-native/api/redTeams/operations.js.map +1 -0
- package/dist/react-native/api/redTeams/options.d.ts +21 -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 +32 -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 +11 -0
- package/dist/react-native/classic/telemetry/index.d.ts.map +1 -0
- package/dist/react-native/classic/telemetry/index.js +14 -0
- package/dist/react-native/classic/telemetry/index.js.map +1 -0
- package/dist/react-native/index.d.ts +13 -9
- 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 +518 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +634 -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 +34 -19
- 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 -164
- 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 -268
- 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 -18
- package/dist/browser/agents/files.d.ts.map +0 -1
- package/dist/browser/agents/files.js +0 -130
- package/dist/browser/agents/files.js.map +0 -1
- package/dist/browser/agents/index.d.ts +0 -105
- package/dist/browser/agents/index.d.ts.map +0 -1
- package/dist/browser/agents/index.js +0 -63
- 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 -116
- 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 -30
- package/dist/browser/agents/openAIError.js.map +0 -1
- package/dist/browser/agents/poller.d.ts +0 -9
- package/dist/browser/agents/poller.d.ts.map +0 -1
- package/dist/browser/agents/poller.js +0 -137
- 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 -103
- 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 -14
- package/dist/browser/agents/threads.d.ts.map +0 -1
- package/dist/browser/agents/threads.js +0 -108
- 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 -222
- package/dist/browser/agents/utils.d.ts.map +0 -1
- package/dist/browser/agents/utils.js +0 -311
- package/dist/browser/agents/utils.js.map +0 -1
- package/dist/browser/agents/vectorStores.d.ts +0 -19
- package/dist/browser/agents/vectorStores.d.ts.map +0 -1
- package/dist/browser/agents/vectorStores.js +0 -134
- package/dist/browser/agents/vectorStores.js.map +0 -1
- package/dist/browser/agents/vectorStoresFileBatches.d.ts +0 -16
- package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/browser/agents/vectorStoresFileBatches.js +0 -122
- 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 -133
- 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 -297
- package/dist/browser/customization/convertModelsToWrite.js.map +0 -1
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts +0 -28
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/browser/customization/convertOutputModelsFromWire.js +0 -962
- 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 -949
- 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 -1501
- 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 -394
- 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 -226
- 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 -222
- 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 -260
- 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 -55
- package/dist/browser/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/browser/generated/src/isUnexpected.js +0 -124
- 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 -937
- 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 -1621
- 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 -68
- package/dist/browser/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/browser/generated/src/paginateHelper.js +0 -180
- package/dist/browser/generated/src/paginateHelper.js.map +0 -1
- package/dist/browser/generated/src/parameters.d.ts +0 -451
- 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 -791
- 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 -172
- 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 -268
- 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 -18
- package/dist/commonjs/agents/files.d.ts.map +0 -1
- package/dist/commonjs/agents/files.js +0 -140
- package/dist/commonjs/agents/files.js.map +0 -1
- package/dist/commonjs/agents/index.d.ts +0 -105
- package/dist/commonjs/agents/index.d.ts.map +0 -1
- package/dist/commonjs/agents/index.js +0 -66
- 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 -131
- 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 -35
- package/dist/commonjs/agents/openAIError.js.map +0 -1
- package/dist/commonjs/agents/poller.d.ts +0 -9
- package/dist/commonjs/agents/poller.d.ts.map +0 -1
- package/dist/commonjs/agents/poller.js +0 -140
- 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 -103
- 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 -14
- package/dist/commonjs/agents/threads.d.ts.map +0 -1
- package/dist/commonjs/agents/threads.js +0 -116
- 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 -222
- package/dist/commonjs/agents/utils.d.ts.map +0 -1
- package/dist/commonjs/agents/utils.js +0 -317
- package/dist/commonjs/agents/utils.js.map +0 -1
- package/dist/commonjs/agents/vectorStores.d.ts +0 -19
- package/dist/commonjs/agents/vectorStores.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStores.js +0 -143
- package/dist/commonjs/agents/vectorStores.js.map +0 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +0 -16
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.js +0 -131
- 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 -141
- 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 -310
- package/dist/commonjs/customization/convertModelsToWrite.js.map +0 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts +0 -28
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.js +0 -987
- 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 -949
- 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 -1501
- 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 -394
- 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 -226
- 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 -222
- 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 -260
- 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 -55
- package/dist/commonjs/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/commonjs/generated/src/isUnexpected.js +0 -127
- 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 -937
- 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 -1621
- 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 -68
- package/dist/commonjs/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/commonjs/generated/src/paginateHelper.js +0 -183
- package/dist/commonjs/generated/src/paginateHelper.js.map +0 -1
- package/dist/commonjs/generated/src/parameters.d.ts +0 -451
- 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 -791
- 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 -164
- 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 -268
- 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 -18
- package/dist/esm/agents/files.d.ts.map +0 -1
- package/dist/esm/agents/files.js +0 -130
- package/dist/esm/agents/files.js.map +0 -1
- package/dist/esm/agents/index.d.ts +0 -105
- package/dist/esm/agents/index.d.ts.map +0 -1
- package/dist/esm/agents/index.js +0 -63
- 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 -116
- 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 -30
- package/dist/esm/agents/openAIError.js.map +0 -1
- package/dist/esm/agents/poller.d.ts +0 -9
- package/dist/esm/agents/poller.d.ts.map +0 -1
- package/dist/esm/agents/poller.js +0 -137
- 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 -103
- 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 -14
- package/dist/esm/agents/threads.d.ts.map +0 -1
- package/dist/esm/agents/threads.js +0 -108
- 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 -222
- package/dist/esm/agents/utils.d.ts.map +0 -1
- package/dist/esm/agents/utils.js +0 -311
- package/dist/esm/agents/utils.js.map +0 -1
- package/dist/esm/agents/vectorStores.d.ts +0 -19
- package/dist/esm/agents/vectorStores.d.ts.map +0 -1
- package/dist/esm/agents/vectorStores.js +0 -134
- package/dist/esm/agents/vectorStores.js.map +0 -1
- package/dist/esm/agents/vectorStoresFileBatches.d.ts +0 -16
- package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/esm/agents/vectorStoresFileBatches.js +0 -122
- 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 -133
- 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 -297
- package/dist/esm/customization/convertModelsToWrite.js.map +0 -1
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts +0 -28
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/esm/customization/convertOutputModelsFromWire.js +0 -962
- 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 -949
- 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 -1501
- 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 -394
- 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 -226
- 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 -222
- 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 -260
- 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 -55
- package/dist/esm/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/esm/generated/src/isUnexpected.js +0 -124
- 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 -937
- 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 -1621
- 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 -68
- package/dist/esm/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/esm/generated/src/paginateHelper.js +0 -180
- package/dist/esm/generated/src/paginateHelper.js.map +0 -1
- package/dist/esm/generated/src/parameters.d.ts +0 -451
- 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 -791
- 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 -164
- 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 -268
- 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 -18
- package/dist/react-native/agents/files.d.ts.map +0 -1
- package/dist/react-native/agents/files.js +0 -130
- package/dist/react-native/agents/files.js.map +0 -1
- package/dist/react-native/agents/index.d.ts +0 -105
- package/dist/react-native/agents/index.d.ts.map +0 -1
- package/dist/react-native/agents/index.js +0 -63
- 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 -116
- 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 -30
- package/dist/react-native/agents/openAIError.js.map +0 -1
- package/dist/react-native/agents/poller.d.ts +0 -9
- package/dist/react-native/agents/poller.d.ts.map +0 -1
- package/dist/react-native/agents/poller.js +0 -137
- 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 -103
- 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 -14
- package/dist/react-native/agents/threads.d.ts.map +0 -1
- package/dist/react-native/agents/threads.js +0 -108
- 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 -222
- package/dist/react-native/agents/utils.d.ts.map +0 -1
- package/dist/react-native/agents/utils.js +0 -311
- package/dist/react-native/agents/utils.js.map +0 -1
- package/dist/react-native/agents/vectorStores.d.ts +0 -19
- package/dist/react-native/agents/vectorStores.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStores.js +0 -134
- package/dist/react-native/agents/vectorStores.js.map +0 -1
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts +0 -16
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +0 -1
- package/dist/react-native/agents/vectorStoresFileBatches.js +0 -122
- 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 -133
- 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 -297
- package/dist/react-native/customization/convertModelsToWrite.js.map +0 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts +0 -28
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +0 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.js +0 -962
- 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 -949
- 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 -1501
- 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 -394
- 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 -226
- 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 -222
- 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 -260
- 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 -55
- package/dist/react-native/generated/src/isUnexpected.d.ts.map +0 -1
- package/dist/react-native/generated/src/isUnexpected.js +0 -124
- 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 -937
- 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 -1621
- 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 -68
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +0 -1
- package/dist/react-native/generated/src/paginateHelper.js +0 -180
- package/dist/react-native/generated/src/paginateHelper.js.map +0 -1
- package/dist/react-native/generated/src/parameters.d.ts +0 -451
- 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 -791
- 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,1621 +0,0 @@
|
|
|
1
|
-
/** An abstract representation of an input tool definition that an agent can use. */
|
|
2
|
-
export interface ToolDefinitionOutputParent {
|
|
3
|
-
type: string;
|
|
4
|
-
}
|
|
5
|
-
/** The input definition information for a code interpreter tool as used to configure an agent. */
|
|
6
|
-
export interface CodeInterpreterToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
7
|
-
/** The object type, which is always 'code_interpreter'. */
|
|
8
|
-
type: "code_interpreter";
|
|
9
|
-
}
|
|
10
|
-
/** The input definition information for a file search tool as used to configure an agent. */
|
|
11
|
-
export interface FileSearchToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
12
|
-
/** The object type, which is always 'file_search'. */
|
|
13
|
-
type: "file_search";
|
|
14
|
-
/** Options overrides for the file search tool. */
|
|
15
|
-
file_search?: FileSearchToolDefinitionDetailsOutput;
|
|
16
|
-
}
|
|
17
|
-
/** Options overrides for the file search tool. */
|
|
18
|
-
export interface FileSearchToolDefinitionDetailsOutput {
|
|
19
|
-
/**
|
|
20
|
-
* The maximum number of results the file search tool should output. The default is 20 for gpt-4* models and 5 for gpt-3.5-turbo. This number should be between 1 and 50 inclusive.
|
|
21
|
-
*
|
|
22
|
-
* Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
|
|
23
|
-
*/
|
|
24
|
-
max_num_results?: number;
|
|
25
|
-
/** Ranking options for file search. */
|
|
26
|
-
ranking_options?: FileSearchRankingOptionsOutput;
|
|
27
|
-
}
|
|
28
|
-
/** Ranking options for file search. */
|
|
29
|
-
export interface FileSearchRankingOptionsOutput {
|
|
30
|
-
/** File search ranker. */
|
|
31
|
-
ranker: string;
|
|
32
|
-
/** Ranker search threshold. */
|
|
33
|
-
score_threshold: number;
|
|
34
|
-
}
|
|
35
|
-
/** The input definition information for a function tool as used to configure an agent. */
|
|
36
|
-
export interface FunctionToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
37
|
-
/** The object type, which is always 'function'. */
|
|
38
|
-
type: "function";
|
|
39
|
-
/** The definition of the concrete function that the function tool should call. */
|
|
40
|
-
function: FunctionDefinitionOutput;
|
|
41
|
-
}
|
|
42
|
-
/** The input definition information for a function. */
|
|
43
|
-
export interface FunctionDefinitionOutput {
|
|
44
|
-
/** The name of the function to be called. */
|
|
45
|
-
name: string;
|
|
46
|
-
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
47
|
-
description?: string;
|
|
48
|
-
/** The parameters the functions accepts, described as a JSON Schema object. */
|
|
49
|
-
parameters: any;
|
|
50
|
-
}
|
|
51
|
-
/** The input definition information for a bing grounding search tool as used to configure an agent. */
|
|
52
|
-
export interface BingGroundingToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
53
|
-
/** The object type, which is always 'bing_grounding'. */
|
|
54
|
-
type: "bing_grounding";
|
|
55
|
-
/** The list of connections used by the bing grounding tool. */
|
|
56
|
-
bing_grounding: ToolConnectionListOutput;
|
|
57
|
-
}
|
|
58
|
-
/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
|
|
59
|
-
export interface ToolConnectionListOutput {
|
|
60
|
-
/**
|
|
61
|
-
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
62
|
-
* resource attached to the tool.
|
|
63
|
-
*/
|
|
64
|
-
connections?: Array<ToolConnectionOutput>;
|
|
65
|
-
}
|
|
66
|
-
/** A connection resource. */
|
|
67
|
-
export interface ToolConnectionOutput {
|
|
68
|
-
/** A connection in a ToolConnectionList attached to this tool. */
|
|
69
|
-
connection_id: string;
|
|
70
|
-
}
|
|
71
|
-
/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
|
|
72
|
-
export interface MicrosoftFabricToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
73
|
-
/** The object type, which is always 'fabric_dataagent'. */
|
|
74
|
-
type: "fabric_dataagent";
|
|
75
|
-
/** The list of connections used by the Microsoft Fabric tool. */
|
|
76
|
-
fabric_dataagent: ToolConnectionListOutput;
|
|
77
|
-
}
|
|
78
|
-
/** The input definition information for a sharepoint tool as used to configure an agent. */
|
|
79
|
-
export interface SharepointToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
80
|
-
/** The object type, which is always 'sharepoint_grounding'. */
|
|
81
|
-
type: "sharepoint_grounding";
|
|
82
|
-
/** The list of connections used by the SharePoint tool. */
|
|
83
|
-
sharepoint_grounding: ToolConnectionListOutput;
|
|
84
|
-
}
|
|
85
|
-
/** The input definition information for an Azure AI search tool as used to configure an agent. */
|
|
86
|
-
export interface AzureAISearchToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
87
|
-
/** The object type, which is always 'azure_ai_search'. */
|
|
88
|
-
type: "azure_ai_search";
|
|
89
|
-
}
|
|
90
|
-
/** The input definition information for an OpenAPI tool as used to configure an agent. */
|
|
91
|
-
export interface OpenApiToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
92
|
-
/** The object type, which is always 'openapi'. */
|
|
93
|
-
type: "openapi";
|
|
94
|
-
/** The openapi function definition. */
|
|
95
|
-
openapi: OpenApiFunctionDefinitionOutput;
|
|
96
|
-
}
|
|
97
|
-
/** The input definition information for an openapi function. */
|
|
98
|
-
export interface OpenApiFunctionDefinitionOutput {
|
|
99
|
-
/** The name of the function to be called. */
|
|
100
|
-
name: string;
|
|
101
|
-
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
102
|
-
description?: string;
|
|
103
|
-
/** The openapi function shape, described as a JSON Schema object. */
|
|
104
|
-
spec: any;
|
|
105
|
-
/** Open API authentication details */
|
|
106
|
-
auth: OpenApiAuthDetailsOutput;
|
|
107
|
-
/** List of OpenAPI spec parameters that will use user-provided defaults */
|
|
108
|
-
default_params?: string[];
|
|
109
|
-
}
|
|
110
|
-
/** authentication details for OpenApiFunctionDefinition */
|
|
111
|
-
export interface OpenApiAuthDetailsOutputParent {
|
|
112
|
-
type: OpenApiAuthTypeOutput;
|
|
113
|
-
}
|
|
114
|
-
/** Security details for OpenApi anonymous authentication */
|
|
115
|
-
export interface OpenApiAnonymousAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
116
|
-
/** The object type, which is always 'anonymous'. */
|
|
117
|
-
type: "anonymous";
|
|
118
|
-
}
|
|
119
|
-
/** Security details for OpenApi connection authentication */
|
|
120
|
-
export interface OpenApiConnectionAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
121
|
-
/** The object type, which is always 'connection'. */
|
|
122
|
-
type: "connection";
|
|
123
|
-
/** Connection auth security details */
|
|
124
|
-
security_scheme: OpenApiConnectionSecuritySchemeOutput;
|
|
125
|
-
}
|
|
126
|
-
/** Security scheme for OpenApi managed_identity authentication */
|
|
127
|
-
export interface OpenApiConnectionSecuritySchemeOutput {
|
|
128
|
-
/** Connection id for Connection auth type */
|
|
129
|
-
connection_id: string;
|
|
130
|
-
}
|
|
131
|
-
/** Security details for OpenApi managed_identity authentication */
|
|
132
|
-
export interface OpenApiManagedAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
133
|
-
/** The object type, which is always 'managed_identity'. */
|
|
134
|
-
type: "managed_identity";
|
|
135
|
-
/** Connection auth security details */
|
|
136
|
-
security_scheme: OpenApiManagedSecuritySchemeOutput;
|
|
137
|
-
}
|
|
138
|
-
/** Security scheme for OpenApi managed_identity authentication */
|
|
139
|
-
export interface OpenApiManagedSecuritySchemeOutput {
|
|
140
|
-
/** Authentication scope for managed_identity auth type */
|
|
141
|
-
audience: string;
|
|
142
|
-
}
|
|
143
|
-
/** The input definition information for a Bing custom search tool as used to configure an agent. */
|
|
144
|
-
export interface BingCustomSearchToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
145
|
-
/** The object type, which is always 'bing_custom_search'. */
|
|
146
|
-
type: "bing_custom_search";
|
|
147
|
-
/** The list of search configurations used by the bing custom search tool. */
|
|
148
|
-
bing_custom_search: SearchConfigurationListOutput;
|
|
149
|
-
}
|
|
150
|
-
/** A list of search configurations currently used by the `bing_custom_search` tool. */
|
|
151
|
-
export interface SearchConfigurationListOutput {
|
|
152
|
-
/**
|
|
153
|
-
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
154
|
-
* resource attached to the tool.
|
|
155
|
-
*/
|
|
156
|
-
search_configurations: Array<SearchConfigurationOutput>;
|
|
157
|
-
}
|
|
158
|
-
/** A custom search configuration. */
|
|
159
|
-
export interface SearchConfigurationOutput {
|
|
160
|
-
/** A connection in a ToolConnectionList attached to this tool. */
|
|
161
|
-
connection_id: string;
|
|
162
|
-
/** Name of the custom configuration instance given to config. */
|
|
163
|
-
instance_name: string;
|
|
164
|
-
}
|
|
165
|
-
/** The input definition information for a connected agent tool which defines a domain specific sub-agent */
|
|
166
|
-
export interface ConnectedAgentToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
167
|
-
/** The object type, which is always 'connected_agent'. */
|
|
168
|
-
type: "connected_agent";
|
|
169
|
-
/** The sub-agent to connect */
|
|
170
|
-
connected_agent: ConnectedAgentDetailsOutput;
|
|
171
|
-
}
|
|
172
|
-
/** Information for connecting one agent to another as a tool */
|
|
173
|
-
export interface ConnectedAgentDetailsOutput {
|
|
174
|
-
/** The identifier of the child agent. */
|
|
175
|
-
id: string;
|
|
176
|
-
/** The name of the agent to be called. */
|
|
177
|
-
name: string;
|
|
178
|
-
/** A description of what the agent does, used by the model to choose when and how to call the agent. */
|
|
179
|
-
description: string;
|
|
180
|
-
}
|
|
181
|
-
/** The input definition information for a azure function tool as used to configure an agent. */
|
|
182
|
-
export interface AzureFunctionToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
183
|
-
/** The object type, which is always 'azure_function'. */
|
|
184
|
-
type: "azure_function";
|
|
185
|
-
/** The definition of the concrete function that the function tool should call. */
|
|
186
|
-
azure_function: AzureFunctionDefinitionOutput;
|
|
187
|
-
}
|
|
188
|
-
/** The definition of Azure function. */
|
|
189
|
-
export interface AzureFunctionDefinitionOutput {
|
|
190
|
-
/** The definition of azure function and its parameters. */
|
|
191
|
-
function: FunctionDefinitionOutput;
|
|
192
|
-
/** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
|
|
193
|
-
input_binding: AzureFunctionBindingOutput;
|
|
194
|
-
/** Output storage queue. The function writes output to this queue when the input items are processed. */
|
|
195
|
-
output_binding: AzureFunctionBindingOutput;
|
|
196
|
-
}
|
|
197
|
-
/** The structure for keeping storage queue name and URI. */
|
|
198
|
-
export interface AzureFunctionBindingOutput {
|
|
199
|
-
/** The type of binding, which is always 'storage_queue'. */
|
|
200
|
-
type: "storage_queue";
|
|
201
|
-
/** Storage queue. */
|
|
202
|
-
storage_queue: AzureFunctionStorageQueueOutput;
|
|
203
|
-
}
|
|
204
|
-
/** The structure for keeping storage queue name and URI. */
|
|
205
|
-
export interface AzureFunctionStorageQueueOutput {
|
|
206
|
-
/** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
|
|
207
|
-
queue_service_endpoint: string;
|
|
208
|
-
/** The name of an Azure function storage queue. */
|
|
209
|
-
queue_name: string;
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* A set of resources that are used by the agent's tools. The resources are specific to the type of
|
|
213
|
-
* tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
|
|
214
|
-
* tool requires a list of vector store IDs.
|
|
215
|
-
*/
|
|
216
|
-
export interface ToolResourcesOutput {
|
|
217
|
-
/** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
|
|
218
|
-
code_interpreter?: CodeInterpreterToolResourceOutput;
|
|
219
|
-
/** Resources to be used by the `file_search` tool consisting of vector store IDs. */
|
|
220
|
-
file_search?: FileSearchToolResourceOutput;
|
|
221
|
-
/** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
|
|
222
|
-
azure_ai_search?: AzureAISearchResourceOutput;
|
|
223
|
-
}
|
|
224
|
-
/** A set of resources that are used by the `code_interpreter` tool. */
|
|
225
|
-
export interface CodeInterpreterToolResourceOutput {
|
|
226
|
-
/**
|
|
227
|
-
* A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
|
|
228
|
-
* associated with the tool.
|
|
229
|
-
*/
|
|
230
|
-
file_ids?: string[];
|
|
231
|
-
/** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
|
|
232
|
-
data_sources?: Array<VectorStoreDataSourceOutput>;
|
|
233
|
-
}
|
|
234
|
-
/**
|
|
235
|
-
* The structure, containing Azure asset URI path and the asset type of the file used as a data source
|
|
236
|
-
* for the enterprise file search.
|
|
237
|
-
*/
|
|
238
|
-
export interface VectorStoreDataSourceOutput {
|
|
239
|
-
/** Asset URI. */
|
|
240
|
-
uri: string;
|
|
241
|
-
/**
|
|
242
|
-
* The asset type
|
|
243
|
-
*
|
|
244
|
-
* Possible values: "uri_asset", "id_asset"
|
|
245
|
-
*/
|
|
246
|
-
type: VectorStoreDataSourceAssetTypeOutput;
|
|
247
|
-
}
|
|
248
|
-
/** A set of resources that are used by the `file_search` tool. */
|
|
249
|
-
export interface FileSearchToolResourceOutput {
|
|
250
|
-
/**
|
|
251
|
-
* The ID of the vector store attached to this agent. There can be a maximum of 1 vector
|
|
252
|
-
* store attached to the agent.
|
|
253
|
-
*/
|
|
254
|
-
vector_store_ids?: string[];
|
|
255
|
-
/**
|
|
256
|
-
* The list of vector store configuration objects from Azure.
|
|
257
|
-
* This list is limited to one element.
|
|
258
|
-
* The only element of this list contains the list of azure asset IDs used by the search tool.
|
|
259
|
-
*/
|
|
260
|
-
vector_stores?: Array<VectorStoreConfigurationsOutput>;
|
|
261
|
-
}
|
|
262
|
-
/** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */
|
|
263
|
-
export interface VectorStoreConfigurationsOutput {
|
|
264
|
-
/** Name */
|
|
265
|
-
name: string;
|
|
266
|
-
/** Configurations */
|
|
267
|
-
configuration: VectorStoreConfigurationOutput;
|
|
268
|
-
}
|
|
269
|
-
/**
|
|
270
|
-
* Vector storage configuration is the list of data sources, used when multiple
|
|
271
|
-
* files can be used for the enterprise file search.
|
|
272
|
-
*/
|
|
273
|
-
export interface VectorStoreConfigurationOutput {
|
|
274
|
-
/** Data sources */
|
|
275
|
-
data_sources: Array<VectorStoreDataSourceOutput>;
|
|
276
|
-
}
|
|
277
|
-
/** A set of index resources used by the `azure_ai_search` tool. */
|
|
278
|
-
export interface AzureAISearchResourceOutput {
|
|
279
|
-
/**
|
|
280
|
-
* The indices attached to this agent. There can be a maximum of 1 index
|
|
281
|
-
* resource attached to the agent.
|
|
282
|
-
*/
|
|
283
|
-
indexes?: Array<AISearchIndexResourceOutput>;
|
|
284
|
-
}
|
|
285
|
-
/** A AI Search Index resource. */
|
|
286
|
-
export interface AISearchIndexResourceOutput {
|
|
287
|
-
/** An index connection id in an IndexResource attached to this agent. */
|
|
288
|
-
index_connection_id: string;
|
|
289
|
-
/** The name of an index in an IndexResource attached to this agent. */
|
|
290
|
-
index_name: string;
|
|
291
|
-
/**
|
|
292
|
-
* Type of query in an AIIndexResource attached to this agent.
|
|
293
|
-
*
|
|
294
|
-
* Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
|
|
295
|
-
*/
|
|
296
|
-
query_type?: AzureAISearchQueryTypeOutput;
|
|
297
|
-
/** Number of documents to retrieve from search and present to the model. */
|
|
298
|
-
top_k?: number;
|
|
299
|
-
/** Odata filter string for search resource. */
|
|
300
|
-
filter?: string;
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
|
|
304
|
-
* If `text` the model can return text or any value needed.
|
|
305
|
-
*/
|
|
306
|
-
export interface AgentsApiResponseFormatOutput {
|
|
307
|
-
/**
|
|
308
|
-
* Must be one of `text` or `json_object`.
|
|
309
|
-
*
|
|
310
|
-
* Possible values: "text", "json_object"
|
|
311
|
-
*/
|
|
312
|
-
type?: ResponseFormatOutput;
|
|
313
|
-
}
|
|
314
|
-
/** The type of response format being defined: `json_schema` */
|
|
315
|
-
export interface ResponseFormatJsonSchemaTypeOutput {
|
|
316
|
-
/** Type */
|
|
317
|
-
type: "json_schema";
|
|
318
|
-
/** The JSON schema, describing response format. */
|
|
319
|
-
json_schema: ResponseFormatJsonSchemaOutput;
|
|
320
|
-
}
|
|
321
|
-
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
322
|
-
export interface ResponseFormatJsonSchemaOutput {
|
|
323
|
-
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
324
|
-
description?: string;
|
|
325
|
-
/** The name of a schema. */
|
|
326
|
-
name: string;
|
|
327
|
-
/** The JSON schema object, describing the response format. */
|
|
328
|
-
schema: any;
|
|
329
|
-
}
|
|
330
|
-
/** Represents an agent that can call the model and use tools. */
|
|
331
|
-
export interface AgentOutput {
|
|
332
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
333
|
-
id: string;
|
|
334
|
-
/** The object type, which is always assistant. */
|
|
335
|
-
object: "assistant";
|
|
336
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
337
|
-
created_at: number;
|
|
338
|
-
/** The name of the agent. */
|
|
339
|
-
name: string | null;
|
|
340
|
-
/** The description of the agent. */
|
|
341
|
-
description: string | null;
|
|
342
|
-
/** The ID of the model to use. */
|
|
343
|
-
model: string;
|
|
344
|
-
/** The system instructions for the agent to use. */
|
|
345
|
-
instructions: string | null;
|
|
346
|
-
/** The collection of tools enabled for the agent. */
|
|
347
|
-
tools: Array<ToolDefinitionOutput>;
|
|
348
|
-
/**
|
|
349
|
-
* A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example, the `code_interpreter`
|
|
350
|
-
* tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.
|
|
351
|
-
*/
|
|
352
|
-
tool_resources: ToolResourcesOutput | null;
|
|
353
|
-
/**
|
|
354
|
-
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,
|
|
355
|
-
* while lower values like 0.2 will make it more focused and deterministic.
|
|
356
|
-
*/
|
|
357
|
-
temperature: number | null;
|
|
358
|
-
/**
|
|
359
|
-
* An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
|
|
360
|
-
* So 0.1 means only the tokens comprising the top 10% probability mass are considered.
|
|
361
|
-
*
|
|
362
|
-
* We generally recommend altering this or temperature but not both.
|
|
363
|
-
*/
|
|
364
|
-
top_p: number | null;
|
|
365
|
-
/** The response format of the tool calls used by this agent. */
|
|
366
|
-
response_format?: AgentsApiResponseFormatOptionOutput | null;
|
|
367
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
368
|
-
metadata: Record<string, string> | null;
|
|
369
|
-
}
|
|
370
|
-
/** The response data for a requested list of items. */
|
|
371
|
-
export interface OpenAIPageableListOfAgentOutput {
|
|
372
|
-
/** The object type, which is always list. */
|
|
373
|
-
object: "list";
|
|
374
|
-
/** The requested list of items. */
|
|
375
|
-
data: Array<AgentOutput>;
|
|
376
|
-
/** The first ID represented in this list. */
|
|
377
|
-
first_id: string;
|
|
378
|
-
/** The last ID represented in this list. */
|
|
379
|
-
last_id: string;
|
|
380
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
381
|
-
has_more: boolean;
|
|
382
|
-
}
|
|
383
|
-
/** The status of an agent deletion operation. */
|
|
384
|
-
export interface AgentDeletionStatusOutput {
|
|
385
|
-
/** The ID of the resource specified for deletion. */
|
|
386
|
-
id: string;
|
|
387
|
-
/** A value indicating whether deletion was successful. */
|
|
388
|
-
deleted: boolean;
|
|
389
|
-
/** The object type, which is always 'assistant.deleted'. */
|
|
390
|
-
object: "assistant.deleted";
|
|
391
|
-
}
|
|
392
|
-
/** This describes to which tools a file has been attached. */
|
|
393
|
-
export interface MessageAttachmentOutput {
|
|
394
|
-
/** The ID of the file to attach to the message. */
|
|
395
|
-
file_id?: string;
|
|
396
|
-
/** Azure asset ID. */
|
|
397
|
-
data_source?: VectorStoreDataSourceOutput;
|
|
398
|
-
/** The tools to add to this file. */
|
|
399
|
-
tools: Array<MessageAttachmentToolDefinitionOutput>;
|
|
400
|
-
}
|
|
401
|
-
/** Information about a single thread associated with an agent. */
|
|
402
|
-
export interface AgentThreadOutput {
|
|
403
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
404
|
-
id: string;
|
|
405
|
-
/** The object type, which is always 'thread'. */
|
|
406
|
-
object: "thread";
|
|
407
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
408
|
-
created_at: number;
|
|
409
|
-
/**
|
|
410
|
-
* A set of resources that are made available to the agent's tools in this thread. The resources are specific to the type
|
|
411
|
-
* of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list
|
|
412
|
-
* of vector store IDs.
|
|
413
|
-
*/
|
|
414
|
-
tool_resources: ToolResourcesOutput | null;
|
|
415
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
416
|
-
metadata: Record<string, string> | null;
|
|
417
|
-
}
|
|
418
|
-
/** The status of a thread deletion operation. */
|
|
419
|
-
export interface ThreadDeletionStatusOutput {
|
|
420
|
-
/** The ID of the resource specified for deletion. */
|
|
421
|
-
id: string;
|
|
422
|
-
/** A value indicating whether deletion was successful. */
|
|
423
|
-
deleted: boolean;
|
|
424
|
-
/** The object type, which is always 'thread.deleted'. */
|
|
425
|
-
object: "thread.deleted";
|
|
426
|
-
}
|
|
427
|
-
/** The response data for a requested list of items. */
|
|
428
|
-
export interface OpenAIPageableListOfAgentThreadOutput {
|
|
429
|
-
/** The object type, which is always list. */
|
|
430
|
-
object: "list";
|
|
431
|
-
/** The requested list of items. */
|
|
432
|
-
data: Array<AgentThreadOutput>;
|
|
433
|
-
/** The first ID represented in this list. */
|
|
434
|
-
first_id: string;
|
|
435
|
-
/** The last ID represented in this list. */
|
|
436
|
-
last_id: string;
|
|
437
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
438
|
-
has_more: boolean;
|
|
439
|
-
}
|
|
440
|
-
/** A single, existing message within an agent thread. */
|
|
441
|
-
export interface ThreadMessageOutput {
|
|
442
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
443
|
-
id: string;
|
|
444
|
-
/** The object type, which is always 'thread.message'. */
|
|
445
|
-
object: "thread.message";
|
|
446
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
447
|
-
created_at: number;
|
|
448
|
-
/** The ID of the thread that this message belongs to. */
|
|
449
|
-
thread_id: string;
|
|
450
|
-
/**
|
|
451
|
-
* The status of the message.
|
|
452
|
-
*
|
|
453
|
-
* Possible values: "in_progress", "incomplete", "completed"
|
|
454
|
-
*/
|
|
455
|
-
status: MessageStatusOutput;
|
|
456
|
-
/** On an incomplete message, details about why the message is incomplete. */
|
|
457
|
-
incomplete_details: MessageIncompleteDetailsOutput | null;
|
|
458
|
-
/** The Unix timestamp (in seconds) for when the message was completed. */
|
|
459
|
-
completed_at: number | null;
|
|
460
|
-
/** The Unix timestamp (in seconds) for when the message was marked as incomplete. */
|
|
461
|
-
incomplete_at: number | null;
|
|
462
|
-
/**
|
|
463
|
-
* The role associated with the agent thread message.
|
|
464
|
-
*
|
|
465
|
-
* Possible values: "user", "assistant"
|
|
466
|
-
*/
|
|
467
|
-
role: MessageRoleOutput;
|
|
468
|
-
/** The list of content items associated with the agent thread message. */
|
|
469
|
-
content: Array<MessageContentOutput>;
|
|
470
|
-
/** If applicable, the ID of the agent that authored this message. */
|
|
471
|
-
assistant_id: string | null;
|
|
472
|
-
/** If applicable, the ID of the run associated with the authoring of this message. */
|
|
473
|
-
run_id: string | null;
|
|
474
|
-
/** A list of files attached to the message, and the tools they were added to. */
|
|
475
|
-
attachments: Array<MessageAttachmentOutput> | null;
|
|
476
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
477
|
-
metadata: Record<string, string> | null;
|
|
478
|
-
}
|
|
479
|
-
/** Information providing additional detail about a message entering an incomplete status. */
|
|
480
|
-
export interface MessageIncompleteDetailsOutput {
|
|
481
|
-
/**
|
|
482
|
-
* The provided reason describing why the message was marked as incomplete.
|
|
483
|
-
*
|
|
484
|
-
* Possible values: "content_filter", "max_tokens", "run_cancelled", "run_failed", "run_expired"
|
|
485
|
-
*/
|
|
486
|
-
reason: MessageIncompleteDetailsReasonOutput;
|
|
487
|
-
}
|
|
488
|
-
/** An abstract representation of a single item of thread message content. */
|
|
489
|
-
export interface MessageContentOutputParent {
|
|
490
|
-
type: string;
|
|
491
|
-
}
|
|
492
|
-
/** A representation of a textual item of thread message content. */
|
|
493
|
-
export interface MessageTextContentOutput extends MessageContentOutputParent {
|
|
494
|
-
/** The object type, which is always 'text'. */
|
|
495
|
-
type: "text";
|
|
496
|
-
/** The text and associated annotations for this thread message content item. */
|
|
497
|
-
text: MessageTextDetailsOutput;
|
|
498
|
-
}
|
|
499
|
-
/** The text and associated annotations for a single item of agent thread message content. */
|
|
500
|
-
export interface MessageTextDetailsOutput {
|
|
501
|
-
/** The text data. */
|
|
502
|
-
value: string;
|
|
503
|
-
/** A list of annotations associated with this text. */
|
|
504
|
-
annotations: Array<MessageTextAnnotationOutput>;
|
|
505
|
-
}
|
|
506
|
-
/** An abstract representation of an annotation to text thread message content. */
|
|
507
|
-
export interface MessageTextAnnotationOutputParent {
|
|
508
|
-
/** The textual content associated with this text annotation item. */
|
|
509
|
-
text: string;
|
|
510
|
-
type: string;
|
|
511
|
-
}
|
|
512
|
-
/** A citation within the message that points to a specific URL associated with the message. Generated when the agent uses tools such as 'bing_grounding' to search the Internet. */
|
|
513
|
-
export interface MessageTextUrlCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
514
|
-
/** The object type, which is always 'url_citation'. */
|
|
515
|
-
type: "url_citation";
|
|
516
|
-
/** The details of the URL citation. */
|
|
517
|
-
url_citation: MessageTextUrlCitationDetailsOutput;
|
|
518
|
-
/** The first text index associated with this text annotation. */
|
|
519
|
-
start_index?: number;
|
|
520
|
-
/** The last text index associated with this text annotation. */
|
|
521
|
-
end_index?: number;
|
|
522
|
-
}
|
|
523
|
-
/** A representation of a URL citation, as used in text thread message content. */
|
|
524
|
-
export interface MessageTextUrlCitationDetailsOutput {
|
|
525
|
-
/** The URL associated with this citation. */
|
|
526
|
-
url: string;
|
|
527
|
-
/** The title of the URL. */
|
|
528
|
-
title?: string;
|
|
529
|
-
}
|
|
530
|
-
/** A citation within the message that points to a specific quote from a specific File associated with the agent or the message. Generated when the agent uses the 'file_search' tool to search files. */
|
|
531
|
-
export interface MessageTextFileCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
532
|
-
/** The object type, which is always 'file_citation'. */
|
|
533
|
-
type: "file_citation";
|
|
534
|
-
/**
|
|
535
|
-
* A citation within the message that points to a specific quote from a specific file.
|
|
536
|
-
* Generated when the agent uses the "file_search" tool to search files.
|
|
537
|
-
*/
|
|
538
|
-
file_citation: MessageTextFileCitationDetailsOutput;
|
|
539
|
-
/** The first text index associated with this text annotation. */
|
|
540
|
-
start_index?: number;
|
|
541
|
-
/** The last text index associated with this text annotation. */
|
|
542
|
-
end_index?: number;
|
|
543
|
-
}
|
|
544
|
-
/** A representation of a file-based text citation, as used in a file-based annotation of text thread message content. */
|
|
545
|
-
export interface MessageTextFileCitationDetailsOutput {
|
|
546
|
-
/** The ID of the file associated with this citation. */
|
|
547
|
-
file_id: string;
|
|
548
|
-
/** The specific quote cited in the associated file. */
|
|
549
|
-
quote: string;
|
|
550
|
-
}
|
|
551
|
-
/** A citation within the message that points to a file located at a specific path. */
|
|
552
|
-
export interface MessageTextFilePathAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
553
|
-
/** The object type, which is always 'file_path'. */
|
|
554
|
-
type: "file_path";
|
|
555
|
-
/** A URL for the file that's generated when the agent used the code_interpreter tool to generate a file. */
|
|
556
|
-
file_path: MessageTextFilePathDetailsOutput;
|
|
557
|
-
/** The first text index associated with this text annotation. */
|
|
558
|
-
start_index?: number;
|
|
559
|
-
/** The last text index associated with this text annotation. */
|
|
560
|
-
end_index?: number;
|
|
561
|
-
}
|
|
562
|
-
/** An encapsulation of an image file ID, as used by message image content. */
|
|
563
|
-
export interface MessageTextFilePathDetailsOutput {
|
|
564
|
-
/** The ID of the specific file that the citation is from. */
|
|
565
|
-
file_id: string;
|
|
566
|
-
}
|
|
567
|
-
/** A representation of image file content in a thread message. */
|
|
568
|
-
export interface MessageImageFileContentOutput extends MessageContentOutputParent {
|
|
569
|
-
/** The object type, which is always 'image_file'. */
|
|
570
|
-
type: "image_file";
|
|
571
|
-
/** The image file for this thread message content item. */
|
|
572
|
-
image_file: MessageImageFileDetailsOutput;
|
|
573
|
-
}
|
|
574
|
-
/** An image reference, as represented in thread message content. */
|
|
575
|
-
export interface MessageImageFileDetailsOutput {
|
|
576
|
-
/** The ID for the file associated with this image. */
|
|
577
|
-
file_id: string;
|
|
578
|
-
}
|
|
579
|
-
/** The response data for a requested list of items. */
|
|
580
|
-
export interface OpenAIPageableListOfThreadMessageOutput {
|
|
581
|
-
/** The object type, which is always list. */
|
|
582
|
-
object: "list";
|
|
583
|
-
/** The requested list of items. */
|
|
584
|
-
data: Array<ThreadMessageOutput>;
|
|
585
|
-
/** The first ID represented in this list. */
|
|
586
|
-
first_id: string;
|
|
587
|
-
/** The last ID represented in this list. */
|
|
588
|
-
last_id: string;
|
|
589
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
590
|
-
has_more: boolean;
|
|
591
|
-
}
|
|
592
|
-
/**
|
|
593
|
-
* Controls for how a thread will be truncated prior to the run. Use this to control the initial
|
|
594
|
-
* context window of the run.
|
|
595
|
-
*/
|
|
596
|
-
export interface TruncationObjectOutput {
|
|
597
|
-
/**
|
|
598
|
-
* The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will
|
|
599
|
-
* be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread
|
|
600
|
-
* will be dropped to fit the context length of the model, `max_prompt_tokens`.
|
|
601
|
-
*
|
|
602
|
-
* Possible values: "auto", "last_messages"
|
|
603
|
-
*/
|
|
604
|
-
type: TruncationStrategyOutput;
|
|
605
|
-
/** The number of most recent messages from the thread when constructing the context for the run. */
|
|
606
|
-
last_messages?: number | null;
|
|
607
|
-
}
|
|
608
|
-
/** Specifies a tool the model should use. Use to force the model to call a specific tool. */
|
|
609
|
-
export interface AgentsNamedToolChoiceOutput {
|
|
610
|
-
/**
|
|
611
|
-
* the type of tool. If type is `function`, the function name must be set.
|
|
612
|
-
*
|
|
613
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search", "bing_custom_search", "connected_agent"
|
|
614
|
-
*/
|
|
615
|
-
type: AgentsNamedToolChoiceTypeOutput;
|
|
616
|
-
/** The name of the function to call */
|
|
617
|
-
function?: FunctionNameOutput;
|
|
618
|
-
}
|
|
619
|
-
/** The function name that will be used, if using the `function` tool */
|
|
620
|
-
export interface FunctionNameOutput {
|
|
621
|
-
/** The name of the function to call */
|
|
622
|
-
name: string;
|
|
623
|
-
}
|
|
624
|
-
/** Data representing a single evaluation run of an agent thread. */
|
|
625
|
-
export interface ThreadRunOutput {
|
|
626
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
627
|
-
id: string;
|
|
628
|
-
/** The object type, which is always 'thread.run'. */
|
|
629
|
-
object: "thread.run";
|
|
630
|
-
/** The ID of the thread associated with this run. */
|
|
631
|
-
thread_id: string;
|
|
632
|
-
/** The ID of the agent associated with the thread this run was performed against. */
|
|
633
|
-
assistant_id: string;
|
|
634
|
-
/**
|
|
635
|
-
* The status of the agent thread run.
|
|
636
|
-
*
|
|
637
|
-
* Possible values: "queued", "in_progress", "requires_action", "cancelling", "cancelled", "failed", "completed", "expired"
|
|
638
|
-
*/
|
|
639
|
-
status: RunStatusOutput;
|
|
640
|
-
/** The details of the action required for the agent thread run to continue. */
|
|
641
|
-
required_action?: RequiredActionOutput | null;
|
|
642
|
-
/** The last error, if any, encountered by this agent thread run. */
|
|
643
|
-
last_error: RunErrorOutput | null;
|
|
644
|
-
/** The ID of the model to use. */
|
|
645
|
-
model: string;
|
|
646
|
-
/** The overridden system instructions used for this agent thread run. */
|
|
647
|
-
instructions: string;
|
|
648
|
-
/** The overridden enabled tools used for this agent thread run. */
|
|
649
|
-
tools: Array<ToolDefinitionOutput>;
|
|
650
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
651
|
-
created_at: number;
|
|
652
|
-
/** The Unix timestamp, in seconds, representing when this item expires. */
|
|
653
|
-
expires_at: number | null;
|
|
654
|
-
/** The Unix timestamp, in seconds, representing when this item was started. */
|
|
655
|
-
started_at: number | null;
|
|
656
|
-
/** The Unix timestamp, in seconds, representing when this completed. */
|
|
657
|
-
completed_at: number | null;
|
|
658
|
-
/** The Unix timestamp, in seconds, representing when this was cancelled. */
|
|
659
|
-
cancelled_at: number | null;
|
|
660
|
-
/** The Unix timestamp, in seconds, representing when this failed. */
|
|
661
|
-
failed_at: number | null;
|
|
662
|
-
/** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */
|
|
663
|
-
incomplete_details: IncompleteRunDetailsOutput | null;
|
|
664
|
-
/** Usage statistics related to the run. This value will be `null` if the run is not in a terminal state (i.e. `in_progress`, `queued`, etc.). */
|
|
665
|
-
usage: RunCompletionUsageOutput | null;
|
|
666
|
-
/** The sampling temperature used for this run. If not set, defaults to 1. */
|
|
667
|
-
temperature?: number | null;
|
|
668
|
-
/** The nucleus sampling value used for this run. If not set, defaults to 1. */
|
|
669
|
-
top_p?: number | null;
|
|
670
|
-
/** The maximum number of prompt tokens specified to have been used over the course of the run. */
|
|
671
|
-
max_prompt_tokens: number | null;
|
|
672
|
-
/** The maximum number of completion tokens specified to have been used over the course of the run. */
|
|
673
|
-
max_completion_tokens: number | null;
|
|
674
|
-
/** The strategy to use for dropping messages as the context windows moves forward. */
|
|
675
|
-
truncation_strategy: TruncationObjectOutput | null;
|
|
676
|
-
/** Controls whether or not and which tool is called by the model. */
|
|
677
|
-
tool_choice: AgentsApiToolChoiceOptionOutput | null;
|
|
678
|
-
/** The response format of the tool calls used in this run. */
|
|
679
|
-
response_format: AgentsApiResponseFormatOptionOutput | null;
|
|
680
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
681
|
-
metadata: Record<string, string> | null;
|
|
682
|
-
/** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */
|
|
683
|
-
tool_resources?: UpdateToolResourcesOptionsOutput | null;
|
|
684
|
-
/** Determines if tools can be executed in parallel within the run. */
|
|
685
|
-
parallel_tool_calls: boolean;
|
|
686
|
-
}
|
|
687
|
-
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
688
|
-
export interface RequiredActionOutputParent {
|
|
689
|
-
type: string;
|
|
690
|
-
}
|
|
691
|
-
/** The details for required tool calls that must be submitted for an agent thread run to continue. */
|
|
692
|
-
export interface SubmitToolOutputsActionOutput extends RequiredActionOutputParent {
|
|
693
|
-
/** The object type, which is always 'submit_tool_outputs'. */
|
|
694
|
-
type: "submit_tool_outputs";
|
|
695
|
-
/** The details describing tools that should be called to submit tool outputs. */
|
|
696
|
-
submit_tool_outputs: SubmitToolOutputsDetailsOutput;
|
|
697
|
-
}
|
|
698
|
-
/** The details describing tools that should be called to submit tool outputs. */
|
|
699
|
-
export interface SubmitToolOutputsDetailsOutput {
|
|
700
|
-
/** The list of tool calls that must be resolved for the agent thread run to continue. */
|
|
701
|
-
tool_calls: Array<RequiredToolCallOutput>;
|
|
702
|
-
}
|
|
703
|
-
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
704
|
-
export interface RequiredToolCallOutputParent {
|
|
705
|
-
/** The ID of the tool call. This ID must be referenced when submitting tool outputs. */
|
|
706
|
-
id: string;
|
|
707
|
-
type: string;
|
|
708
|
-
}
|
|
709
|
-
/** A representation of a requested call to a function tool, needed by the model to continue evaluation of a run. */
|
|
710
|
-
export interface RequiredFunctionToolCallOutput extends RequiredToolCallOutputParent {
|
|
711
|
-
/** The object type of the required tool call. Always 'function' for function tools. */
|
|
712
|
-
type: "function";
|
|
713
|
-
/** Detailed information about the function to be executed by the tool that includes name and arguments. */
|
|
714
|
-
function: RequiredFunctionToolCallDetailsOutput;
|
|
715
|
-
}
|
|
716
|
-
/** The detailed information for a function invocation, as provided by a required action invoking a function tool, that includes the name of and arguments to the function. */
|
|
717
|
-
export interface RequiredFunctionToolCallDetailsOutput {
|
|
718
|
-
/** The name of the function. */
|
|
719
|
-
name: string;
|
|
720
|
-
/** The arguments to use when invoking the named function, as provided by the model. Arguments are presented as a JSON document that should be validated and parsed for evaluation. */
|
|
721
|
-
arguments: string;
|
|
722
|
-
}
|
|
723
|
-
/** The details of an error as encountered by an agent thread run. */
|
|
724
|
-
export interface RunErrorOutput {
|
|
725
|
-
/** The status for the error. */
|
|
726
|
-
code: string;
|
|
727
|
-
/** The human-readable text associated with the error. */
|
|
728
|
-
message: string;
|
|
729
|
-
}
|
|
730
|
-
/** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */
|
|
731
|
-
export interface IncompleteRunDetailsOutput {
|
|
732
|
-
/**
|
|
733
|
-
* The reason why the run is incomplete. This indicates which specific token limit was reached during the run.
|
|
734
|
-
*
|
|
735
|
-
* Possible values: "max_completion_tokens", "max_prompt_tokens"
|
|
736
|
-
*/
|
|
737
|
-
reason: IncompleteDetailsReasonOutput;
|
|
738
|
-
}
|
|
739
|
-
/** Usage statistics related to the run. This value will be `null` if the run is not in a terminal state (i.e. `in_progress`, `queued`, etc.). */
|
|
740
|
-
export interface RunCompletionUsageOutput {
|
|
741
|
-
/** Number of completion tokens used over the course of the run. */
|
|
742
|
-
completion_tokens: number;
|
|
743
|
-
/** Number of prompt tokens used over the course of the run. */
|
|
744
|
-
prompt_tokens: number;
|
|
745
|
-
/** Total number of tokens used (prompt + completion). */
|
|
746
|
-
total_tokens: number;
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.
|
|
750
|
-
* For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of
|
|
751
|
-
* vector store IDs.
|
|
752
|
-
*/
|
|
753
|
-
export interface UpdateToolResourcesOptionsOutput {
|
|
754
|
-
/**
|
|
755
|
-
* Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
|
|
756
|
-
* associated with the tool.
|
|
757
|
-
*/
|
|
758
|
-
code_interpreter?: UpdateCodeInterpreterToolResourceOptionsOutput;
|
|
759
|
-
/** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */
|
|
760
|
-
file_search?: UpdateFileSearchToolResourceOptionsOutput;
|
|
761
|
-
/** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
|
|
762
|
-
azure_ai_search?: AzureAISearchResourceOutput;
|
|
763
|
-
}
|
|
764
|
-
/** Request object to update `code_interpreted` tool resources. */
|
|
765
|
-
export interface UpdateCodeInterpreterToolResourceOptionsOutput {
|
|
766
|
-
/** A list of file IDs to override the current list of the agent. */
|
|
767
|
-
file_ids?: string[];
|
|
768
|
-
}
|
|
769
|
-
/** Request object to update `file_search` tool resources. */
|
|
770
|
-
export interface UpdateFileSearchToolResourceOptionsOutput {
|
|
771
|
-
/** A list of vector store IDs to override the current list of the agent. */
|
|
772
|
-
vector_store_ids?: string[];
|
|
773
|
-
}
|
|
774
|
-
/** The response data for a requested list of items. */
|
|
775
|
-
export interface OpenAIPageableListOfThreadRunOutput {
|
|
776
|
-
/** The object type, which is always list. */
|
|
777
|
-
object: "list";
|
|
778
|
-
/** The requested list of items. */
|
|
779
|
-
data: Array<ThreadRunOutput>;
|
|
780
|
-
/** The first ID represented in this list. */
|
|
781
|
-
first_id: string;
|
|
782
|
-
/** The last ID represented in this list. */
|
|
783
|
-
last_id: string;
|
|
784
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
785
|
-
has_more: boolean;
|
|
786
|
-
}
|
|
787
|
-
/** Detailed information about a single step of an agent thread run. */
|
|
788
|
-
export interface RunStepOutput {
|
|
789
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
790
|
-
id: string;
|
|
791
|
-
/** The object type, which is always 'thread.run.step'. */
|
|
792
|
-
object: "thread.run.step";
|
|
793
|
-
/**
|
|
794
|
-
* The type of run step, which can be either message_creation or tool_calls.
|
|
795
|
-
*
|
|
796
|
-
* Possible values: "message_creation", "tool_calls"
|
|
797
|
-
*/
|
|
798
|
-
type: RunStepTypeOutput;
|
|
799
|
-
/** The ID of the agent associated with the run step. */
|
|
800
|
-
assistant_id: string;
|
|
801
|
-
/** The ID of the thread that was run. */
|
|
802
|
-
thread_id: string;
|
|
803
|
-
/** The ID of the run that this run step is a part of. */
|
|
804
|
-
run_id: string;
|
|
805
|
-
/**
|
|
806
|
-
* The status of this run step.
|
|
807
|
-
*
|
|
808
|
-
* Possible values: "in_progress", "cancelled", "failed", "completed", "expired"
|
|
809
|
-
*/
|
|
810
|
-
status: RunStepStatusOutput;
|
|
811
|
-
/** The details for this run step. */
|
|
812
|
-
step_details: RunStepDetailsOutput;
|
|
813
|
-
/** If applicable, information about the last error encountered by this run step. */
|
|
814
|
-
last_error: RunStepErrorOutput | null;
|
|
815
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
816
|
-
created_at: number;
|
|
817
|
-
/** The Unix timestamp, in seconds, representing when this item expired. */
|
|
818
|
-
expired_at: number | null;
|
|
819
|
-
/** The Unix timestamp, in seconds, representing when this completed. */
|
|
820
|
-
completed_at: number | null;
|
|
821
|
-
/** The Unix timestamp, in seconds, representing when this was cancelled. */
|
|
822
|
-
cancelled_at: number | null;
|
|
823
|
-
/** The Unix timestamp, in seconds, representing when this failed. */
|
|
824
|
-
failed_at: number | null;
|
|
825
|
-
/** Usage statistics related to the run step. This value will be `null` while the run step's status is `in_progress`. */
|
|
826
|
-
usage?: RunStepCompletionUsageOutput | null;
|
|
827
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
828
|
-
metadata: Record<string, string> | null;
|
|
829
|
-
}
|
|
830
|
-
/** An abstract representation of the details for a run step. */
|
|
831
|
-
export interface RunStepDetailsOutputParent {
|
|
832
|
-
type: RunStepTypeOutput;
|
|
833
|
-
}
|
|
834
|
-
/** The detailed information associated with a message creation run step. */
|
|
835
|
-
export interface RunStepMessageCreationDetailsOutput extends RunStepDetailsOutputParent {
|
|
836
|
-
/** The object type, which is always 'message_creation'. */
|
|
837
|
-
type: "message_creation";
|
|
838
|
-
/** Information about the message creation associated with this run step. */
|
|
839
|
-
message_creation: RunStepMessageCreationReferenceOutput;
|
|
840
|
-
}
|
|
841
|
-
/** The details of a message created as a part of a run step. */
|
|
842
|
-
export interface RunStepMessageCreationReferenceOutput {
|
|
843
|
-
/** The ID of the message created by this run step. */
|
|
844
|
-
message_id: string;
|
|
845
|
-
}
|
|
846
|
-
/** The detailed information associated with a run step calling tools. */
|
|
847
|
-
export interface RunStepToolCallDetailsOutput extends RunStepDetailsOutputParent {
|
|
848
|
-
/** The object type, which is always 'tool_calls'. */
|
|
849
|
-
type: "tool_calls";
|
|
850
|
-
/** A list of tool call details for this run step. */
|
|
851
|
-
tool_calls: Array<RunStepToolCallOutput>;
|
|
852
|
-
}
|
|
853
|
-
/** An abstract representation of a detailed tool call as recorded within a run step for an existing run. */
|
|
854
|
-
export interface RunStepToolCallOutputParent {
|
|
855
|
-
/** The ID of the tool call. This ID must be referenced when you submit tool outputs. */
|
|
856
|
-
id: string;
|
|
857
|
-
type: string;
|
|
858
|
-
}
|
|
859
|
-
/**
|
|
860
|
-
* A record of a call to a code interpreter tool, issued by the model in evaluation of a defined tool, that
|
|
861
|
-
* represents inputs and outputs consumed and emitted by the code interpreter.
|
|
862
|
-
*/
|
|
863
|
-
export interface RunStepCodeInterpreterToolCallOutput extends RunStepToolCallOutputParent {
|
|
864
|
-
/** The object type, which is always 'code_interpreter'. */
|
|
865
|
-
type: "code_interpreter";
|
|
866
|
-
/** The details of the tool call to the code interpreter tool. */
|
|
867
|
-
code_interpreter: RunStepCodeInterpreterToolCallDetailsOutput;
|
|
868
|
-
}
|
|
869
|
-
/** The detailed information about a code interpreter invocation by the model. */
|
|
870
|
-
export interface RunStepCodeInterpreterToolCallDetailsOutput {
|
|
871
|
-
/** The input provided by the model to the code interpreter tool. */
|
|
872
|
-
input: string;
|
|
873
|
-
/** The outputs produced by the code interpreter tool back to the model in response to the tool call. */
|
|
874
|
-
outputs: Array<RunStepCodeInterpreterToolCallOutputOutput>;
|
|
875
|
-
}
|
|
876
|
-
/** An abstract representation of an emitted output from a code interpreter tool. */
|
|
877
|
-
export interface RunStepCodeInterpreterToolCallOutputOutputParent {
|
|
878
|
-
type: string;
|
|
879
|
-
}
|
|
880
|
-
/** A representation of a log output emitted by a code interpreter tool in response to a tool call by the model. */
|
|
881
|
-
export interface RunStepCodeInterpreterLogOutputOutput extends RunStepCodeInterpreterToolCallOutputOutputParent {
|
|
882
|
-
/** The object type, which is always 'logs'. */
|
|
883
|
-
type: "logs";
|
|
884
|
-
/** The serialized log output emitted by the code interpreter. */
|
|
885
|
-
logs: string;
|
|
886
|
-
}
|
|
887
|
-
/** A representation of an image output emitted by a code interpreter tool in response to a tool call by the model. */
|
|
888
|
-
export interface RunStepCodeInterpreterImageOutputOutput extends RunStepCodeInterpreterToolCallOutputOutputParent {
|
|
889
|
-
/** The object type, which is always 'image'. */
|
|
890
|
-
type: "image";
|
|
891
|
-
/** Referential information for the image associated with this output. */
|
|
892
|
-
image: RunStepCodeInterpreterImageReferenceOutput;
|
|
893
|
-
}
|
|
894
|
-
/** An image reference emitted by a code interpreter tool in response to a tool call by the model. */
|
|
895
|
-
export interface RunStepCodeInterpreterImageReferenceOutput {
|
|
896
|
-
/** The ID of the file associated with this image. */
|
|
897
|
-
file_id: string;
|
|
898
|
-
}
|
|
899
|
-
/**
|
|
900
|
-
* A record of a call to a file search tool, issued by the model in evaluation of a defined tool, that represents
|
|
901
|
-
* executed file search.
|
|
902
|
-
*/
|
|
903
|
-
export interface RunStepFileSearchToolCallOutput extends RunStepToolCallOutputParent {
|
|
904
|
-
/** The object type, which is always 'file_search'. */
|
|
905
|
-
type: "file_search";
|
|
906
|
-
/** The ID of the tool call. This ID must be referenced when you submit tool outputs. */
|
|
907
|
-
id: string;
|
|
908
|
-
/** For now, this is always going to be an empty object. */
|
|
909
|
-
file_search: RunStepFileSearchToolCallResultsOutput;
|
|
910
|
-
}
|
|
911
|
-
/** The results of the file search. */
|
|
912
|
-
export interface RunStepFileSearchToolCallResultsOutput {
|
|
913
|
-
/** Ranking options for file search. */
|
|
914
|
-
ranking_options?: FileSearchRankingOptionsOutput;
|
|
915
|
-
/** The array of a file search results */
|
|
916
|
-
results: Array<RunStepFileSearchToolCallResultOutput>;
|
|
917
|
-
}
|
|
918
|
-
/** File search tool call result. */
|
|
919
|
-
export interface RunStepFileSearchToolCallResultOutput {
|
|
920
|
-
/** The ID of the file that result was found in. */
|
|
921
|
-
file_id: string;
|
|
922
|
-
/** The name of the file that result was found in. */
|
|
923
|
-
file_name: string;
|
|
924
|
-
/** The score of the result. All values must be a floating point number between 0 and 1. */
|
|
925
|
-
score: number;
|
|
926
|
-
/** The content of the result that was found. The content is only included if requested via the include query parameter. */
|
|
927
|
-
content?: Array<FileSearchToolCallContentOutput>;
|
|
928
|
-
}
|
|
929
|
-
/** The file search result content object. */
|
|
930
|
-
export interface FileSearchToolCallContentOutput {
|
|
931
|
-
/** The type of the content. */
|
|
932
|
-
type: "text";
|
|
933
|
-
/** The text content of the file. */
|
|
934
|
-
text: string;
|
|
935
|
-
}
|
|
936
|
-
/**
|
|
937
|
-
* A record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents
|
|
938
|
-
* executed search with bing grounding.
|
|
939
|
-
*/
|
|
940
|
-
export interface RunStepBingGroundingToolCallOutput extends RunStepToolCallOutputParent {
|
|
941
|
-
/** The object type, which is always 'bing_grounding'. */
|
|
942
|
-
type: "bing_grounding";
|
|
943
|
-
/** Reserved for future use. */
|
|
944
|
-
bing_grounding: Record<string, string>;
|
|
945
|
-
}
|
|
946
|
-
/**
|
|
947
|
-
* A record of a call to an Azure AI Search tool, issued by the model in evaluation of a defined tool, that represents
|
|
948
|
-
* executed Azure AI search.
|
|
949
|
-
*/
|
|
950
|
-
export interface RunStepAzureAISearchToolCallOutput extends RunStepToolCallOutputParent {
|
|
951
|
-
/** The object type, which is always 'azure_ai_search'. */
|
|
952
|
-
type: "azure_ai_search";
|
|
953
|
-
/** Reserved for future use. */
|
|
954
|
-
azure_ai_search: Record<string, string>;
|
|
955
|
-
}
|
|
956
|
-
/**
|
|
957
|
-
* A record of a call to a SharePoint tool, issued by the model in evaluation of a defined tool, that represents
|
|
958
|
-
* executed SharePoint actions.
|
|
959
|
-
*/
|
|
960
|
-
export interface RunStepSharepointToolCallOutput extends RunStepToolCallOutputParent {
|
|
961
|
-
/** The object type, which is always 'sharepoint_grounding'. */
|
|
962
|
-
type: "sharepoint_grounding";
|
|
963
|
-
/** Reserved for future use. */
|
|
964
|
-
sharepoint_grounding: Record<string, string>;
|
|
965
|
-
}
|
|
966
|
-
/**
|
|
967
|
-
* A record of a call to a Microsoft Fabric tool, issued by the model in evaluation of a defined tool, that represents
|
|
968
|
-
* executed Microsoft Fabric operations.
|
|
969
|
-
*/
|
|
970
|
-
export interface RunStepMicrosoftFabricToolCallOutput extends RunStepToolCallOutputParent {
|
|
971
|
-
/** The object type, which is always 'fabric_dataagent'. */
|
|
972
|
-
type: "fabric_dataagent";
|
|
973
|
-
/** Reserved for future use. */
|
|
974
|
-
fabric_dataagent: Record<string, string>;
|
|
975
|
-
}
|
|
976
|
-
/**
|
|
977
|
-
* A record of a call to a bing custom search tool, issued by the model in evaluation of a defined tool, that represents
|
|
978
|
-
* executed search with bing custom search.
|
|
979
|
-
*/
|
|
980
|
-
export interface RunStepCustomSearchToolCallOutput extends RunStepToolCallOutputParent {
|
|
981
|
-
/** The object type, which is always 'bing_custom_search'. */
|
|
982
|
-
type: "bing_custom_search";
|
|
983
|
-
/** Reserved for future use. */
|
|
984
|
-
bing_custom_search: Record<string, string>;
|
|
985
|
-
}
|
|
986
|
-
/**
|
|
987
|
-
* A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs
|
|
988
|
-
* and output consumed and emitted by the specified function.
|
|
989
|
-
*/
|
|
990
|
-
export interface RunStepFunctionToolCallOutput extends RunStepToolCallOutputParent {
|
|
991
|
-
/** The object type, which is always 'function'. */
|
|
992
|
-
type: "function";
|
|
993
|
-
/** The detailed information about the function called by the model. */
|
|
994
|
-
function: RunStepFunctionToolCallDetailsOutput;
|
|
995
|
-
}
|
|
996
|
-
/** The detailed information about the function called by the model. */
|
|
997
|
-
export interface RunStepFunctionToolCallDetailsOutput {
|
|
998
|
-
/** The name of the function. */
|
|
999
|
-
name: string;
|
|
1000
|
-
/** The arguments that the model requires are provided to the named function. */
|
|
1001
|
-
arguments: string;
|
|
1002
|
-
/** The output of the function, only populated for function calls that have already have had their outputs submitted. */
|
|
1003
|
-
output: string | null;
|
|
1004
|
-
}
|
|
1005
|
-
/**
|
|
1006
|
-
* A record of a call to an OpenAPI tool, issued by the model in evaluation of a defined tool, that represents
|
|
1007
|
-
* executed OpenAPI operations.
|
|
1008
|
-
*/
|
|
1009
|
-
export interface RunStepOpenAPIToolCallOutput extends RunStepToolCallOutputParent {
|
|
1010
|
-
/** The object type, which is always 'openapi'. */
|
|
1011
|
-
type: "openapi";
|
|
1012
|
-
/** Reserved for future use. */
|
|
1013
|
-
openapi: Record<string, string>;
|
|
1014
|
-
}
|
|
1015
|
-
/** The error information associated with a failed run step. */
|
|
1016
|
-
export interface RunStepErrorOutput {
|
|
1017
|
-
/**
|
|
1018
|
-
* The error code for this error.
|
|
1019
|
-
*
|
|
1020
|
-
* Possible values: "server_error", "rate_limit_exceeded"
|
|
1021
|
-
*/
|
|
1022
|
-
code: RunStepErrorCodeOutput;
|
|
1023
|
-
/** The human-readable text associated with this error. */
|
|
1024
|
-
message: string;
|
|
1025
|
-
}
|
|
1026
|
-
/** Usage statistics related to the run step. */
|
|
1027
|
-
export interface RunStepCompletionUsageOutput {
|
|
1028
|
-
/** Number of completion tokens used over the course of the run step. */
|
|
1029
|
-
completion_tokens: number;
|
|
1030
|
-
/** Number of prompt tokens used over the course of the run step. */
|
|
1031
|
-
prompt_tokens: number;
|
|
1032
|
-
/** Total number of tokens used (prompt + completion). */
|
|
1033
|
-
total_tokens: number;
|
|
1034
|
-
}
|
|
1035
|
-
/** The response data for a requested list of items. */
|
|
1036
|
-
export interface OpenAIPageableListOfRunStepOutput {
|
|
1037
|
-
/** The object type, which is always list. */
|
|
1038
|
-
object: "list";
|
|
1039
|
-
/** The requested list of items. */
|
|
1040
|
-
data: Array<RunStepOutput>;
|
|
1041
|
-
/** The first ID represented in this list. */
|
|
1042
|
-
first_id: string;
|
|
1043
|
-
/** The last ID represented in this list. */
|
|
1044
|
-
last_id: string;
|
|
1045
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
1046
|
-
has_more: boolean;
|
|
1047
|
-
}
|
|
1048
|
-
/** The response data from a file list operation. */
|
|
1049
|
-
export interface FileListResponseOutput {
|
|
1050
|
-
/** The object type, which is always 'list'. */
|
|
1051
|
-
object: "list";
|
|
1052
|
-
/** The files returned for the request. */
|
|
1053
|
-
data: Array<OpenAIFileOutput>;
|
|
1054
|
-
}
|
|
1055
|
-
/** Represents an agent that can call the model and use tools. */
|
|
1056
|
-
export interface OpenAIFileOutput {
|
|
1057
|
-
/** The object type, which is always 'file'. */
|
|
1058
|
-
object: "file";
|
|
1059
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
1060
|
-
id: string;
|
|
1061
|
-
/** The size of the file, in bytes. */
|
|
1062
|
-
bytes: number;
|
|
1063
|
-
/** The name of the file. */
|
|
1064
|
-
filename: string;
|
|
1065
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
1066
|
-
created_at: number;
|
|
1067
|
-
/**
|
|
1068
|
-
* The intended purpose of a file.
|
|
1069
|
-
*
|
|
1070
|
-
* Possible values: "fine-tune", "fine-tune-results", "assistants", "assistants_output", "batch", "batch_output", "vision"
|
|
1071
|
-
*/
|
|
1072
|
-
purpose: FilePurposeOutput;
|
|
1073
|
-
/**
|
|
1074
|
-
* The state of the file. This field is available in Azure OpenAI only.
|
|
1075
|
-
*
|
|
1076
|
-
* Possible values: "uploaded", "pending", "running", "processed", "error", "deleting", "deleted"
|
|
1077
|
-
*/
|
|
1078
|
-
status?: FileStateOutput;
|
|
1079
|
-
/** The error message with details in case processing of this file failed. This field is available in Azure OpenAI only. */
|
|
1080
|
-
status_details?: string;
|
|
1081
|
-
}
|
|
1082
|
-
/** A status response from a file deletion operation. */
|
|
1083
|
-
export interface FileDeletionStatusOutput {
|
|
1084
|
-
/** The ID of the resource specified for deletion. */
|
|
1085
|
-
id: string;
|
|
1086
|
-
/** A value indicating whether deletion was successful. */
|
|
1087
|
-
deleted: boolean;
|
|
1088
|
-
/** The object type, which is always 'file'. */
|
|
1089
|
-
object: "file";
|
|
1090
|
-
}
|
|
1091
|
-
/** The response data for a requested list of items. */
|
|
1092
|
-
export interface OpenAIPageableListOfVectorStoreOutput {
|
|
1093
|
-
/** The object type, which is always list. */
|
|
1094
|
-
object: "list";
|
|
1095
|
-
/** The requested list of items. */
|
|
1096
|
-
data: Array<VectorStoreOutput>;
|
|
1097
|
-
/** The first ID represented in this list. */
|
|
1098
|
-
first_id: string;
|
|
1099
|
-
/** The last ID represented in this list. */
|
|
1100
|
-
last_id: string;
|
|
1101
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
1102
|
-
has_more: boolean;
|
|
1103
|
-
}
|
|
1104
|
-
/** A vector store is a collection of processed files can be used by the `file_search` tool. */
|
|
1105
|
-
export interface VectorStoreOutput {
|
|
1106
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
1107
|
-
id: string;
|
|
1108
|
-
/** The object type, which is always `vector_store` */
|
|
1109
|
-
object: "vector_store";
|
|
1110
|
-
/** The Unix timestamp (in seconds) for when the vector store was created. */
|
|
1111
|
-
created_at: number;
|
|
1112
|
-
/** The name of the vector store. */
|
|
1113
|
-
name: string;
|
|
1114
|
-
/** The total number of bytes used by the files in the vector store. */
|
|
1115
|
-
usage_bytes: number;
|
|
1116
|
-
/** Files count grouped by status processed or being processed by this vector store. */
|
|
1117
|
-
file_counts: VectorStoreFileCountOutput;
|
|
1118
|
-
/**
|
|
1119
|
-
* The status of the vector store, which can be either `expired`, `in_progress`, or `completed`. A status of `completed` indicates that the vector store is ready for use.
|
|
1120
|
-
*
|
|
1121
|
-
* Possible values: "expired", "in_progress", "completed"
|
|
1122
|
-
*/
|
|
1123
|
-
status: VectorStoreStatusOutput;
|
|
1124
|
-
/** Details on when this vector store expires */
|
|
1125
|
-
expires_after?: VectorStoreExpirationPolicyOutput;
|
|
1126
|
-
/** The Unix timestamp (in seconds) for when the vector store will expire. */
|
|
1127
|
-
expires_at?: number | null;
|
|
1128
|
-
/** The Unix timestamp (in seconds) for when the vector store was last active. */
|
|
1129
|
-
last_active_at: number | null;
|
|
1130
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
1131
|
-
metadata: Record<string, string> | null;
|
|
1132
|
-
}
|
|
1133
|
-
/** Counts of files processed or being processed by this vector store grouped by status. */
|
|
1134
|
-
export interface VectorStoreFileCountOutput {
|
|
1135
|
-
/** The number of files that are currently being processed. */
|
|
1136
|
-
in_progress: number;
|
|
1137
|
-
/** The number of files that have been successfully processed. */
|
|
1138
|
-
completed: number;
|
|
1139
|
-
/** The number of files that have failed to process. */
|
|
1140
|
-
failed: number;
|
|
1141
|
-
/** The number of files that were cancelled. */
|
|
1142
|
-
cancelled: number;
|
|
1143
|
-
/** The total number of files. */
|
|
1144
|
-
total: number;
|
|
1145
|
-
}
|
|
1146
|
-
/** The expiration policy for a vector store. */
|
|
1147
|
-
export interface VectorStoreExpirationPolicyOutput {
|
|
1148
|
-
/**
|
|
1149
|
-
* Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.
|
|
1150
|
-
*
|
|
1151
|
-
* Possible values: "last_active_at"
|
|
1152
|
-
*/
|
|
1153
|
-
anchor: VectorStoreExpirationPolicyAnchorOutput;
|
|
1154
|
-
/** The anchor timestamp after which the expiration policy applies. */
|
|
1155
|
-
days: number;
|
|
1156
|
-
}
|
|
1157
|
-
/** Options to configure a vector store static chunking strategy. */
|
|
1158
|
-
export interface VectorStoreStaticChunkingStrategyOptionsOutput {
|
|
1159
|
-
/** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */
|
|
1160
|
-
max_chunk_size_tokens: number;
|
|
1161
|
-
/**
|
|
1162
|
-
* The number of tokens that overlap between chunks. The default value is 400.
|
|
1163
|
-
* Note that the overlap must not exceed half of max_chunk_size_tokens.
|
|
1164
|
-
*/
|
|
1165
|
-
chunk_overlap_tokens: number;
|
|
1166
|
-
}
|
|
1167
|
-
/** Response object for deleting a vector store. */
|
|
1168
|
-
export interface VectorStoreDeletionStatusOutput {
|
|
1169
|
-
/** The ID of the resource specified for deletion. */
|
|
1170
|
-
id: string;
|
|
1171
|
-
/** A value indicating whether deletion was successful. */
|
|
1172
|
-
deleted: boolean;
|
|
1173
|
-
/** The object type, which is always 'vector_store.deleted'. */
|
|
1174
|
-
object: "vector_store.deleted";
|
|
1175
|
-
}
|
|
1176
|
-
/** The response data for a requested list of items. */
|
|
1177
|
-
export interface OpenAIPageableListOfVectorStoreFileOutput {
|
|
1178
|
-
/** The object type, which is always list. */
|
|
1179
|
-
object: "list";
|
|
1180
|
-
/** The requested list of items. */
|
|
1181
|
-
data: Array<VectorStoreFileOutput>;
|
|
1182
|
-
/** The first ID represented in this list. */
|
|
1183
|
-
first_id: string;
|
|
1184
|
-
/** The last ID represented in this list. */
|
|
1185
|
-
last_id: string;
|
|
1186
|
-
/** A value indicating whether there are additional values available not captured in this list. */
|
|
1187
|
-
has_more: boolean;
|
|
1188
|
-
}
|
|
1189
|
-
/** Description of a file attached to a vector store. */
|
|
1190
|
-
export interface VectorStoreFileOutput {
|
|
1191
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
1192
|
-
id: string;
|
|
1193
|
-
/** The object type, which is always `vector_store.file`. */
|
|
1194
|
-
object: "vector_store.file";
|
|
1195
|
-
/**
|
|
1196
|
-
* The total vector store usage in bytes. Note that this may be different from the original file
|
|
1197
|
-
* size.
|
|
1198
|
-
*/
|
|
1199
|
-
usage_bytes: number;
|
|
1200
|
-
/** The Unix timestamp (in seconds) for when the vector store file was created. */
|
|
1201
|
-
created_at: number;
|
|
1202
|
-
/** The ID of the vector store that the file is attached to. */
|
|
1203
|
-
vector_store_id: string;
|
|
1204
|
-
/**
|
|
1205
|
-
* The status of the vector store file, which can be either `in_progress`, `completed`, `cancelled`, or `failed`. The status `completed` indicates that the vector store file is ready for use.
|
|
1206
|
-
*
|
|
1207
|
-
* Possible values: "in_progress", "completed", "failed", "cancelled"
|
|
1208
|
-
*/
|
|
1209
|
-
status: VectorStoreFileStatusOutput;
|
|
1210
|
-
/** The last error associated with this vector store file. Will be `null` if there are no errors. */
|
|
1211
|
-
last_error: VectorStoreFileErrorOutput | null;
|
|
1212
|
-
/** The strategy used to chunk the file. */
|
|
1213
|
-
chunking_strategy: VectorStoreChunkingStrategyResponseOutput;
|
|
1214
|
-
}
|
|
1215
|
-
/** Details on the error that may have occurred while processing a file for this vector store */
|
|
1216
|
-
export interface VectorStoreFileErrorOutput {
|
|
1217
|
-
/**
|
|
1218
|
-
* One of `server_error` or `rate_limit_exceeded`.
|
|
1219
|
-
*
|
|
1220
|
-
* Possible values: "server_error", "invalid_file", "unsupported_file"
|
|
1221
|
-
*/
|
|
1222
|
-
code: VectorStoreFileErrorCodeOutput;
|
|
1223
|
-
/** A human-readable description of the error. */
|
|
1224
|
-
message: string;
|
|
1225
|
-
}
|
|
1226
|
-
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
1227
|
-
export interface VectorStoreChunkingStrategyResponseOutputParent {
|
|
1228
|
-
type: VectorStoreChunkingStrategyResponseTypeOutput;
|
|
1229
|
-
}
|
|
1230
|
-
/** This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API. */
|
|
1231
|
-
export interface VectorStoreAutoChunkingStrategyResponseOutput extends VectorStoreChunkingStrategyResponseOutputParent {
|
|
1232
|
-
/** The object type, which is always 'other'. */
|
|
1233
|
-
type: "other";
|
|
1234
|
-
}
|
|
1235
|
-
/** A statically configured chunking strategy. */
|
|
1236
|
-
export interface VectorStoreStaticChunkingStrategyResponseOutput extends VectorStoreChunkingStrategyResponseOutputParent {
|
|
1237
|
-
/** The object type, which is always 'static'. */
|
|
1238
|
-
type: "static";
|
|
1239
|
-
/** The options for the static chunking strategy. */
|
|
1240
|
-
static: VectorStoreStaticChunkingStrategyOptionsOutput;
|
|
1241
|
-
}
|
|
1242
|
-
/** Response object for deleting a vector store file relationship. */
|
|
1243
|
-
export interface VectorStoreFileDeletionStatusOutput {
|
|
1244
|
-
/** The ID of the resource specified for deletion. */
|
|
1245
|
-
id: string;
|
|
1246
|
-
/** A value indicating whether deletion was successful. */
|
|
1247
|
-
deleted: boolean;
|
|
1248
|
-
/** The object type, which is always 'vector_store.deleted'. */
|
|
1249
|
-
object: "vector_store.file.deleted";
|
|
1250
|
-
}
|
|
1251
|
-
/** A batch of files attached to a vector store. */
|
|
1252
|
-
export interface VectorStoreFileBatchOutput {
|
|
1253
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
1254
|
-
id: string;
|
|
1255
|
-
/** The object type, which is always `vector_store.file_batch`. */
|
|
1256
|
-
object: "vector_store.files_batch";
|
|
1257
|
-
/** The Unix timestamp (in seconds) for when the vector store files batch was created. */
|
|
1258
|
-
created_at: number;
|
|
1259
|
-
/** The ID of the vector store that the file is attached to. */
|
|
1260
|
-
vector_store_id: string;
|
|
1261
|
-
/**
|
|
1262
|
-
* The status of the vector store files batch, which can be either `in_progress`, `completed`, `cancelled` or `failed`.
|
|
1263
|
-
*
|
|
1264
|
-
* Possible values: "in_progress", "completed", "cancelled", "failed"
|
|
1265
|
-
*/
|
|
1266
|
-
status: VectorStoreFileBatchStatusOutput;
|
|
1267
|
-
/** Files count grouped by status processed or being processed by this vector store. */
|
|
1268
|
-
file_counts: VectorStoreFileCountOutput;
|
|
1269
|
-
}
|
|
1270
|
-
/** Response from the Workspace - Get operation */
|
|
1271
|
-
export interface GetWorkspaceResponseOutput {
|
|
1272
|
-
/** A unique identifier for the resource */
|
|
1273
|
-
id: string;
|
|
1274
|
-
/** The name of the resource */
|
|
1275
|
-
name: string;
|
|
1276
|
-
/** The properties of the resource */
|
|
1277
|
-
properties: WorkspacePropertiesOutput;
|
|
1278
|
-
}
|
|
1279
|
-
/** workspace properties */
|
|
1280
|
-
export interface WorkspacePropertiesOutput {
|
|
1281
|
-
/** Authentication type of the connection target */
|
|
1282
|
-
applicationInsights: string;
|
|
1283
|
-
}
|
|
1284
|
-
/** Response from the list operation */
|
|
1285
|
-
export interface ListConnectionsResponseOutput {
|
|
1286
|
-
/** A list of connection list secrets */
|
|
1287
|
-
value: Array<GetConnectionResponseOutput>;
|
|
1288
|
-
}
|
|
1289
|
-
/** Response from the listSecrets operation */
|
|
1290
|
-
export interface GetConnectionResponseOutput {
|
|
1291
|
-
/** A unique identifier for the connection */
|
|
1292
|
-
id: string;
|
|
1293
|
-
/** The name of the resource */
|
|
1294
|
-
name: string;
|
|
1295
|
-
/** The properties of the resource */
|
|
1296
|
-
properties: InternalConnectionPropertiesOutput;
|
|
1297
|
-
}
|
|
1298
|
-
/** Connection properties */
|
|
1299
|
-
export interface InternalConnectionPropertiesOutputParent {
|
|
1300
|
-
/**
|
|
1301
|
-
* Category of the connection
|
|
1302
|
-
*
|
|
1303
|
-
* Possible values: "AzureOpenAI", "Serverless", "AzureBlob", "AIServices", "CognitiveSearch", "ApiKey", "CustomKeys", "CognitiveService"
|
|
1304
|
-
*/
|
|
1305
|
-
category: ConnectionTypeOutput;
|
|
1306
|
-
/** The connection URL to be used for this service */
|
|
1307
|
-
target: string;
|
|
1308
|
-
authType: AuthenticationTypeOutput;
|
|
1309
|
-
}
|
|
1310
|
-
/** Connection properties for connections with API key authentication */
|
|
1311
|
-
export interface InternalConnectionPropertiesApiKeyAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1312
|
-
/** Authentication type of the connection target */
|
|
1313
|
-
authType: "ApiKey";
|
|
1314
|
-
/** Credentials will only be present for authType=ApiKey */
|
|
1315
|
-
credentials: CredentialsApiKeyAuthOutput;
|
|
1316
|
-
}
|
|
1317
|
-
/** The credentials needed for API key authentication */
|
|
1318
|
-
export interface CredentialsApiKeyAuthOutput {
|
|
1319
|
-
/** The API key */
|
|
1320
|
-
key: string;
|
|
1321
|
-
}
|
|
1322
|
-
/** Connection properties for connections with AAD authentication (aka `Entra ID passthrough`) */
|
|
1323
|
-
export interface InternalConnectionPropertiesAADAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1324
|
-
/** Authentication type of the connection target */
|
|
1325
|
-
authType: "AAD";
|
|
1326
|
-
}
|
|
1327
|
-
/** Connection properties for connections with Custom authentication */
|
|
1328
|
-
export interface InternalConnectionPropertiesCustomAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1329
|
-
/** Authentication type of the connection target */
|
|
1330
|
-
authType: "CustomKeys";
|
|
1331
|
-
}
|
|
1332
|
-
/** Connection properties for connections with SAS authentication */
|
|
1333
|
-
export interface InternalConnectionPropertiesSASAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1334
|
-
/** Authentication type of the connection target */
|
|
1335
|
-
authType: "SAS";
|
|
1336
|
-
/** Credentials will only be present for authType=ApiKey */
|
|
1337
|
-
credentials: CredentialsSASAuthOutput;
|
|
1338
|
-
}
|
|
1339
|
-
/** The credentials needed for Shared Access Signatures (SAS) authentication */
|
|
1340
|
-
export interface CredentialsSASAuthOutput {
|
|
1341
|
-
/** The Shared Access Signatures (SAS) token */
|
|
1342
|
-
SAS: string;
|
|
1343
|
-
}
|
|
1344
|
-
/** Connection properties for connections with no authentication */
|
|
1345
|
-
export interface InternalConnectionPropertiesNoAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1346
|
-
/** Authentication type of the connection target */
|
|
1347
|
-
authType: "None";
|
|
1348
|
-
}
|
|
1349
|
-
/** Response from getting properties of the Application Insights resource */
|
|
1350
|
-
export interface GetAppInsightsResponseOutput {
|
|
1351
|
-
/** A unique identifier for the resource */
|
|
1352
|
-
id: string;
|
|
1353
|
-
/** The name of the resource */
|
|
1354
|
-
name: string;
|
|
1355
|
-
/** The properties of the resource */
|
|
1356
|
-
properties: AppInsightsPropertiesOutput;
|
|
1357
|
-
}
|
|
1358
|
-
/** The properties of the Application Insights resource */
|
|
1359
|
-
export interface AppInsightsPropertiesOutput {
|
|
1360
|
-
/** Authentication type of the connection target */
|
|
1361
|
-
ConnectionString: string;
|
|
1362
|
-
}
|
|
1363
|
-
/** Evaluation Definition */
|
|
1364
|
-
export interface EvaluationOutput {
|
|
1365
|
-
/** Identifier of the evaluation. */
|
|
1366
|
-
readonly id: string;
|
|
1367
|
-
/** Data for evaluation. */
|
|
1368
|
-
data: InputDataOutput;
|
|
1369
|
-
/** Evaluation target specifying the model config and parameters */
|
|
1370
|
-
target?: EvaluationTargetOutput;
|
|
1371
|
-
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
1372
|
-
displayName?: string;
|
|
1373
|
-
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
1374
|
-
description?: string;
|
|
1375
|
-
/** Metadata containing createdBy and modifiedBy information. */
|
|
1376
|
-
readonly systemData?: SystemDataOutput;
|
|
1377
|
-
/** Status of the evaluation. It is set by service and is read-only. */
|
|
1378
|
-
readonly status?: string;
|
|
1379
|
-
/** Evaluation's tags. Unlike properties, tags are fully mutable. */
|
|
1380
|
-
tags?: Record<string, string>;
|
|
1381
|
-
/** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
|
|
1382
|
-
properties?: Record<string, string>;
|
|
1383
|
-
/** Evaluators to be used for the evaluation. */
|
|
1384
|
-
evaluators: Record<string, EvaluatorConfigurationOutput>;
|
|
1385
|
-
}
|
|
1386
|
-
/** Abstract data class for input data configuration. */
|
|
1387
|
-
export interface InputDataOutputParent {
|
|
1388
|
-
type: string;
|
|
1389
|
-
}
|
|
1390
|
-
/** Data Source for Application Insights. */
|
|
1391
|
-
export interface ApplicationInsightsConfigurationOutput extends InputDataOutputParent {
|
|
1392
|
-
readonly type: "app_insights";
|
|
1393
|
-
/** LogAnalytic Workspace resourceID associated with ApplicationInsights */
|
|
1394
|
-
resourceId: string;
|
|
1395
|
-
/** Query to fetch the data. */
|
|
1396
|
-
query: string;
|
|
1397
|
-
/** Service name. */
|
|
1398
|
-
serviceName?: string;
|
|
1399
|
-
/** Connection String to connect to ApplicationInsights. */
|
|
1400
|
-
connectionString?: string;
|
|
1401
|
-
}
|
|
1402
|
-
/** Dataset as source for evaluation. */
|
|
1403
|
-
export interface DatasetOutput extends InputDataOutputParent {
|
|
1404
|
-
readonly type: "dataset";
|
|
1405
|
-
/** Evaluation input data */
|
|
1406
|
-
id: string;
|
|
1407
|
-
}
|
|
1408
|
-
/** Target for the evaluation process. */
|
|
1409
|
-
export interface EvaluationTargetOutput {
|
|
1410
|
-
/** System message related to the evaluation target. */
|
|
1411
|
-
systemMessage: string;
|
|
1412
|
-
/** Model configuration for the evaluation. */
|
|
1413
|
-
modelConfig: TargetModelConfigOutput;
|
|
1414
|
-
/** A dictionary of parameters for the model. */
|
|
1415
|
-
modelParams?: Record<string, any>;
|
|
1416
|
-
}
|
|
1417
|
-
/** Abstract class for model configuration. */
|
|
1418
|
-
export interface TargetModelConfigOutputParent {
|
|
1419
|
-
type: string;
|
|
1420
|
-
}
|
|
1421
|
-
/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
|
|
1422
|
-
export interface AoaiModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1423
|
-
readonly type: "AOAI";
|
|
1424
|
-
/** Endpoint targetURI for AOAI model. */
|
|
1425
|
-
azureEndpoint: string;
|
|
1426
|
-
/** API Key for AOAI model. */
|
|
1427
|
-
apiKey: string;
|
|
1428
|
-
/** Deployment name for AOAI model. */
|
|
1429
|
-
azureDeployment: string;
|
|
1430
|
-
}
|
|
1431
|
-
/** MaaS model configuration. The API version would be selected by the service for querying the model. */
|
|
1432
|
-
export interface MaasModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1433
|
-
readonly type: "MAAS";
|
|
1434
|
-
/** Endpoint targetURI for MAAS model. */
|
|
1435
|
-
azureEndpoint: string;
|
|
1436
|
-
/** API Key for MAAS model. */
|
|
1437
|
-
apiKey: string;
|
|
1438
|
-
}
|
|
1439
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1440
|
-
export interface SystemDataOutput {
|
|
1441
|
-
/** The timestamp the resource was created at. */
|
|
1442
|
-
readonly createdAt?: string;
|
|
1443
|
-
/** The identity that created the resource. */
|
|
1444
|
-
readonly createdBy?: string;
|
|
1445
|
-
/** The identity type that created the resource. */
|
|
1446
|
-
readonly createdByType?: string;
|
|
1447
|
-
/** The timestamp of resource last modification (UTC) */
|
|
1448
|
-
readonly lastModifiedAt?: string;
|
|
1449
|
-
}
|
|
1450
|
-
/** Evaluator Configuration */
|
|
1451
|
-
export interface EvaluatorConfigurationOutput {
|
|
1452
|
-
/** Identifier of the evaluator. */
|
|
1453
|
-
id: string;
|
|
1454
|
-
/** Initialization parameters of the evaluator. */
|
|
1455
|
-
initParams?: Record<string, any>;
|
|
1456
|
-
/** Data parameters of the evaluator. */
|
|
1457
|
-
dataMapping?: Record<string, string>;
|
|
1458
|
-
}
|
|
1459
|
-
/** Paged collection of Evaluation items */
|
|
1460
|
-
export interface PagedEvaluationOutput {
|
|
1461
|
-
/** The Evaluation items on this page */
|
|
1462
|
-
value: Array<EvaluationOutput>;
|
|
1463
|
-
/** The link to the next page of items */
|
|
1464
|
-
nextLink?: string;
|
|
1465
|
-
}
|
|
1466
|
-
/** Evaluation Schedule Definition */
|
|
1467
|
-
export interface EvaluationScheduleOutput {
|
|
1468
|
-
/** Name of the schedule, which also serves as the unique identifier for the evaluation */
|
|
1469
|
-
readonly name: string;
|
|
1470
|
-
/** Data for evaluation. */
|
|
1471
|
-
data: ApplicationInsightsConfigurationOutput;
|
|
1472
|
-
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
1473
|
-
description?: string;
|
|
1474
|
-
/** Metadata containing createdBy and modifiedBy information. */
|
|
1475
|
-
readonly systemData?: SystemDataOutput;
|
|
1476
|
-
/** Provisioning State of the evaluation. It is set by service and is read-only. */
|
|
1477
|
-
readonly provisioningState?: string;
|
|
1478
|
-
/** Evaluation's tags. Unlike properties, tags are fully mutable. */
|
|
1479
|
-
tags?: Record<string, string>;
|
|
1480
|
-
/** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
|
|
1481
|
-
properties?: Record<string, string>;
|
|
1482
|
-
/** Enabled status of the evaluation. It is set by service and is read-only. */
|
|
1483
|
-
readonly isEnabled?: string;
|
|
1484
|
-
/** Evaluators to be used for the evaluation. */
|
|
1485
|
-
evaluators: Record<string, EvaluatorConfigurationOutput>;
|
|
1486
|
-
/** Trigger for the evaluation. */
|
|
1487
|
-
trigger: TriggerOutput;
|
|
1488
|
-
}
|
|
1489
|
-
/** Abstract data class for input data configuration. */
|
|
1490
|
-
export interface TriggerOutputParent {
|
|
1491
|
-
type: string;
|
|
1492
|
-
}
|
|
1493
|
-
/** Recurrence Trigger Definition */
|
|
1494
|
-
export interface RecurrenceTriggerOutput extends TriggerOutputParent {
|
|
1495
|
-
readonly type: "Recurrence";
|
|
1496
|
-
/**
|
|
1497
|
-
* The frequency to trigger schedule.
|
|
1498
|
-
*
|
|
1499
|
-
* Possible values: "Month", "Week", "Day", "Hour", "Minute"
|
|
1500
|
-
*/
|
|
1501
|
-
frequency: FrequencyOutput;
|
|
1502
|
-
/** Specifies schedule interval in conjunction with frequency */
|
|
1503
|
-
interval: number;
|
|
1504
|
-
/** The recurrence schedule. */
|
|
1505
|
-
schedule?: RecurrenceScheduleOutput;
|
|
1506
|
-
}
|
|
1507
|
-
/** RecurrenceSchedule Definition */
|
|
1508
|
-
export interface RecurrenceScheduleOutput {
|
|
1509
|
-
/** List of hours for the schedule. */
|
|
1510
|
-
hours: number[];
|
|
1511
|
-
/** List of minutes for the schedule. */
|
|
1512
|
-
minutes: number[];
|
|
1513
|
-
/** List of days for the schedule. */
|
|
1514
|
-
weekDays?: WeekDaysOutput[];
|
|
1515
|
-
/** List of month days for the schedule */
|
|
1516
|
-
monthDays?: number[];
|
|
1517
|
-
}
|
|
1518
|
-
/** Cron Trigger Definition */
|
|
1519
|
-
export interface CronTriggerOutput extends TriggerOutputParent {
|
|
1520
|
-
readonly type: "Cron";
|
|
1521
|
-
/** Cron expression for the trigger. */
|
|
1522
|
-
expression: string;
|
|
1523
|
-
}
|
|
1524
|
-
/** Paged collection of EvaluationSchedule items */
|
|
1525
|
-
export interface PagedEvaluationScheduleOutput {
|
|
1526
|
-
/** The EvaluationSchedule items on this page */
|
|
1527
|
-
value: Array<EvaluationScheduleOutput>;
|
|
1528
|
-
/** The link to the next page of items */
|
|
1529
|
-
nextLink?: string;
|
|
1530
|
-
}
|
|
1531
|
-
/** An abstract representation of an input tool definition that an agent can use. */
|
|
1532
|
-
export type ToolDefinitionOutput = ToolDefinitionOutputParent | CodeInterpreterToolDefinitionOutput | FileSearchToolDefinitionOutput | FunctionToolDefinitionOutput | BingGroundingToolDefinitionOutput | MicrosoftFabricToolDefinitionOutput | SharepointToolDefinitionOutput | AzureAISearchToolDefinitionOutput | OpenApiToolDefinitionOutput | BingCustomSearchToolDefinitionOutput | ConnectedAgentToolDefinitionOutput | AzureFunctionToolDefinitionOutput;
|
|
1533
|
-
/** authentication details for OpenApiFunctionDefinition */
|
|
1534
|
-
export type OpenApiAuthDetailsOutput = OpenApiAuthDetailsOutputParent | OpenApiAnonymousAuthDetailsOutput | OpenApiConnectionAuthDetailsOutput | OpenApiManagedAuthDetailsOutput;
|
|
1535
|
-
/** An abstract representation of a single item of thread message content. */
|
|
1536
|
-
export type MessageContentOutput = MessageContentOutputParent | MessageTextContentOutput | MessageImageFileContentOutput;
|
|
1537
|
-
/** An abstract representation of an annotation to text thread message content. */
|
|
1538
|
-
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextUrlCitationAnnotationOutput | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1539
|
-
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
1540
|
-
export type RequiredActionOutput = RequiredActionOutputParent | SubmitToolOutputsActionOutput;
|
|
1541
|
-
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
1542
|
-
export type RequiredToolCallOutput = RequiredToolCallOutputParent | RequiredFunctionToolCallOutput;
|
|
1543
|
-
/** An abstract representation of the details for a run step. */
|
|
1544
|
-
export type RunStepDetailsOutput = RunStepDetailsOutputParent | RunStepMessageCreationDetailsOutput | RunStepToolCallDetailsOutput;
|
|
1545
|
-
/** An abstract representation of a detailed tool call as recorded within a run step for an existing run. */
|
|
1546
|
-
export type RunStepToolCallOutput = RunStepToolCallOutputParent | RunStepCodeInterpreterToolCallOutput | RunStepFileSearchToolCallOutput | RunStepBingGroundingToolCallOutput | RunStepAzureAISearchToolCallOutput | RunStepSharepointToolCallOutput | RunStepMicrosoftFabricToolCallOutput | RunStepCustomSearchToolCallOutput | RunStepFunctionToolCallOutput | RunStepOpenAPIToolCallOutput;
|
|
1547
|
-
/** An abstract representation of an emitted output from a code interpreter tool. */
|
|
1548
|
-
export type RunStepCodeInterpreterToolCallOutputOutput = RunStepCodeInterpreterToolCallOutputOutputParent | RunStepCodeInterpreterLogOutputOutput | RunStepCodeInterpreterImageOutputOutput;
|
|
1549
|
-
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
1550
|
-
export type VectorStoreChunkingStrategyResponseOutput = VectorStoreChunkingStrategyResponseOutputParent | VectorStoreAutoChunkingStrategyResponseOutput | VectorStoreStaticChunkingStrategyResponseOutput;
|
|
1551
|
-
/** Connection properties */
|
|
1552
|
-
export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOutputParent | InternalConnectionPropertiesApiKeyAuthOutput | InternalConnectionPropertiesAADAuthOutput | InternalConnectionPropertiesCustomAuthOutput | InternalConnectionPropertiesSASAuthOutput | InternalConnectionPropertiesNoAuthOutput;
|
|
1553
|
-
/** Abstract data class for input data configuration. */
|
|
1554
|
-
export type InputDataOutput = InputDataOutputParent | ApplicationInsightsConfigurationOutput | DatasetOutput;
|
|
1555
|
-
/** Abstract class for model configuration. */
|
|
1556
|
-
export type TargetModelConfigOutput = TargetModelConfigOutputParent | AoaiModelConfigOutput | MaasModelConfigOutput;
|
|
1557
|
-
/** Abstract data class for input data configuration. */
|
|
1558
|
-
export type TriggerOutput = TriggerOutputParent | RecurrenceTriggerOutput | CronTriggerOutput;
|
|
1559
|
-
/** Alias for OpenApiAuthTypeOutput */
|
|
1560
|
-
export type OpenApiAuthTypeOutput = string;
|
|
1561
|
-
/** Alias for VectorStoreDataSourceAssetTypeOutput */
|
|
1562
|
-
export type VectorStoreDataSourceAssetTypeOutput = string;
|
|
1563
|
-
/** Alias for AzureAISearchQueryTypeOutput */
|
|
1564
|
-
export type AzureAISearchQueryTypeOutput = string;
|
|
1565
|
-
/** Alias for AgentsApiResponseFormatModeOutput */
|
|
1566
|
-
export type AgentsApiResponseFormatModeOutput = string;
|
|
1567
|
-
/** Alias for ResponseFormatOutput */
|
|
1568
|
-
export type ResponseFormatOutput = string;
|
|
1569
|
-
/** Alias for AgentsApiResponseFormatOptionOutput */
|
|
1570
|
-
export type AgentsApiResponseFormatOptionOutput = string | AgentsApiResponseFormatModeOutput | AgentsApiResponseFormatOutput | ResponseFormatJsonSchemaTypeOutput;
|
|
1571
|
-
/** Alias for MessageRoleOutput */
|
|
1572
|
-
export type MessageRoleOutput = string;
|
|
1573
|
-
/** Alias for MessageAttachmentToolDefinitionOutput */
|
|
1574
|
-
export type MessageAttachmentToolDefinitionOutput = CodeInterpreterToolDefinitionOutput | FileSearchToolDefinitionOutput;
|
|
1575
|
-
/** Alias for MessageStatusOutput */
|
|
1576
|
-
export type MessageStatusOutput = string;
|
|
1577
|
-
/** Alias for MessageIncompleteDetailsReasonOutput */
|
|
1578
|
-
export type MessageIncompleteDetailsReasonOutput = string;
|
|
1579
|
-
/** Alias for TruncationStrategyOutput */
|
|
1580
|
-
export type TruncationStrategyOutput = string;
|
|
1581
|
-
/** Alias for AgentsApiToolChoiceOptionModeOutput */
|
|
1582
|
-
export type AgentsApiToolChoiceOptionModeOutput = string;
|
|
1583
|
-
/** Alias for AgentsNamedToolChoiceTypeOutput */
|
|
1584
|
-
export type AgentsNamedToolChoiceTypeOutput = string;
|
|
1585
|
-
/** Alias for AgentsApiToolChoiceOptionOutput */
|
|
1586
|
-
export type AgentsApiToolChoiceOptionOutput = string | AgentsApiToolChoiceOptionModeOutput | AgentsNamedToolChoiceOutput;
|
|
1587
|
-
/** Alias for RunStatusOutput */
|
|
1588
|
-
export type RunStatusOutput = string;
|
|
1589
|
-
/** Alias for IncompleteDetailsReasonOutput */
|
|
1590
|
-
export type IncompleteDetailsReasonOutput = string;
|
|
1591
|
-
/** Alias for RunStepTypeOutput */
|
|
1592
|
-
export type RunStepTypeOutput = string;
|
|
1593
|
-
/** Alias for RunStepStatusOutput */
|
|
1594
|
-
export type RunStepStatusOutput = string;
|
|
1595
|
-
/** Alias for RunStepErrorCodeOutput */
|
|
1596
|
-
export type RunStepErrorCodeOutput = string;
|
|
1597
|
-
/** Alias for FilePurposeOutput */
|
|
1598
|
-
export type FilePurposeOutput = string;
|
|
1599
|
-
/** Alias for FileStateOutput */
|
|
1600
|
-
export type FileStateOutput = string;
|
|
1601
|
-
/** Alias for VectorStoreStatusOutput */
|
|
1602
|
-
export type VectorStoreStatusOutput = string;
|
|
1603
|
-
/** Alias for VectorStoreExpirationPolicyAnchorOutput */
|
|
1604
|
-
export type VectorStoreExpirationPolicyAnchorOutput = string;
|
|
1605
|
-
/** Alias for VectorStoreFileStatusOutput */
|
|
1606
|
-
export type VectorStoreFileStatusOutput = string;
|
|
1607
|
-
/** Alias for VectorStoreFileErrorCodeOutput */
|
|
1608
|
-
export type VectorStoreFileErrorCodeOutput = string;
|
|
1609
|
-
/** Alias for VectorStoreChunkingStrategyResponseTypeOutput */
|
|
1610
|
-
export type VectorStoreChunkingStrategyResponseTypeOutput = string;
|
|
1611
|
-
/** Alias for VectorStoreFileBatchStatusOutput */
|
|
1612
|
-
export type VectorStoreFileBatchStatusOutput = string;
|
|
1613
|
-
/** Alias for ConnectionTypeOutput */
|
|
1614
|
-
export type ConnectionTypeOutput = string;
|
|
1615
|
-
/** Authentication type used by Azure AI service to connect to another service */
|
|
1616
|
-
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS" | "CustomKeys" | "None";
|
|
1617
|
-
/** Alias for FrequencyOutput */
|
|
1618
|
-
export type FrequencyOutput = string;
|
|
1619
|
-
/** Alias for WeekDaysOutput */
|
|
1620
|
-
export type WeekDaysOutput = string;
|
|
1621
|
-
//# sourceMappingURL=outputModels.d.ts.map
|