@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,949 +0,0 @@
|
|
|
1
|
-
/** The request details to use when creating a new agent. */
|
|
2
|
-
export interface CreateAgentOptions {
|
|
3
|
-
/** The ID of the model to use. */
|
|
4
|
-
model: string;
|
|
5
|
-
/** The name of the new agent. */
|
|
6
|
-
name?: string | null;
|
|
7
|
-
/** The description of the new agent. */
|
|
8
|
-
description?: string | null;
|
|
9
|
-
/** The system instructions for the new agent to use. */
|
|
10
|
-
instructions?: string | null;
|
|
11
|
-
/** The collection of tools to enable for the new agent. */
|
|
12
|
-
tools?: Array<ToolDefinition>;
|
|
13
|
-
/**
|
|
14
|
-
* 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`
|
|
15
|
-
* tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.
|
|
16
|
-
*/
|
|
17
|
-
toolResources?: ToolResources | null;
|
|
18
|
-
/**
|
|
19
|
-
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,
|
|
20
|
-
* while lower values like 0.2 will make it more focused and deterministic.
|
|
21
|
-
*/
|
|
22
|
-
temperature?: number | null;
|
|
23
|
-
/**
|
|
24
|
-
* An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
|
|
25
|
-
* So 0.1 means only the tokens comprising the top 10% probability mass are considered.
|
|
26
|
-
*
|
|
27
|
-
* We generally recommend altering this or temperature but not both.
|
|
28
|
-
*/
|
|
29
|
-
topP?: number | null;
|
|
30
|
-
/** The response format of the tool calls used by this agent. */
|
|
31
|
-
responseFormat?: AgentsApiResponseFormatOption | null;
|
|
32
|
-
/** 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. */
|
|
33
|
-
metadata?: Record<string, string> | null;
|
|
34
|
-
}
|
|
35
|
-
/** An abstract representation of an input tool definition that an agent can use. */
|
|
36
|
-
export interface ToolDefinitionParent {
|
|
37
|
-
type: string;
|
|
38
|
-
}
|
|
39
|
-
/** The input definition information for a code interpreter tool as used to configure an agent. */
|
|
40
|
-
export interface CodeInterpreterToolDefinition extends ToolDefinitionParent {
|
|
41
|
-
/** The object type, which is always 'code_interpreter'. */
|
|
42
|
-
type: "code_interpreter";
|
|
43
|
-
}
|
|
44
|
-
/** The input definition information for a file search tool as used to configure an agent. */
|
|
45
|
-
export interface FileSearchToolDefinition extends ToolDefinitionParent {
|
|
46
|
-
/** The object type, which is always 'file_search'. */
|
|
47
|
-
type: "file_search";
|
|
48
|
-
/** Options overrides for the file search tool. */
|
|
49
|
-
fileSearch?: FileSearchToolDefinitionDetails;
|
|
50
|
-
}
|
|
51
|
-
/** Options overrides for the file search tool. */
|
|
52
|
-
export interface FileSearchToolDefinitionDetails {
|
|
53
|
-
/**
|
|
54
|
-
* 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.
|
|
55
|
-
*
|
|
56
|
-
* Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
|
|
57
|
-
*/
|
|
58
|
-
maxNumResults?: number;
|
|
59
|
-
/** Ranking options for file search. */
|
|
60
|
-
rankingOptions?: FileSearchRankingOptions;
|
|
61
|
-
}
|
|
62
|
-
/** Ranking options for file search. */
|
|
63
|
-
export interface FileSearchRankingOptions {
|
|
64
|
-
/** File search ranker. */
|
|
65
|
-
ranker: string;
|
|
66
|
-
/** Ranker search threshold. */
|
|
67
|
-
scoreThreshold: number;
|
|
68
|
-
}
|
|
69
|
-
/** The input definition information for a function tool as used to configure an agent. */
|
|
70
|
-
export interface FunctionToolDefinition extends ToolDefinitionParent {
|
|
71
|
-
/** The object type, which is always 'function'. */
|
|
72
|
-
type: "function";
|
|
73
|
-
/** The definition of the concrete function that the function tool should call. */
|
|
74
|
-
function: FunctionDefinition;
|
|
75
|
-
}
|
|
76
|
-
/** The input definition information for a function. */
|
|
77
|
-
export interface FunctionDefinition {
|
|
78
|
-
/** The name of the function to be called. */
|
|
79
|
-
name: string;
|
|
80
|
-
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
81
|
-
description?: string;
|
|
82
|
-
/** The parameters the functions accepts, described as a JSON Schema object. */
|
|
83
|
-
parameters: unknown;
|
|
84
|
-
}
|
|
85
|
-
/** The input definition information for a bing grounding search tool as used to configure an agent. */
|
|
86
|
-
export interface BingGroundingToolDefinition extends ToolDefinitionParent {
|
|
87
|
-
/** The object type, which is always 'bing_grounding'. */
|
|
88
|
-
type: "bing_grounding";
|
|
89
|
-
/** The list of connections used by the bing grounding tool. */
|
|
90
|
-
bingGrounding: ToolConnectionList;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* The input definition information for a bing custom search tool as used to configure an agent.
|
|
94
|
-
*/
|
|
95
|
-
export interface BingCustomSearchToolDefinition extends ToolDefinitionParent {
|
|
96
|
-
/** The object type, which is always 'bing_custom_search'. */
|
|
97
|
-
type: "bing_custom_search";
|
|
98
|
-
/** The list of connections used by the bing custom search tool. */
|
|
99
|
-
bingCustomSearch?: SearchConfigurationList;
|
|
100
|
-
}
|
|
101
|
-
/** The array of search configurations used by the bing custom search tool. */
|
|
102
|
-
export interface SearchConfigurationList {
|
|
103
|
-
/** The list of connections used by the bing custom search tool. */
|
|
104
|
-
searchConfigurations: Array<SearchConfiguration>;
|
|
105
|
-
}
|
|
106
|
-
/** The input definition information for a search configuration. */
|
|
107
|
-
export interface SearchConfiguration {
|
|
108
|
-
/** A connection in a ToolConnectionList attached to this tool. */
|
|
109
|
-
connectionId: string;
|
|
110
|
-
/** Name of the custom configuration instance given to config. */
|
|
111
|
-
instanceName: string;
|
|
112
|
-
}
|
|
113
|
-
/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
|
|
114
|
-
export interface ToolConnectionList {
|
|
115
|
-
/**
|
|
116
|
-
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
117
|
-
* resource attached to the tool.
|
|
118
|
-
*/
|
|
119
|
-
connections?: Array<ToolConnection>;
|
|
120
|
-
}
|
|
121
|
-
/** A connection resource. */
|
|
122
|
-
export interface ToolConnection {
|
|
123
|
-
/** A connection in a ToolConnectionList attached to this tool. */
|
|
124
|
-
connectionId: string;
|
|
125
|
-
}
|
|
126
|
-
/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
|
|
127
|
-
export interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {
|
|
128
|
-
/** The object type, which is always 'fabric_dataagent'. */
|
|
129
|
-
type: "fabric_dataagent";
|
|
130
|
-
/** The list of connections used by the Microsoft Fabric tool. */
|
|
131
|
-
fabricDataAgent: ToolConnectionList;
|
|
132
|
-
}
|
|
133
|
-
/** The input definition information for a sharepoint tool as used to configure an agent. */
|
|
134
|
-
export interface SharepointToolDefinition extends ToolDefinitionParent {
|
|
135
|
-
/** The object type, which is always 'sharepoint_grounding'. */
|
|
136
|
-
type: "sharepoint_grounding";
|
|
137
|
-
/** The list of connections used by the SharePoint tool. */
|
|
138
|
-
sharepointGrounding: ToolConnectionList;
|
|
139
|
-
}
|
|
140
|
-
/** The input definition information for an Azure AI search tool as used to configure an agent. */
|
|
141
|
-
export interface AzureAISearchToolDefinition extends ToolDefinitionParent {
|
|
142
|
-
/** The object type, which is always 'azure_ai_search'. */
|
|
143
|
-
type: "azure_ai_search";
|
|
144
|
-
}
|
|
145
|
-
/** The input definition information for an OpenAPI tool as used to configure an agent. */
|
|
146
|
-
export interface OpenApiToolDefinition extends ToolDefinitionParent {
|
|
147
|
-
/** The object type, which is always 'openapi'. */
|
|
148
|
-
type: "openapi";
|
|
149
|
-
/** The openapi function definition. */
|
|
150
|
-
openapi: OpenApiFunctionDefinition;
|
|
151
|
-
}
|
|
152
|
-
/** The input definition information for an openapi function. */
|
|
153
|
-
export interface OpenApiFunctionDefinition {
|
|
154
|
-
/** The name of the function to be called. */
|
|
155
|
-
name: string;
|
|
156
|
-
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
157
|
-
description?: string;
|
|
158
|
-
/** The openapi function shape, described as a JSON Schema object. */
|
|
159
|
-
spec: unknown;
|
|
160
|
-
/** Open API authentication details */
|
|
161
|
-
auth: OpenApiAuthDetails;
|
|
162
|
-
/** List of OpenAPI spec parameters that will use user-provided defaults */
|
|
163
|
-
defaultParams?: string[];
|
|
164
|
-
/** List of functions returned in response */
|
|
165
|
-
functions?: Array<FunctionDefinition>;
|
|
166
|
-
}
|
|
167
|
-
/** authentication details for OpenApiFunctionDefinition */
|
|
168
|
-
export interface OpenApiAuthDetailsParent {
|
|
169
|
-
type: OpenApiAuthType;
|
|
170
|
-
}
|
|
171
|
-
/** Security details for OpenApi anonymous authentication */
|
|
172
|
-
export interface OpenApiAnonymousAuthDetails extends OpenApiAuthDetailsParent {
|
|
173
|
-
/** The object type, which is always 'anonymous'. */
|
|
174
|
-
type: "anonymous";
|
|
175
|
-
}
|
|
176
|
-
/** Security details for OpenApi connection authentication */
|
|
177
|
-
export interface OpenApiConnectionAuthDetails extends OpenApiAuthDetailsParent {
|
|
178
|
-
/** The object type, which is always 'connection'. */
|
|
179
|
-
type: "connection";
|
|
180
|
-
/** Connection auth security details */
|
|
181
|
-
securityScheme: OpenApiConnectionSecurityScheme;
|
|
182
|
-
}
|
|
183
|
-
/** Security scheme for OpenApi managed_identity authentication */
|
|
184
|
-
export interface OpenApiConnectionSecurityScheme {
|
|
185
|
-
/** Connection id for Connection auth type */
|
|
186
|
-
connectionId: string;
|
|
187
|
-
}
|
|
188
|
-
/** Security details for OpenApi managed_identity authentication */
|
|
189
|
-
export interface OpenApiManagedAuthDetails extends OpenApiAuthDetailsParent {
|
|
190
|
-
/** The object type, which is always 'managed_identity'. */
|
|
191
|
-
type: "managed_identity";
|
|
192
|
-
/** Connection auth security details */
|
|
193
|
-
securityScheme: OpenApiManagedSecurityScheme;
|
|
194
|
-
}
|
|
195
|
-
/** Security scheme for OpenApi managed_identity authentication */
|
|
196
|
-
export interface OpenApiManagedSecurityScheme {
|
|
197
|
-
/** Authentication scope for managed_identity auth type */
|
|
198
|
-
audience: string;
|
|
199
|
-
}
|
|
200
|
-
/** A list of search configurations currently used by the `bing_custom_search` tool. */
|
|
201
|
-
export interface SearchConfigurationList {
|
|
202
|
-
/**
|
|
203
|
-
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
204
|
-
* resource attached to the tool.
|
|
205
|
-
*/
|
|
206
|
-
searchConfigurations: Array<SearchConfiguration>;
|
|
207
|
-
}
|
|
208
|
-
/** A custom search configuration. */
|
|
209
|
-
export interface SearchConfiguration {
|
|
210
|
-
/** A connection in a ToolConnectionList attached to this tool. */
|
|
211
|
-
connectionId: string;
|
|
212
|
-
/** Name of the custom configuration instance given to config. */
|
|
213
|
-
instanceName: string;
|
|
214
|
-
}
|
|
215
|
-
/** The input definition information for a azure function tool as used to configure an agent. */
|
|
216
|
-
export interface AzureFunctionToolDefinition extends ToolDefinitionParent {
|
|
217
|
-
/** The object type, which is always 'azure_function'. */
|
|
218
|
-
type: "azure_function";
|
|
219
|
-
/** The definition of the concrete function that the function tool should call. */
|
|
220
|
-
azureFunction: AzureFunctionDefinition;
|
|
221
|
-
}
|
|
222
|
-
/** The definition of Azure function. */
|
|
223
|
-
export interface AzureFunctionDefinition {
|
|
224
|
-
/** The definition of azure function and its parameters. */
|
|
225
|
-
function: FunctionDefinition;
|
|
226
|
-
/** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
|
|
227
|
-
inputBinding: AzureFunctionBinding;
|
|
228
|
-
/** Output storage queue. The function writes output to this queue when the input items are processed. */
|
|
229
|
-
outputBinding: AzureFunctionBinding;
|
|
230
|
-
}
|
|
231
|
-
/** The structure for keeping storage queue name and URI. */
|
|
232
|
-
export interface AzureFunctionBinding {
|
|
233
|
-
/** The type of binding, which is always 'storage_queue'. */
|
|
234
|
-
type: "storage_queue";
|
|
235
|
-
/** Storage queue. */
|
|
236
|
-
storageQueue: AzureFunctionStorageQueue;
|
|
237
|
-
}
|
|
238
|
-
/** The structure for keeping storage queue name and URI. */
|
|
239
|
-
export interface AzureFunctionStorageQueue {
|
|
240
|
-
/** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
|
|
241
|
-
queueServiceEndpoint: string;
|
|
242
|
-
/** The name of an Azure function storage queue. */
|
|
243
|
-
queueName: string;
|
|
244
|
-
}
|
|
245
|
-
/**
|
|
246
|
-
* A set of resources that are used by the agent's tools. The resources are specific to the type of
|
|
247
|
-
* tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
|
|
248
|
-
* tool requires a list of vector store IDs.
|
|
249
|
-
*/
|
|
250
|
-
export interface ToolResources {
|
|
251
|
-
/** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
|
|
252
|
-
codeInterpreter?: CodeInterpreterToolResource;
|
|
253
|
-
/** Resources to be used by the `file_search` tool consisting of vector store IDs. */
|
|
254
|
-
fileSearch?: FileSearchToolResource;
|
|
255
|
-
/** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
|
|
256
|
-
azureAISearch?: AzureAISearchResource;
|
|
257
|
-
/** Resources to be used by the `azure_function` tool consisting of connection IDs. */
|
|
258
|
-
azureFunction?: AzureFunctionToolResource;
|
|
259
|
-
}
|
|
260
|
-
/** A set of resources that are used by the `code_interpreter` tool. */
|
|
261
|
-
export interface CodeInterpreterToolResource {
|
|
262
|
-
/**
|
|
263
|
-
* A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
|
|
264
|
-
* associated with the tool.
|
|
265
|
-
*/
|
|
266
|
-
fileIds?: string[];
|
|
267
|
-
/** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
|
|
268
|
-
dataSources?: Array<VectorStoreDataSource>;
|
|
269
|
-
}
|
|
270
|
-
/**
|
|
271
|
-
* The structure, containing Azure asset URI path and the asset type of the file used as a data source
|
|
272
|
-
* for the enterprise file search.
|
|
273
|
-
*/
|
|
274
|
-
export interface VectorStoreDataSource {
|
|
275
|
-
/** Asset URI. */
|
|
276
|
-
uri: string;
|
|
277
|
-
/**
|
|
278
|
-
* The asset type
|
|
279
|
-
*
|
|
280
|
-
* Possible values: "uri_asset", "id_asset"
|
|
281
|
-
*/
|
|
282
|
-
type: VectorStoreDataSourceAssetType;
|
|
283
|
-
}
|
|
284
|
-
/** A set of resources that are used by the `file_search` tool. */
|
|
285
|
-
export interface FileSearchToolResource {
|
|
286
|
-
/**
|
|
287
|
-
* The ID of the vector store attached to this agent. There can be a maximum of 1 vector
|
|
288
|
-
* store attached to the agent.
|
|
289
|
-
*/
|
|
290
|
-
vectorStoreIds?: string[];
|
|
291
|
-
/**
|
|
292
|
-
* The list of vector store configuration objects from Azure.
|
|
293
|
-
* This list is limited to one element.
|
|
294
|
-
* The only element of this list contains the list of azure asset IDs used by the search tool.
|
|
295
|
-
*/
|
|
296
|
-
vectorStores?: Array<VectorStoreConfigurations>;
|
|
297
|
-
}
|
|
298
|
-
export interface AzureFunctionToolResource {
|
|
299
|
-
/** The name of the function to be called. */
|
|
300
|
-
name: string;
|
|
301
|
-
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
302
|
-
description: string;
|
|
303
|
-
/** The parameters the functions accepts, described as a JSON Schema object. */
|
|
304
|
-
parameters: unknown;
|
|
305
|
-
inputQueue: AzureFunctionStorageQueue;
|
|
306
|
-
outputQueue: AzureFunctionStorageQueue;
|
|
307
|
-
}
|
|
308
|
-
/** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */
|
|
309
|
-
export interface VectorStoreConfigurations {
|
|
310
|
-
/** Name */
|
|
311
|
-
name: string;
|
|
312
|
-
/** Configurations */
|
|
313
|
-
configuration: VectorStoreConfiguration;
|
|
314
|
-
}
|
|
315
|
-
/**
|
|
316
|
-
* Vector storage configuration is the list of data sources, used when multiple
|
|
317
|
-
* files can be used for the enterprise file search.
|
|
318
|
-
*/
|
|
319
|
-
export interface VectorStoreConfiguration {
|
|
320
|
-
/** Data sources */
|
|
321
|
-
dataSources: Array<VectorStoreDataSource>;
|
|
322
|
-
}
|
|
323
|
-
/** A set of index resources used by the `azure_ai_search` tool. */
|
|
324
|
-
export interface AzureAISearchResource {
|
|
325
|
-
/**
|
|
326
|
-
* The indices attached to this agent. There can be a maximum of 1 index
|
|
327
|
-
* resource attached to the agent.
|
|
328
|
-
*/
|
|
329
|
-
indexes?: Array<IndexResource>;
|
|
330
|
-
}
|
|
331
|
-
/** the optional parameters for the Azure AI Search tool */
|
|
332
|
-
export interface CreateAzureAISearchToolOptions {
|
|
333
|
-
/** the query type of azure ai search. */
|
|
334
|
-
queryType?: AzureAISearchQueryType;
|
|
335
|
-
/** the topK number of documents to retrieve from azure ai search. */
|
|
336
|
-
topK?: number;
|
|
337
|
-
/** the filter used for azure ai search. */
|
|
338
|
-
filter?: string;
|
|
339
|
-
}
|
|
340
|
-
/** A Index resource. */
|
|
341
|
-
export interface IndexResource {
|
|
342
|
-
/** An index connection id in an IndexResource attached to this agent. */
|
|
343
|
-
indexConnectionId: string;
|
|
344
|
-
/** The name of an index in an IndexResource attached to this agent. */
|
|
345
|
-
indexName: string;
|
|
346
|
-
/**
|
|
347
|
-
* Type of query in an AIIndexResource attached to this agent.
|
|
348
|
-
*
|
|
349
|
-
* Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
|
|
350
|
-
*/
|
|
351
|
-
queryType?: AzureAISearchQueryType;
|
|
352
|
-
/** Number of documents to retrieve from search and present to the model. */
|
|
353
|
-
topK?: number;
|
|
354
|
-
/** Odata filter string for search resource. */
|
|
355
|
-
filter?: string;
|
|
356
|
-
}
|
|
357
|
-
/**
|
|
358
|
-
* An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
|
|
359
|
-
* If `text` the model can return text or any value needed.
|
|
360
|
-
*/
|
|
361
|
-
export interface AgentsApiResponseFormat {
|
|
362
|
-
/**
|
|
363
|
-
* Must be one of `text` or `json_object`.
|
|
364
|
-
*
|
|
365
|
-
* Possible values: "text", "json_object"
|
|
366
|
-
*/
|
|
367
|
-
type?: ResponseFormat;
|
|
368
|
-
}
|
|
369
|
-
/** The type of response format being defined: `json_schema` */
|
|
370
|
-
export interface ResponseFormatJsonSchemaType {
|
|
371
|
-
/** Type */
|
|
372
|
-
type: "json_schema";
|
|
373
|
-
/** The JSON schema, describing response format. */
|
|
374
|
-
jsonSchema: ResponseFormatJsonSchema;
|
|
375
|
-
}
|
|
376
|
-
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
377
|
-
export interface ResponseFormatJsonSchema {
|
|
378
|
-
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
379
|
-
description?: string;
|
|
380
|
-
/** The name of a schema. */
|
|
381
|
-
name: string;
|
|
382
|
-
/** The JSON schema object, describing the response format. */
|
|
383
|
-
schema: unknown;
|
|
384
|
-
}
|
|
385
|
-
/** The request details to use when modifying an existing agent. */
|
|
386
|
-
export interface UpdateAgentOptions {
|
|
387
|
-
/** The ID of the model to use. */
|
|
388
|
-
model?: string;
|
|
389
|
-
/** The modified name for the agent to use. */
|
|
390
|
-
name?: string | null;
|
|
391
|
-
/** The modified description for the agent to use. */
|
|
392
|
-
description?: string | null;
|
|
393
|
-
/** The modified system instructions for the new agent to use. */
|
|
394
|
-
instructions?: string | null;
|
|
395
|
-
/** The modified collection of tools to enable for the agent. */
|
|
396
|
-
tools?: Array<ToolDefinition>;
|
|
397
|
-
/**
|
|
398
|
-
* A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example,
|
|
399
|
-
* the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.
|
|
400
|
-
*/
|
|
401
|
-
toolResources?: ToolResources;
|
|
402
|
-
/**
|
|
403
|
-
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,
|
|
404
|
-
* while lower values like 0.2 will make it more focused and deterministic.
|
|
405
|
-
*/
|
|
406
|
-
temperature?: number | null;
|
|
407
|
-
/**
|
|
408
|
-
* An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.
|
|
409
|
-
* So 0.1 means only the tokens comprising the top 10% probability mass are considered.
|
|
410
|
-
*
|
|
411
|
-
* We generally recommend altering this or temperature but not both.
|
|
412
|
-
*/
|
|
413
|
-
topP?: number | null;
|
|
414
|
-
/** The response format of the tool calls used by this agent. */
|
|
415
|
-
responseFormat?: AgentsApiResponseFormatOption | null;
|
|
416
|
-
/** 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. */
|
|
417
|
-
metadata?: Record<string, string> | null;
|
|
418
|
-
}
|
|
419
|
-
/** The details used to create a new agent thread. */
|
|
420
|
-
export interface AgentThreadCreationOptions {
|
|
421
|
-
/** The initial messages to associate with the new thread. */
|
|
422
|
-
messages?: Array<ThreadMessageOptions>;
|
|
423
|
-
/**
|
|
424
|
-
* A set of resources that are made available to the agent's tools in this thread. The resources are specific to the
|
|
425
|
-
* type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires
|
|
426
|
-
* a list of vector store IDs.
|
|
427
|
-
*/
|
|
428
|
-
toolResources?: ToolResources | null;
|
|
429
|
-
/** 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. */
|
|
430
|
-
metadata?: Record<string, string> | null;
|
|
431
|
-
}
|
|
432
|
-
/** A single message within an agent thread, as provided during that thread's creation for its initial state. */
|
|
433
|
-
export interface ThreadMessageOptions {
|
|
434
|
-
/**
|
|
435
|
-
* The role of the entity that is creating the message. Allowed values include:
|
|
436
|
-
* - `user`: Indicates the message is sent by an actual user and should be used in most
|
|
437
|
-
* cases to represent user-generated messages.
|
|
438
|
-
* - `assistant`: Indicates the message is generated by the agent. Use this value to insert
|
|
439
|
-
* messages from the agent into the
|
|
440
|
-
* conversation.
|
|
441
|
-
*
|
|
442
|
-
* Possible values: "user", "assistant"
|
|
443
|
-
*/
|
|
444
|
-
role: MessageRole;
|
|
445
|
-
/**
|
|
446
|
-
* The textual content of the initial message. Currently, robust input including images and annotated text may only be provided via
|
|
447
|
-
* a separate call to the create message API.
|
|
448
|
-
*/
|
|
449
|
-
content: CreateMessageContent;
|
|
450
|
-
/** A list of files attached to the message, and the tools they should be added to. */
|
|
451
|
-
attachments?: Array<MessageAttachment> | null;
|
|
452
|
-
/** 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. */
|
|
453
|
-
metadata?: Record<string, string> | null;
|
|
454
|
-
}
|
|
455
|
-
/** Defines a single content block when creating a message. The 'type' field determines whether it is text, an image file, or an external image URL, etc. */
|
|
456
|
-
export interface MessageContentBlockInputParent {
|
|
457
|
-
type: MessageBlockType;
|
|
458
|
-
}
|
|
459
|
-
/** Creation-time text block. */
|
|
460
|
-
export interface MessageTextBlockInput extends MessageContentBlockInputParent {
|
|
461
|
-
/** Always 'text'. */
|
|
462
|
-
type: "text";
|
|
463
|
-
/** The text content. */
|
|
464
|
-
text: string;
|
|
465
|
-
}
|
|
466
|
-
/** Creation-time image-file block. */
|
|
467
|
-
export interface MessageImageFileBlockInput extends MessageContentBlockInputParent {
|
|
468
|
-
/** Always 'image_file'. */
|
|
469
|
-
type: "image_file";
|
|
470
|
-
/** References an uploaded image by file ID. */
|
|
471
|
-
imageFile: MessageImageFileParam;
|
|
472
|
-
}
|
|
473
|
-
/** Parameter for an image file (by ID) at creation time. */
|
|
474
|
-
export interface MessageImageFileParam {
|
|
475
|
-
/** File ID for the uploaded image. */
|
|
476
|
-
fileId: string;
|
|
477
|
-
/**
|
|
478
|
-
* Specifies the requested detail level for the image.
|
|
479
|
-
*
|
|
480
|
-
* Possible values: "auto", "low", "high"
|
|
481
|
-
*/
|
|
482
|
-
detail?: ImageDetailLevel;
|
|
483
|
-
}
|
|
484
|
-
/** Creation-time image-URL block. */
|
|
485
|
-
export interface MessageImageUrlBlockInput extends MessageContentBlockInputParent {
|
|
486
|
-
/** Always 'image_url'. */
|
|
487
|
-
type: "image_url";
|
|
488
|
-
/** References an external image by URL. */
|
|
489
|
-
imageUrl: MessageImageUrlParam;
|
|
490
|
-
}
|
|
491
|
-
/** Parameter for an external image URL at creation time. */
|
|
492
|
-
export interface MessageImageUrlParam {
|
|
493
|
-
/** The externally accessible image URL. */
|
|
494
|
-
url: string;
|
|
495
|
-
/**
|
|
496
|
-
* Specifies the requested detail level for the image. Default is 'auto'.
|
|
497
|
-
*
|
|
498
|
-
* Possible values: "auto", "low", "high"
|
|
499
|
-
*/
|
|
500
|
-
detail?: ImageDetailLevel;
|
|
501
|
-
}
|
|
502
|
-
/** This describes to which tools a file has been attached. */
|
|
503
|
-
export interface MessageAttachment {
|
|
504
|
-
/** The ID of the file to attach to the message. */
|
|
505
|
-
fileId?: string;
|
|
506
|
-
/** Azure asset ID. */
|
|
507
|
-
dataSource?: VectorStoreDataSource;
|
|
508
|
-
/** The tools to add to this file. */
|
|
509
|
-
tools: MessageAttachmentToolDefinition[];
|
|
510
|
-
}
|
|
511
|
-
/** The details used to update an existing agent thread */
|
|
512
|
-
export interface UpdateAgentThreadOptions {
|
|
513
|
-
/**
|
|
514
|
-
* A set of resources that are made available to the agent's tools in this thread. The resources are specific to the
|
|
515
|
-
* type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires
|
|
516
|
-
* a list of vector store IDs
|
|
517
|
-
*/
|
|
518
|
-
toolResources?: ToolResources | null;
|
|
519
|
-
/** 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. */
|
|
520
|
-
metadata?: Record<string, string> | null;
|
|
521
|
-
}
|
|
522
|
-
/** The details used when creating a new run of an agent thread. */
|
|
523
|
-
export interface CreateRunOptions {
|
|
524
|
-
/** The ID of the agent that should run the thread. */
|
|
525
|
-
assistantId: string;
|
|
526
|
-
/** The overridden model name that the agent should use to run the thread. */
|
|
527
|
-
model?: string | null;
|
|
528
|
-
/** The overridden system instructions that the agent should use to run the thread. */
|
|
529
|
-
instructions?: string | null;
|
|
530
|
-
/**
|
|
531
|
-
* Additional instructions to append at the end of the instructions for the run. This is useful for modifying the behavior
|
|
532
|
-
* on a per-run basis without overriding other instructions.
|
|
533
|
-
*/
|
|
534
|
-
additionalInstructions?: string | null;
|
|
535
|
-
/** Adds additional messages to the thread before creating the run. */
|
|
536
|
-
additionalMessages?: Array<ThreadMessageOptions> | null;
|
|
537
|
-
/** The overridden list of enabled tools that the agent should use to run the thread. */
|
|
538
|
-
tools?: Array<ToolDefinition> | null;
|
|
539
|
-
/**
|
|
540
|
-
* If `true`, returns a stream of events that happen during the Run as server-sent events,
|
|
541
|
-
* terminating when the Run enters a terminal state with a `data: [DONE]` message.
|
|
542
|
-
*/
|
|
543
|
-
stream?: boolean;
|
|
544
|
-
/**
|
|
545
|
-
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output
|
|
546
|
-
* more random, while lower values like 0.2 will make it more focused and deterministic.
|
|
547
|
-
*/
|
|
548
|
-
temperature?: number | null;
|
|
549
|
-
/**
|
|
550
|
-
* An alternative to sampling with temperature, called nucleus sampling, where the model
|
|
551
|
-
* considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens
|
|
552
|
-
* comprising the top 10% probability mass are considered.
|
|
553
|
-
*
|
|
554
|
-
* We generally recommend altering this or temperature but not both.
|
|
555
|
-
*/
|
|
556
|
-
topP?: number | null;
|
|
557
|
-
/**
|
|
558
|
-
* The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only
|
|
559
|
-
* the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,
|
|
560
|
-
* the run will end with status `incomplete`. See `incomplete_details` for more info.
|
|
561
|
-
*/
|
|
562
|
-
maxPromptTokens?: number | null;
|
|
563
|
-
/**
|
|
564
|
-
* The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort
|
|
565
|
-
* to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of
|
|
566
|
-
* completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.
|
|
567
|
-
*/
|
|
568
|
-
maxCompletionTokens?: number | null;
|
|
569
|
-
/** The strategy to use for dropping messages as the context windows moves forward. */
|
|
570
|
-
truncationStrategy?: TruncationObject | null;
|
|
571
|
-
/** Controls whether or not and which tool is called by the model. */
|
|
572
|
-
toolChoice?: AgentsApiToolChoiceOption | null;
|
|
573
|
-
/** Specifies the format that the model must output. */
|
|
574
|
-
responseFormat?: AgentsApiResponseFormatOption | null;
|
|
575
|
-
/** If `true` functions will run in parallel during tool use. */
|
|
576
|
-
parallelToolCalls?: boolean;
|
|
577
|
-
/** 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. */
|
|
578
|
-
metadata?: Record<string, string> | null;
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* Controls for how a thread will be truncated prior to the run. Use this to control the initial
|
|
582
|
-
* context window of the run.
|
|
583
|
-
*/
|
|
584
|
-
export interface TruncationObject {
|
|
585
|
-
/**
|
|
586
|
-
* The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will
|
|
587
|
-
* be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread
|
|
588
|
-
* will be dropped to fit the context length of the model, `max_prompt_tokens`.
|
|
589
|
-
*
|
|
590
|
-
* Possible values: "auto", "last_messages"
|
|
591
|
-
*/
|
|
592
|
-
type: TruncationStrategy;
|
|
593
|
-
/** The number of most recent messages from the thread when constructing the context for the run. */
|
|
594
|
-
lastMessages?: number | null;
|
|
595
|
-
}
|
|
596
|
-
/** Specifies a tool the model should use. Use to force the model to call a specific tool. */
|
|
597
|
-
export interface AgentsNamedToolChoice {
|
|
598
|
-
/**
|
|
599
|
-
* the type of tool. If type is `function`, the function name must be set.
|
|
600
|
-
*
|
|
601
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search"
|
|
602
|
-
*/
|
|
603
|
-
type: AgentsNamedToolChoiceType;
|
|
604
|
-
/** The name of the function to call */
|
|
605
|
-
function?: FunctionName;
|
|
606
|
-
}
|
|
607
|
-
/** The function name that will be used, if using the `function` tool */
|
|
608
|
-
export interface FunctionName {
|
|
609
|
-
/** The name of the function to call */
|
|
610
|
-
name: string;
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.
|
|
614
|
-
* For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of
|
|
615
|
-
* vector store IDs.
|
|
616
|
-
*/
|
|
617
|
-
export interface UpdateToolResourcesOptions {
|
|
618
|
-
/**
|
|
619
|
-
* Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files
|
|
620
|
-
* associated with the tool.
|
|
621
|
-
*/
|
|
622
|
-
codeInterpreter?: UpdateCodeInterpreterToolResourceOptions;
|
|
623
|
-
/** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */
|
|
624
|
-
fileSearch?: UpdateFileSearchToolResourceOptions;
|
|
625
|
-
/** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */
|
|
626
|
-
azureAISearch?: AzureAISearchResource;
|
|
627
|
-
/** Overrides the resources to be used by the `azure_function` tool consisting of connection IDs. */
|
|
628
|
-
azureFunction?: AzureFunctionToolResource;
|
|
629
|
-
}
|
|
630
|
-
/** Request object to update `code_interpreted` tool resources. */
|
|
631
|
-
export interface UpdateCodeInterpreterToolResourceOptions {
|
|
632
|
-
/** A list of file IDs to override the current list of the agent. */
|
|
633
|
-
fileIds?: string[];
|
|
634
|
-
}
|
|
635
|
-
/** Request object to update `file_search` tool resources. */
|
|
636
|
-
export interface UpdateFileSearchToolResourceOptions {
|
|
637
|
-
/** A list of vector store IDs to override the current list of the agent. */
|
|
638
|
-
vectorStoreIds?: string[];
|
|
639
|
-
}
|
|
640
|
-
/** The data provided during a tool outputs submission to resolve pending tool calls and allow the model to continue. */
|
|
641
|
-
export interface ToolOutput {
|
|
642
|
-
/** The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. */
|
|
643
|
-
toolCallId?: string;
|
|
644
|
-
/** The output from the tool to be submitted. */
|
|
645
|
-
output?: string;
|
|
646
|
-
}
|
|
647
|
-
/** The details used when creating and immediately running a new agent thread. */
|
|
648
|
-
export interface CreateAndRunThreadOptions {
|
|
649
|
-
/** The ID of the agent for which the thread should be created. */
|
|
650
|
-
assistantId: string;
|
|
651
|
-
/** The details used to create the new thread. If no thread is provided, an empty one will be created. */
|
|
652
|
-
thread?: AgentThreadCreationOptions;
|
|
653
|
-
/** The overridden model that the agent should use to run the thread. */
|
|
654
|
-
model?: string | null;
|
|
655
|
-
/** The overridden system instructions the agent should use to run the thread. */
|
|
656
|
-
instructions?: string | null;
|
|
657
|
-
/** The overridden list of enabled tools the agent should use to run the thread. */
|
|
658
|
-
tools?: Array<ToolDefinition> | null;
|
|
659
|
-
/** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */
|
|
660
|
-
toolResources?: UpdateToolResourcesOptions | null;
|
|
661
|
-
/**
|
|
662
|
-
* If `true`, returns a stream of events that happen during the Run as server-sent events,
|
|
663
|
-
* terminating when the Run enters a terminal state with a `data: [DONE]` message.
|
|
664
|
-
*/
|
|
665
|
-
stream?: boolean;
|
|
666
|
-
/**
|
|
667
|
-
* What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output
|
|
668
|
-
* more random, while lower values like 0.2 will make it more focused and deterministic.
|
|
669
|
-
*/
|
|
670
|
-
temperature?: number | null;
|
|
671
|
-
/**
|
|
672
|
-
* An alternative to sampling with temperature, called nucleus sampling, where the model
|
|
673
|
-
* considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens
|
|
674
|
-
* comprising the top 10% probability mass are considered.
|
|
675
|
-
*
|
|
676
|
-
* We generally recommend altering this or temperature but not both.
|
|
677
|
-
*/
|
|
678
|
-
topP?: number | null;
|
|
679
|
-
/**
|
|
680
|
-
* The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only
|
|
681
|
-
* the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,
|
|
682
|
-
* the run will end with status `incomplete`. See `incomplete_details` for more info.
|
|
683
|
-
*/
|
|
684
|
-
maxPromptTokens?: number | null;
|
|
685
|
-
/**
|
|
686
|
-
* The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only
|
|
687
|
-
* the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens
|
|
688
|
-
* specified, the run will end with status `incomplete`. See `incomplete_details` for more info.
|
|
689
|
-
*/
|
|
690
|
-
maxCompletionTokens?: number | null;
|
|
691
|
-
/** The strategy to use for dropping messages as the context windows moves forward. */
|
|
692
|
-
truncationStrategy?: TruncationObject | null;
|
|
693
|
-
/** Controls whether or not and which tool is called by the model. */
|
|
694
|
-
toolChoice?: AgentsApiToolChoiceOption | null;
|
|
695
|
-
/** Specifies the format that the model must output. */
|
|
696
|
-
responseFormat?: AgentsApiResponseFormatOption | null;
|
|
697
|
-
/** If `true` functions will run in parallel during tool use. */
|
|
698
|
-
parallelToolCalls?: boolean;
|
|
699
|
-
/** 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. */
|
|
700
|
-
metadata?: Record<string, string> | null;
|
|
701
|
-
}
|
|
702
|
-
/** The expiration policy for a vector store. */
|
|
703
|
-
export interface VectorStoreExpirationPolicy {
|
|
704
|
-
/**
|
|
705
|
-
* Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.
|
|
706
|
-
*
|
|
707
|
-
* Possible values: "last_active_at"
|
|
708
|
-
*/
|
|
709
|
-
anchor: VectorStoreExpirationPolicyAnchor;
|
|
710
|
-
/** The anchor timestamp after which the expiration policy applies. */
|
|
711
|
-
days: number;
|
|
712
|
-
}
|
|
713
|
-
/** Request object for creating a vector store. */
|
|
714
|
-
export interface VectorStoreOptions {
|
|
715
|
-
/** A list of file IDs that the vector store should use. Useful for tools like `file_search` that can access files. */
|
|
716
|
-
fileIds?: string[];
|
|
717
|
-
/** The name of the vector store. */
|
|
718
|
-
name?: string;
|
|
719
|
-
/** The vector store configuration, used when vector store is created from Azure asset URIs. */
|
|
720
|
-
configuration?: VectorStoreConfiguration;
|
|
721
|
-
/** Details on when this vector store expires */
|
|
722
|
-
expiresAfter?: VectorStoreExpirationPolicy;
|
|
723
|
-
/** The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Only applicable if file_ids is non-empty. */
|
|
724
|
-
chunkingStrategy?: VectorStoreChunkingStrategyRequest;
|
|
725
|
-
/** 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. */
|
|
726
|
-
metadata?: Record<string, string> | null;
|
|
727
|
-
}
|
|
728
|
-
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
729
|
-
export interface VectorStoreChunkingStrategyRequestParent {
|
|
730
|
-
type: VectorStoreChunkingStrategyRequestType;
|
|
731
|
-
}
|
|
732
|
-
/** The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400. */
|
|
733
|
-
export interface VectorStoreAutoChunkingStrategyRequest extends VectorStoreChunkingStrategyRequestParent {
|
|
734
|
-
/** The object type, which is always 'auto'. */
|
|
735
|
-
type: "auto";
|
|
736
|
-
}
|
|
737
|
-
/** A statically configured chunking strategy. */
|
|
738
|
-
export interface VectorStoreStaticChunkingStrategyRequest extends VectorStoreChunkingStrategyRequestParent {
|
|
739
|
-
/** The object type, which is always 'static'. */
|
|
740
|
-
type: "static";
|
|
741
|
-
/** The options for the static chunking strategy. */
|
|
742
|
-
static: VectorStoreStaticChunkingStrategyOptions;
|
|
743
|
-
}
|
|
744
|
-
/** Options to configure a vector store static chunking strategy. */
|
|
745
|
-
export interface VectorStoreStaticChunkingStrategyOptions {
|
|
746
|
-
/** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */
|
|
747
|
-
maxChunkSizeTokens: number;
|
|
748
|
-
/**
|
|
749
|
-
* The number of tokens that overlap between chunks. The default value is 400.
|
|
750
|
-
* Note that the overlap must not exceed half of max_chunk_size_tokens.
|
|
751
|
-
*/
|
|
752
|
-
chunkOverlapTokens: number;
|
|
753
|
-
}
|
|
754
|
-
/** Request object for updating a vector store. */
|
|
755
|
-
export interface VectorStoreUpdateOptions {
|
|
756
|
-
/** The name of the vector store. */
|
|
757
|
-
name?: string | null;
|
|
758
|
-
/** Details on when this vector store expires */
|
|
759
|
-
expiresAfter?: VectorStoreExpirationPolicy | null;
|
|
760
|
-
/** 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. */
|
|
761
|
-
metadata?: Record<string, string> | null;
|
|
762
|
-
}
|
|
763
|
-
/** Evaluation Definition */
|
|
764
|
-
export interface Evaluation {
|
|
765
|
-
/** Data for evaluation. */
|
|
766
|
-
data: InputData;
|
|
767
|
-
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
768
|
-
displayName?: string;
|
|
769
|
-
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
770
|
-
description?: string;
|
|
771
|
-
/** Evaluation's tags. Unlike properties, tags are fully mutable. */
|
|
772
|
-
tags?: Record<string, string>;
|
|
773
|
-
/** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
|
|
774
|
-
properties?: Record<string, string>;
|
|
775
|
-
/** Evaluators to be used for the evaluation. */
|
|
776
|
-
evaluators: Record<string, EvaluatorConfiguration>;
|
|
777
|
-
}
|
|
778
|
-
/** Abstract data class for input data configuration. */
|
|
779
|
-
export interface InputDataParent {
|
|
780
|
-
type: string;
|
|
781
|
-
}
|
|
782
|
-
/** Data Source for Application Insights. */
|
|
783
|
-
export interface ApplicationInsightsConfiguration extends InputDataParent {
|
|
784
|
-
/** LogAnalytic Workspace resourceID associated with ApplicationInsights */
|
|
785
|
-
resourceId: string;
|
|
786
|
-
/** Query to fetch the data. */
|
|
787
|
-
query: string;
|
|
788
|
-
/** Service name. */
|
|
789
|
-
serviceName: string;
|
|
790
|
-
/** Connection String to connect to ApplicationInsights. */
|
|
791
|
-
connectionString?: string;
|
|
792
|
-
}
|
|
793
|
-
/** Dataset as source for evaluation. */
|
|
794
|
-
export interface Dataset extends InputDataParent {
|
|
795
|
-
/** Evaluation input data */
|
|
796
|
-
id: string;
|
|
797
|
-
}
|
|
798
|
-
/** Target for the evaluation process. */
|
|
799
|
-
export interface EvaluationTarget {
|
|
800
|
-
/** System message related to the evaluation target. */
|
|
801
|
-
systemMessage: string;
|
|
802
|
-
/** Model configuration for the evaluation. */
|
|
803
|
-
modelConfig: TargetModelConfig;
|
|
804
|
-
/** A dictionary of parameters for the model. */
|
|
805
|
-
modelParams?: Record<string, unknown>;
|
|
806
|
-
}
|
|
807
|
-
/** Abstract class for model configuration. */
|
|
808
|
-
export interface TargetModelConfigParent {
|
|
809
|
-
type: string;
|
|
810
|
-
}
|
|
811
|
-
/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
|
|
812
|
-
export interface AoaiModelConfig extends TargetModelConfigParent {
|
|
813
|
-
/** Endpoint targetURI for AOAI model. */
|
|
814
|
-
azureEndpoint: string;
|
|
815
|
-
/** API Key for AOAI model. */
|
|
816
|
-
apiKey: string;
|
|
817
|
-
/** Deployment name for AOAI model. */
|
|
818
|
-
azureDeployment: string;
|
|
819
|
-
}
|
|
820
|
-
/** MaaS model configuration. The API version would be selected by the service for querying the model. */
|
|
821
|
-
export interface MaasModelConfig extends TargetModelConfigParent {
|
|
822
|
-
/** Endpoint targetURI for MAAS model. */
|
|
823
|
-
azureEndpoint: string;
|
|
824
|
-
/** API Key for MAAS model. */
|
|
825
|
-
apiKey: string;
|
|
826
|
-
}
|
|
827
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
828
|
-
export interface SystemData {
|
|
829
|
-
}
|
|
830
|
-
/** Evaluator Configuration */
|
|
831
|
-
export interface EvaluatorConfiguration {
|
|
832
|
-
/** Identifier of the evaluator. */
|
|
833
|
-
id: string;
|
|
834
|
-
/** Initialization parameters of the evaluator. */
|
|
835
|
-
initParams?: Record<string, unknown>;
|
|
836
|
-
/** Data parameters of the evaluator. */
|
|
837
|
-
dataMapping?: Record<string, string>;
|
|
838
|
-
}
|
|
839
|
-
/** Evaluation Schedule Definition */
|
|
840
|
-
export interface EvaluationSchedule {
|
|
841
|
-
/** Data for evaluation. */
|
|
842
|
-
data: ApplicationInsightsConfiguration;
|
|
843
|
-
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
844
|
-
description?: string;
|
|
845
|
-
/** Evaluation's tags. Unlike properties, tags are fully mutable. */
|
|
846
|
-
tags?: Record<string, string>;
|
|
847
|
-
/** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */
|
|
848
|
-
properties?: Record<string, string>;
|
|
849
|
-
/** Evaluators to be used for the evaluation. */
|
|
850
|
-
evaluators: Record<string, EvaluatorConfiguration>;
|
|
851
|
-
/** Trigger for the evaluation. */
|
|
852
|
-
trigger: Trigger;
|
|
853
|
-
}
|
|
854
|
-
/** Abstract data class for input data configuration. */
|
|
855
|
-
export interface TriggerParent {
|
|
856
|
-
type: string;
|
|
857
|
-
}
|
|
858
|
-
/** Recurrence Trigger Definition */
|
|
859
|
-
export interface RecurrenceTrigger extends TriggerParent {
|
|
860
|
-
/**
|
|
861
|
-
* The frequency to trigger schedule.
|
|
862
|
-
*
|
|
863
|
-
* Possible values: "Month", "Week", "Day", "Hour", "Minute"
|
|
864
|
-
*/
|
|
865
|
-
frequency: Frequency;
|
|
866
|
-
/** Specifies schedule interval in conjunction with frequency */
|
|
867
|
-
interval: number;
|
|
868
|
-
/** The recurrence schedule. */
|
|
869
|
-
schedule?: RecurrenceSchedule;
|
|
870
|
-
}
|
|
871
|
-
/** RecurrenceSchedule Definition */
|
|
872
|
-
export interface RecurrenceSchedule {
|
|
873
|
-
/** List of hours for the schedule. */
|
|
874
|
-
hours: number[];
|
|
875
|
-
/** List of minutes for the schedule. */
|
|
876
|
-
minutes: number[];
|
|
877
|
-
/** List of days for the schedule. */
|
|
878
|
-
weekDays?: WeekDays[];
|
|
879
|
-
/** List of month days for the schedule */
|
|
880
|
-
monthDays?: number[];
|
|
881
|
-
}
|
|
882
|
-
/** Cron Trigger Definition */
|
|
883
|
-
export interface CronTrigger extends TriggerParent {
|
|
884
|
-
/** Cron expression for the trigger. */
|
|
885
|
-
expression: string;
|
|
886
|
-
}
|
|
887
|
-
/** An abstract representation of an input tool definition that an agent can use. */
|
|
888
|
-
export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition | OpenApiToolDefinition | BingCustomSearchToolDefinition | AzureFunctionToolDefinition;
|
|
889
|
-
/** authentication details for OpenApiFunctionDefinition */
|
|
890
|
-
export type OpenApiAuthDetails = OpenApiAuthDetailsParent | OpenApiAnonymousAuthDetails | OpenApiConnectionAuthDetails | OpenApiManagedAuthDetails;
|
|
891
|
-
/** Defines a single content block when creating a message. The 'type' field determines whether it is text, an image file, or an external image URL, etc. */
|
|
892
|
-
export type MessageContentBlockInput = MessageContentBlockInputParent | MessageTextBlockInput | MessageImageFileBlockInput | MessageImageUrlBlockInput;
|
|
893
|
-
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
894
|
-
export type VectorStoreChunkingStrategyRequest = VectorStoreChunkingStrategyRequestParent | VectorStoreAutoChunkingStrategyRequest | VectorStoreStaticChunkingStrategyRequest;
|
|
895
|
-
/** Abstract data class for input data configuration. */
|
|
896
|
-
export type InputData = InputDataParent | ApplicationInsightsConfiguration | Dataset;
|
|
897
|
-
/** Abstract class for model configuration. */
|
|
898
|
-
export type TargetModelConfig = TargetModelConfigParent | AoaiModelConfig | MaasModelConfig;
|
|
899
|
-
/** Abstract data class for input data configuration. */
|
|
900
|
-
export type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;
|
|
901
|
-
/** Alias for OpenApiAuthType */
|
|
902
|
-
export type OpenApiAuthType = string;
|
|
903
|
-
/** Alias for VectorStoreDataSourceAssetType */
|
|
904
|
-
export type VectorStoreDataSourceAssetType = string;
|
|
905
|
-
/** Alias for AzureAISearchQueryType */
|
|
906
|
-
export type AzureAISearchQueryType = string;
|
|
907
|
-
/** Alias for AgentsApiResponseFormatMode */
|
|
908
|
-
export type AgentsApiResponseFormatMode = string;
|
|
909
|
-
/** Alias for ResponseFormat */
|
|
910
|
-
export type ResponseFormat = string;
|
|
911
|
-
/** Alias for AgentsApiResponseFormatOption */
|
|
912
|
-
export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat | ResponseFormatJsonSchemaType;
|
|
913
|
-
/** Alias for ListSortOrder */
|
|
914
|
-
export type ListSortOrder = string;
|
|
915
|
-
/** Alias for MessageRole */
|
|
916
|
-
export type MessageRole = string;
|
|
917
|
-
/** Alias for MessageBlockType */
|
|
918
|
-
export type MessageBlockType = string;
|
|
919
|
-
/** Alias for ImageDetailLevel */
|
|
920
|
-
export type ImageDetailLevel = string;
|
|
921
|
-
/** Alias for CreateMessageContent */
|
|
922
|
-
export type CreateMessageContent = string | Array<MessageContentBlockInput>;
|
|
923
|
-
/** Alias for MessageAttachmentToolDefinition */
|
|
924
|
-
export type MessageAttachmentToolDefinition = CodeInterpreterToolDefinition | FileSearchToolDefinition;
|
|
925
|
-
/** Alias for RunAdditionalFieldList */
|
|
926
|
-
export type RunAdditionalFieldList = string;
|
|
927
|
-
/** Alias for TruncationStrategy */
|
|
928
|
-
export type TruncationStrategy = string;
|
|
929
|
-
/** Alias for AgentsApiToolChoiceOptionMode */
|
|
930
|
-
export type AgentsApiToolChoiceOptionMode = string;
|
|
931
|
-
/** Alias for AgentsNamedToolChoiceType */
|
|
932
|
-
export type AgentsNamedToolChoiceType = string;
|
|
933
|
-
/** Alias for AgentsApiToolChoiceOption */
|
|
934
|
-
export type AgentsApiToolChoiceOption = string | AgentsApiToolChoiceOptionMode | AgentsNamedToolChoice;
|
|
935
|
-
/** Alias for FilePurpose */
|
|
936
|
-
export type FilePurpose = string;
|
|
937
|
-
/** Alias for VectorStoreExpirationPolicyAnchor */
|
|
938
|
-
export type VectorStoreExpirationPolicyAnchor = string;
|
|
939
|
-
/** Alias for VectorStoreChunkingStrategyRequestType */
|
|
940
|
-
export type VectorStoreChunkingStrategyRequestType = string;
|
|
941
|
-
/** Alias for VectorStoreFileStatusFilter */
|
|
942
|
-
export type VectorStoreFileStatusFilter = string;
|
|
943
|
-
/** Alias for ConnectionType */
|
|
944
|
-
export type ConnectionType = string;
|
|
945
|
-
/** Alias for Frequency */
|
|
946
|
-
export type Frequency = string;
|
|
947
|
-
/** Alias for WeekDays */
|
|
948
|
-
export type WeekDays = string;
|
|
949
|
-
//# sourceMappingURL=models.d.ts.map
|