@azure/ai-projects 1.0.0-alpha.20250502.6 → 1.0.0-alpha.20250505.4
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 +75 -0
- package/dist/browser/aiProjectClient.d.ts.map +1 -0
- package/dist/browser/aiProjectClient.js +77 -0
- package/dist/browser/aiProjectClient.js.map +1 -0
- package/dist/browser/api/aiProjectContext.d.ts +19 -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 +18 -0
- package/dist/browser/api/connections/operations.d.ts.map +1 -0
- package/dist/browser/api/connections/operations.js +85 -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 +15 -0
- package/dist/browser/classic/connections/index.d.ts.map +1 -0
- package/dist/browser/classic/connections/index.js +14 -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 +75 -0
- package/dist/commonjs/aiProjectClient.d.ts.map +1 -0
- package/dist/commonjs/aiProjectClient.js +81 -0
- package/dist/commonjs/aiProjectClient.js.map +1 -0
- package/dist/commonjs/api/aiProjectContext.d.ts +19 -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 +10 -0
- package/dist/commonjs/api/connections/index.js.map +1 -0
- package/dist/commonjs/api/connections/operations.d.ts +18 -0
- package/dist/commonjs/api/connections/operations.d.ts.map +1 -0
- package/dist/commonjs/api/connections/operations.js +96 -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 +15 -0
- package/dist/commonjs/classic/connections/index.d.ts.map +1 -0
- package/dist/commonjs/classic/connections/index.js +17 -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 +75 -0
- package/dist/esm/aiProjectClient.d.ts.map +1 -0
- package/dist/esm/aiProjectClient.js +77 -0
- package/dist/esm/aiProjectClient.js.map +1 -0
- package/dist/esm/api/aiProjectContext.d.ts +19 -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 +18 -0
- package/dist/esm/api/connections/operations.d.ts.map +1 -0
- package/dist/esm/api/connections/operations.js +85 -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 +15 -0
- package/dist/esm/classic/connections/index.d.ts.map +1 -0
- package/dist/esm/classic/connections/index.js +14 -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 +75 -0
- package/dist/react-native/aiProjectClient.d.ts.map +1 -0
- package/dist/react-native/aiProjectClient.js +77 -0
- package/dist/react-native/aiProjectClient.js.map +1 -0
- package/dist/react-native/api/aiProjectContext.d.ts +19 -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 +18 -0
- package/dist/react-native/api/connections/operations.d.ts.map +1 -0
- package/dist/react-native/api/connections/operations.js +85 -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 +15 -0
- package/dist/react-native/classic/connections/index.d.ts.map +1 -0
- package/dist/react-native/classic/connections/index.js +14 -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 +22 -3
- 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/constants.d.ts +0 -9
- package/dist/browser/constants.d.ts.map +0 -1
- package/dist/browser/constants.js +0 -11
- package/dist/browser/constants.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/constants.d.ts +0 -9
- package/dist/commonjs/constants.d.ts.map +0 -1
- package/dist/commonjs/constants.js +0 -14
- package/dist/commonjs/constants.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/constants.d.ts +0 -9
- package/dist/esm/constants.d.ts.map +0 -1
- package/dist/esm/constants.js +0 -11
- package/dist/esm/constants.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/constants.d.ts +0 -9
- package/dist/react-native/constants.d.ts.map +0 -1
- package/dist/react-native/constants.js +0 -11
- package/dist/react-native/constants.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,226 +0,0 @@
|
|
|
1
|
-
import type { MessageRole } from "./models.js";
|
|
2
|
-
import type { RunStepFileSearchToolCallResultsOutput } from "./outputModels.js";
|
|
3
|
-
/** Represents a message delta i.e. any changed fields on a message during streaming. */
|
|
4
|
-
export interface MessageDeltaChunk {
|
|
5
|
-
/** The identifier of the message, which can be referenced in API endpoints. */
|
|
6
|
-
id: string;
|
|
7
|
-
/** The object type, which is always `thread.message.delta`. */
|
|
8
|
-
object: "thread.message.delta";
|
|
9
|
-
/** The delta containing the fields that have changed on the Message. */
|
|
10
|
-
delta: MessageDelta;
|
|
11
|
-
}
|
|
12
|
-
/** Represents the typed 'delta' payload within a streaming message delta chunk. */
|
|
13
|
-
export interface MessageDelta {
|
|
14
|
-
/** The entity that produced the message. */
|
|
15
|
-
role: MessageRole;
|
|
16
|
-
/** The content of the message as an array of text and/or images. */
|
|
17
|
-
content: Array<MessageDeltaContent>;
|
|
18
|
-
}
|
|
19
|
-
/** Represents the content of a message delta. */
|
|
20
|
-
export type MessageDeltaContent = MessageDeltaContentParent | MessageDeltaTextContent | MessageDeltaImageFileContent;
|
|
21
|
-
/** The abstract base representation of a partial streamed message content payload. */
|
|
22
|
-
export interface MessageDeltaContentParent {
|
|
23
|
-
/** The index of the content part of the message. */
|
|
24
|
-
index: number;
|
|
25
|
-
/** The type of content for this content part. */
|
|
26
|
-
type: string;
|
|
27
|
-
}
|
|
28
|
-
/** Represents a streamed image file content part within a streaming message delta chunk. */
|
|
29
|
-
export interface MessageDeltaImageFileContent extends MessageDeltaContentParent {
|
|
30
|
-
/** The type of content for this content part, which is always "image_file." */
|
|
31
|
-
type: "image_file";
|
|
32
|
-
/** The image_file data. */
|
|
33
|
-
imageFile?: MessageDeltaImageFileContentObject;
|
|
34
|
-
}
|
|
35
|
-
/** Represents the 'image_file' payload within streaming image file content. */
|
|
36
|
-
export interface MessageDeltaImageFileContentObject {
|
|
37
|
-
/** The file ID of the image in the message content. */
|
|
38
|
-
fileId?: string;
|
|
39
|
-
}
|
|
40
|
-
/** Represents a streamed text content part within a streaming message delta chunk. */
|
|
41
|
-
export interface MessageDeltaTextContent extends MessageDeltaContentParent {
|
|
42
|
-
/** The type of content for this content part, which is always "text." */
|
|
43
|
-
type: "text";
|
|
44
|
-
/** The text content details. */
|
|
45
|
-
text?: MessageDeltaTextContentObject;
|
|
46
|
-
}
|
|
47
|
-
/** Represents the data of a streamed text content part within a streaming message delta chunk. */
|
|
48
|
-
export interface MessageDeltaTextContentObject {
|
|
49
|
-
/** The data that makes up the text. */
|
|
50
|
-
value?: string;
|
|
51
|
-
/** Annotations for the text. */
|
|
52
|
-
annotations?: Array<MessageDeltaTextAnnotation>;
|
|
53
|
-
}
|
|
54
|
-
/** Represents a text annotation within a streamed text content part. */
|
|
55
|
-
export type MessageDeltaTextAnnotation = MessageDeltaTextAnnotationParent | MessageDeltaTextFileCitationAnnotation | MessageDeltaTextFilePathAnnotation;
|
|
56
|
-
/** The abstract base representation of a streamed text content part's text annotation. */
|
|
57
|
-
export interface MessageDeltaTextAnnotationParent {
|
|
58
|
-
/** The index of the annotation within a text content part. */
|
|
59
|
-
index: number;
|
|
60
|
-
/** The type of the text content annotation. */
|
|
61
|
-
type: string;
|
|
62
|
-
}
|
|
63
|
-
/** Represents a streamed file citation applied to a streaming text content part. */
|
|
64
|
-
export interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {
|
|
65
|
-
/** The type of the text content annotation, which is always "file_citation." */
|
|
66
|
-
type: "file_citation";
|
|
67
|
-
/** The file citation information. */
|
|
68
|
-
fileCitation?: MessageDeltaTextFileCitationAnnotationObject;
|
|
69
|
-
/** The text in the message content that needs to be replaced */
|
|
70
|
-
text?: string;
|
|
71
|
-
/** The start index of this annotation in the content text. */
|
|
72
|
-
startIndex?: number;
|
|
73
|
-
/** The end index of this annotation in the content text. */
|
|
74
|
-
endIndex?: number;
|
|
75
|
-
}
|
|
76
|
-
/** Represents the data of a streamed file citation as applied to a streaming text content part. */
|
|
77
|
-
export interface MessageDeltaTextFileCitationAnnotationObject {
|
|
78
|
-
/** The ID of the specific file the citation is from. */
|
|
79
|
-
fileId?: string;
|
|
80
|
-
/** The specific quote in the cited file. */
|
|
81
|
-
quote?: string;
|
|
82
|
-
}
|
|
83
|
-
/** Represents a streamed file path annotation applied to a streaming text content part. */
|
|
84
|
-
export interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {
|
|
85
|
-
/** The type of the text content annotation, which is always "file_path." */
|
|
86
|
-
type: "file_path";
|
|
87
|
-
/** The file path information. */
|
|
88
|
-
filePath?: MessageDeltaTextFilePathAnnotationObject;
|
|
89
|
-
/** The start index of this annotation in the content text. */
|
|
90
|
-
startIndex?: number;
|
|
91
|
-
/** The end index of this annotation in the content text. */
|
|
92
|
-
endIndex?: number;
|
|
93
|
-
/** The text in the message content that needs to be replaced */
|
|
94
|
-
text?: string;
|
|
95
|
-
}
|
|
96
|
-
/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */
|
|
97
|
-
export interface MessageDeltaTextFilePathAnnotationObject {
|
|
98
|
-
/** The file ID for the annotation. */
|
|
99
|
-
fileId?: string;
|
|
100
|
-
}
|
|
101
|
-
/** A representation of the URL used for the text citation. */
|
|
102
|
-
export interface MessageDeltaTextUrlCitationDetails {
|
|
103
|
-
/** The URL where the citation is from. */
|
|
104
|
-
url?: string;
|
|
105
|
-
/** The title of the URL. */
|
|
106
|
-
title?: string;
|
|
107
|
-
}
|
|
108
|
-
/** Represents a run step delta i.e. any changed fields on a run step during streaming. */
|
|
109
|
-
export interface RunStepDeltaChunk {
|
|
110
|
-
/** The identifier of the run step, which can be referenced in API endpoints. */
|
|
111
|
-
id: string;
|
|
112
|
-
/** The object type, which is always `thread.run.step.delta`. */
|
|
113
|
-
object: "thread.run.step.delta";
|
|
114
|
-
/** The delta containing the fields that have changed on the run step. */
|
|
115
|
-
delta: RunStepDelta;
|
|
116
|
-
}
|
|
117
|
-
/** Represents the delta payload in a streaming run step delta chunk. */
|
|
118
|
-
export interface RunStepDelta {
|
|
119
|
-
/** The details of the run step. */
|
|
120
|
-
stepDetails?: RunStepDeltaDetail;
|
|
121
|
-
}
|
|
122
|
-
/** Represents a single run step detail item in a streaming run step's delta payload. */
|
|
123
|
-
export interface RunStepDeltaDetail {
|
|
124
|
-
/** The object type for the run step detail object. */
|
|
125
|
-
type: string;
|
|
126
|
-
}
|
|
127
|
-
/** Represents a message creation within a streaming run step delta. */
|
|
128
|
-
export interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {
|
|
129
|
-
/** The object type, which is always "message_creation." */
|
|
130
|
-
type: "message_creation";
|
|
131
|
-
/** The message creation data. */
|
|
132
|
-
messageCreation?: RunStepDeltaMessageCreationObject;
|
|
133
|
-
}
|
|
134
|
-
/** Represents the data within a streaming run step message creation response object. */
|
|
135
|
-
export interface RunStepDeltaMessageCreationObject {
|
|
136
|
-
/** The ID of the newly-created message. */
|
|
137
|
-
messageId?: string;
|
|
138
|
-
}
|
|
139
|
-
/** Represents an invocation of tool calls as part of a streaming run step. */
|
|
140
|
-
export interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {
|
|
141
|
-
/** The object type, which is always "tool_calls." */
|
|
142
|
-
type: "tool_calls";
|
|
143
|
-
/** The collection of tool calls for the tool call detail item. */
|
|
144
|
-
toolCalls?: Array<RunStepDeltaToolCall>;
|
|
145
|
-
}
|
|
146
|
-
/** Represents a single tool call within a streaming run step's delta tool call details. */
|
|
147
|
-
export type RunStepDeltaToolCall = RunStepDeltaToolCallParent | RunStepDeltaFunctionToolCall | RunStepDeltaFileSearchToolCall | RunStepDeltaCodeInterpreterToolCall;
|
|
148
|
-
/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */
|
|
149
|
-
export interface RunStepDeltaToolCallParent {
|
|
150
|
-
/** The index of the tool call detail in the run step's tool_calls array. */
|
|
151
|
-
index: number;
|
|
152
|
-
/** The ID of the tool call, used when submitting outputs to the run. */
|
|
153
|
-
id: string;
|
|
154
|
-
/** The type of the tool call detail item in a streaming run step's details. */
|
|
155
|
-
type: string;
|
|
156
|
-
}
|
|
157
|
-
/** Represents a function tool call within a streaming run step's tool call details. */
|
|
158
|
-
export interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {
|
|
159
|
-
/** The object type, which is always "function." */
|
|
160
|
-
type: "function";
|
|
161
|
-
/** The function data for the tool call. */
|
|
162
|
-
function?: RunStepDeltaFunction;
|
|
163
|
-
}
|
|
164
|
-
/** Represents a file search tool call within a streaming run step's tool call details. */
|
|
165
|
-
export interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {
|
|
166
|
-
/** The object type, which is always "file_search." */
|
|
167
|
-
type: "file_search";
|
|
168
|
-
/** Reserved for future use. */
|
|
169
|
-
fileSearch?: RunStepFileSearchToolCallResultsOutput;
|
|
170
|
-
}
|
|
171
|
-
/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */
|
|
172
|
-
export interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {
|
|
173
|
-
/** The object type, which is always "code_interpreter." */
|
|
174
|
-
type: "code_interpreter";
|
|
175
|
-
/** The Code Interpreter data for the tool call. */
|
|
176
|
-
codeInterpreter?: RunStepDeltaCodeInterpreterDetailItemObject;
|
|
177
|
-
}
|
|
178
|
-
/** Represents the function data in a streaming run step delta's function tool call. */
|
|
179
|
-
export interface RunStepDeltaFunction {
|
|
180
|
-
/** The name of the function. */
|
|
181
|
-
name?: string;
|
|
182
|
-
/** The arguments passed to the function as input. */
|
|
183
|
-
arguments?: string;
|
|
184
|
-
/** The output of the function, null if outputs have not yet been submitted. */
|
|
185
|
-
output?: string | null;
|
|
186
|
-
}
|
|
187
|
-
/** Represents the Code Interpreter data in a streaming run step's tool call output. */
|
|
188
|
-
export type RunStepDeltaCodeInterpreterOutput = RunStepDeltaCodeInterpreterOutputParent | RunStepDeltaCodeInterpreterLogOutput | RunStepDeltaCodeInterpreterImageOutput;
|
|
189
|
-
/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */
|
|
190
|
-
export interface RunStepDeltaCodeInterpreterDetailItemObject {
|
|
191
|
-
/** The input into the Code Interpreter tool call. */
|
|
192
|
-
input?: string;
|
|
193
|
-
/**
|
|
194
|
-
* The outputs from the Code Interpreter tool call. Code Interpreter can output one or more
|
|
195
|
-
* items, including text (`logs`) or images (`image`). Each of these are represented by a
|
|
196
|
-
* different object type.
|
|
197
|
-
*/
|
|
198
|
-
outputs?: Array<RunStepDeltaCodeInterpreterOutput>;
|
|
199
|
-
}
|
|
200
|
-
/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */
|
|
201
|
-
export interface RunStepDeltaCodeInterpreterOutputParent {
|
|
202
|
-
/** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */
|
|
203
|
-
index: number;
|
|
204
|
-
/** The type of the streaming run step tool call's Code Interpreter output. */
|
|
205
|
-
type: string;
|
|
206
|
-
}
|
|
207
|
-
/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
208
|
-
export interface RunStepDeltaCodeInterpreterLogOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
209
|
-
/** The type of the object, which is always "logs." */
|
|
210
|
-
type: "logs";
|
|
211
|
-
/** The text output from the Code Interpreter tool call. */
|
|
212
|
-
logs?: string;
|
|
213
|
-
}
|
|
214
|
-
/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
215
|
-
export interface RunStepDeltaCodeInterpreterImageOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
216
|
-
/** The object type, which is always "image." */
|
|
217
|
-
type: "image";
|
|
218
|
-
/** The image data for the Code Interpreter tool call output. */
|
|
219
|
-
image?: RunStepDeltaCodeInterpreterImageOutputObject;
|
|
220
|
-
}
|
|
221
|
-
/** Represents the data for a streaming run step's Code Interpreter tool call image output. */
|
|
222
|
-
export interface RunStepDeltaCodeInterpreterImageOutputObject {
|
|
223
|
-
/** The file ID for the image. */
|
|
224
|
-
fileId?: string;
|
|
225
|
-
}
|
|
226
|
-
//# sourceMappingURL=streamingModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingModels.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingModels.js","sourceRoot":"","sources":["../../../src/customization/streamingModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"./models.js\";\nimport type { RunStepFileSearchToolCallResultsOutput } from \"./outputModels.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\n/** Represents the content of a message delta. */\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n imageFile?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n fileId?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\n/** Represents a text annotation within a streamed text content part. */\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n fileCitation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n startIndex?: number;\n\n /** The end index of this annotation in the content text. */\n endIndex?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n fileId?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n filePath?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n startIndex?: number;\n\n /** The end index of this annotation in the content text. */\n endIndex?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n fileId?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n stepDetails?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n messageCreation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n messageId?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n toolCalls?: Array<RunStepDeltaToolCall>;\n}\n\n/** Represents a single tool call within a streaming run step's delta tool call details. */\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n fileSearch?: RunStepFileSearchToolCallResultsOutput;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n codeInterpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\n/** Represents the Code Interpreter data in a streaming run step's tool call output. */\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n fileId?: string;\n}\n"]}
|
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
import type { MessageRole } from "../generated/src/models.js";
|
|
2
|
-
import type { RunStepFileSearchToolCallResultsOutput } from "../generated/src/outputModels.js";
|
|
3
|
-
/** Represents a message delta i.e. any changed fields on a message during streaming. */
|
|
4
|
-
export interface MessageDeltaChunk {
|
|
5
|
-
/** The identifier of the message, which can be referenced in API endpoints. */
|
|
6
|
-
id: string;
|
|
7
|
-
/** The object type, which is always `thread.message.delta`. */
|
|
8
|
-
object: "thread.message.delta";
|
|
9
|
-
/** The delta containing the fields that have changed on the Message. */
|
|
10
|
-
delta: MessageDelta;
|
|
11
|
-
}
|
|
12
|
-
/** Represents the typed 'delta' payload within a streaming message delta chunk. */
|
|
13
|
-
export interface MessageDelta {
|
|
14
|
-
/** The entity that produced the message. */
|
|
15
|
-
role: MessageRole;
|
|
16
|
-
/** The content of the message as an array of text and/or images. */
|
|
17
|
-
content: Array<MessageDeltaContent>;
|
|
18
|
-
}
|
|
19
|
-
export type MessageDeltaContent = MessageDeltaContentParent | MessageDeltaTextContent | MessageDeltaImageFileContent;
|
|
20
|
-
/** The abstract base representation of a partial streamed message content payload. */
|
|
21
|
-
export interface MessageDeltaContentParent {
|
|
22
|
-
/** The index of the content part of the message. */
|
|
23
|
-
index: number;
|
|
24
|
-
/** The type of content for this content part. */
|
|
25
|
-
type: string;
|
|
26
|
-
}
|
|
27
|
-
/** Represents a streamed image file content part within a streaming message delta chunk. */
|
|
28
|
-
export interface MessageDeltaImageFileContent extends MessageDeltaContentParent {
|
|
29
|
-
/** The type of content for this content part, which is always "image_file." */
|
|
30
|
-
type: "image_file";
|
|
31
|
-
/** The image_file data. */
|
|
32
|
-
image_file?: MessageDeltaImageFileContentObject;
|
|
33
|
-
}
|
|
34
|
-
/** Represents the 'image_file' payload within streaming image file content. */
|
|
35
|
-
export interface MessageDeltaImageFileContentObject {
|
|
36
|
-
/** The file ID of the image in the message content. */
|
|
37
|
-
file_id?: string;
|
|
38
|
-
}
|
|
39
|
-
/** Represents a streamed text content part within a streaming message delta chunk. */
|
|
40
|
-
export interface MessageDeltaTextContent extends MessageDeltaContentParent {
|
|
41
|
-
/** The type of content for this content part, which is always "text." */
|
|
42
|
-
type: "text";
|
|
43
|
-
/** The text content details. */
|
|
44
|
-
text?: MessageDeltaTextContentObject;
|
|
45
|
-
}
|
|
46
|
-
/** Represents the data of a streamed text content part within a streaming message delta chunk. */
|
|
47
|
-
export interface MessageDeltaTextContentObject {
|
|
48
|
-
/** The data that makes up the text. */
|
|
49
|
-
value?: string;
|
|
50
|
-
/** Annotations for the text. */
|
|
51
|
-
annotations?: Array<MessageDeltaTextAnnotation>;
|
|
52
|
-
}
|
|
53
|
-
export type MessageDeltaTextAnnotation = MessageDeltaTextAnnotationParent | MessageDeltaTextFileCitationAnnotation | MessageDeltaTextFilePathAnnotation;
|
|
54
|
-
/** The abstract base representation of a streamed text content part's text annotation. */
|
|
55
|
-
export interface MessageDeltaTextAnnotationParent {
|
|
56
|
-
/** The index of the annotation within a text content part. */
|
|
57
|
-
index: number;
|
|
58
|
-
/** The type of the text content annotation. */
|
|
59
|
-
type: string;
|
|
60
|
-
}
|
|
61
|
-
/** Represents a streamed file citation applied to a streaming text content part. */
|
|
62
|
-
export interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {
|
|
63
|
-
/** The type of the text content annotation, which is always "file_citation." */
|
|
64
|
-
type: "file_citation";
|
|
65
|
-
/** The file citation information. */
|
|
66
|
-
file_citation?: MessageDeltaTextFileCitationAnnotationObject;
|
|
67
|
-
/** The text in the message content that needs to be replaced */
|
|
68
|
-
text?: string;
|
|
69
|
-
/** The start index of this annotation in the content text. */
|
|
70
|
-
start_index?: number;
|
|
71
|
-
/** The end index of this annotation in the content text. */
|
|
72
|
-
end_index?: number;
|
|
73
|
-
}
|
|
74
|
-
/** Represents the data of a streamed file citation as applied to a streaming text content part. */
|
|
75
|
-
export interface MessageDeltaTextFileCitationAnnotationObject {
|
|
76
|
-
/** The ID of the specific file the citation is from. */
|
|
77
|
-
file_id?: string;
|
|
78
|
-
/** The specific quote in the cited file. */
|
|
79
|
-
quote?: string;
|
|
80
|
-
}
|
|
81
|
-
/** Represents a streamed file path annotation applied to a streaming text content part. */
|
|
82
|
-
export interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {
|
|
83
|
-
/** The type of the text content annotation, which is always "file_path." */
|
|
84
|
-
type: "file_path";
|
|
85
|
-
/** The file path information. */
|
|
86
|
-
file_path?: MessageDeltaTextFilePathAnnotationObject;
|
|
87
|
-
/** The start index of this annotation in the content text. */
|
|
88
|
-
start_index?: number;
|
|
89
|
-
/** The end index of this annotation in the content text. */
|
|
90
|
-
end_index?: number;
|
|
91
|
-
/** The text in the message content that needs to be replaced */
|
|
92
|
-
text?: string;
|
|
93
|
-
}
|
|
94
|
-
/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */
|
|
95
|
-
export interface MessageDeltaTextFilePathAnnotationObject {
|
|
96
|
-
/** The file ID for the annotation. */
|
|
97
|
-
file_id?: string;
|
|
98
|
-
}
|
|
99
|
-
/** A representation of the URL used for the text citation. */
|
|
100
|
-
export interface MessageDeltaTextUrlCitationDetails {
|
|
101
|
-
/** The URL where the citation is from. */
|
|
102
|
-
url?: string;
|
|
103
|
-
/** The title of the URL. */
|
|
104
|
-
title?: string;
|
|
105
|
-
}
|
|
106
|
-
/** Represents a run step delta i.e. any changed fields on a run step during streaming. */
|
|
107
|
-
export interface RunStepDeltaChunk {
|
|
108
|
-
/** The identifier of the run step, which can be referenced in API endpoints. */
|
|
109
|
-
id: string;
|
|
110
|
-
/** The object type, which is always `thread.run.step.delta`. */
|
|
111
|
-
object: "thread.run.step.delta";
|
|
112
|
-
/** The delta containing the fields that have changed on the run step. */
|
|
113
|
-
delta: RunStepDelta;
|
|
114
|
-
}
|
|
115
|
-
/** Represents the delta payload in a streaming run step delta chunk. */
|
|
116
|
-
export interface RunStepDelta {
|
|
117
|
-
/** The details of the run step. */
|
|
118
|
-
step_details?: RunStepDeltaDetail;
|
|
119
|
-
}
|
|
120
|
-
/** Represents a single run step detail item in a streaming run step's delta payload. */
|
|
121
|
-
export interface RunStepDeltaDetail {
|
|
122
|
-
/** The object type for the run step detail object. */
|
|
123
|
-
type: string;
|
|
124
|
-
}
|
|
125
|
-
/** Represents a message creation within a streaming run step delta. */
|
|
126
|
-
export interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {
|
|
127
|
-
/** The object type, which is always "message_creation." */
|
|
128
|
-
type: "message_creation";
|
|
129
|
-
/** The message creation data. */
|
|
130
|
-
message_creation?: RunStepDeltaMessageCreationObject;
|
|
131
|
-
}
|
|
132
|
-
/** Represents the data within a streaming run step message creation response object. */
|
|
133
|
-
export interface RunStepDeltaMessageCreationObject {
|
|
134
|
-
/** The ID of the newly-created message. */
|
|
135
|
-
message_id?: string;
|
|
136
|
-
}
|
|
137
|
-
/** Represents an invocation of tool calls as part of a streaming run step. */
|
|
138
|
-
export interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {
|
|
139
|
-
/** The object type, which is always "tool_calls." */
|
|
140
|
-
type: "tool_calls";
|
|
141
|
-
/** The collection of tool calls for the tool call detail item. */
|
|
142
|
-
tool_calls?: Array<RunStepDeltaToolCall>;
|
|
143
|
-
}
|
|
144
|
-
export type RunStepDeltaToolCall = RunStepDeltaToolCallParent | RunStepDeltaFunctionToolCall | RunStepDeltaFileSearchToolCall | RunStepDeltaCodeInterpreterToolCall;
|
|
145
|
-
/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */
|
|
146
|
-
export interface RunStepDeltaToolCallParent {
|
|
147
|
-
/** The index of the tool call detail in the run step's tool_calls array. */
|
|
148
|
-
index: number;
|
|
149
|
-
/** The ID of the tool call, used when submitting outputs to the run. */
|
|
150
|
-
id: string;
|
|
151
|
-
/** The type of the tool call detail item in a streaming run step's details. */
|
|
152
|
-
type: string;
|
|
153
|
-
}
|
|
154
|
-
/** Represents a function tool call within a streaming run step's tool call details. */
|
|
155
|
-
export interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {
|
|
156
|
-
/** The object type, which is always "function." */
|
|
157
|
-
type: "function";
|
|
158
|
-
/** The function data for the tool call. */
|
|
159
|
-
function?: RunStepDeltaFunction;
|
|
160
|
-
}
|
|
161
|
-
/** Represents a file search tool call within a streaming run step's tool call details. */
|
|
162
|
-
export interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {
|
|
163
|
-
/** The object type, which is always "file_search." */
|
|
164
|
-
type: "file_search";
|
|
165
|
-
/** Reserved for future use. */
|
|
166
|
-
file_search?: RunStepFileSearchToolCallResultsOutput;
|
|
167
|
-
}
|
|
168
|
-
/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */
|
|
169
|
-
export interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {
|
|
170
|
-
/** The object type, which is always "code_interpreter." */
|
|
171
|
-
type: "code_interpreter";
|
|
172
|
-
/** The Code Interpreter data for the tool call. */
|
|
173
|
-
code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;
|
|
174
|
-
}
|
|
175
|
-
/** Represents the function data in a streaming run step delta's function tool call. */
|
|
176
|
-
export interface RunStepDeltaFunction {
|
|
177
|
-
/** The name of the function. */
|
|
178
|
-
name?: string;
|
|
179
|
-
/** The arguments passed to the function as input. */
|
|
180
|
-
arguments?: string;
|
|
181
|
-
/** The output of the function, null if outputs have not yet been submitted. */
|
|
182
|
-
output?: string | null;
|
|
183
|
-
}
|
|
184
|
-
export type RunStepDeltaCodeInterpreterOutput = RunStepDeltaCodeInterpreterOutputParent | RunStepDeltaCodeInterpreterLogOutput | RunStepDeltaCodeInterpreterImageOutput;
|
|
185
|
-
/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */
|
|
186
|
-
export interface RunStepDeltaCodeInterpreterDetailItemObject {
|
|
187
|
-
/** The input into the Code Interpreter tool call. */
|
|
188
|
-
input?: string;
|
|
189
|
-
/**
|
|
190
|
-
* The outputs from the Code Interpreter tool call. Code Interpreter can output one or more
|
|
191
|
-
* items, including text (`logs`) or images (`image`). Each of these are represented by a
|
|
192
|
-
* different object type.
|
|
193
|
-
*/
|
|
194
|
-
outputs?: Array<RunStepDeltaCodeInterpreterOutput>;
|
|
195
|
-
}
|
|
196
|
-
/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */
|
|
197
|
-
export interface RunStepDeltaCodeInterpreterOutputParent {
|
|
198
|
-
/** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */
|
|
199
|
-
index: number;
|
|
200
|
-
/** The type of the streaming run step tool call's Code Interpreter output. */
|
|
201
|
-
type: string;
|
|
202
|
-
}
|
|
203
|
-
/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
204
|
-
export interface RunStepDeltaCodeInterpreterLogOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
205
|
-
/** The type of the object, which is always "logs." */
|
|
206
|
-
type: "logs";
|
|
207
|
-
/** The text output from the Code Interpreter tool call. */
|
|
208
|
-
logs?: string;
|
|
209
|
-
}
|
|
210
|
-
/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */
|
|
211
|
-
export interface RunStepDeltaCodeInterpreterImageOutput extends RunStepDeltaCodeInterpreterOutputParent {
|
|
212
|
-
/** The object type, which is always "image." */
|
|
213
|
-
type: "image";
|
|
214
|
-
/** The image data for the Code Interpreter tool call output. */
|
|
215
|
-
image?: RunStepDeltaCodeInterpreterImageOutputObject;
|
|
216
|
-
}
|
|
217
|
-
/** Represents the data for a streaming run step's Code Interpreter tool call image output. */
|
|
218
|
-
export interface RunStepDeltaCodeInterpreterImageOutputObject {
|
|
219
|
-
/** The file ID for the image. */
|
|
220
|
-
file_id?: string;
|
|
221
|
-
}
|
|
222
|
-
//# sourceMappingURL=streamingWireModels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingWireModels.d.ts","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"streamingWireModels.js","sourceRoot":"","sources":["../../../src/customization/streamingWireModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { MessageRole } from \"../generated/src/models.js\";\nimport type { RunStepFileSearchToolCallResultsOutput } from \"../generated/src/outputModels.js\";\n\n/** Represents a message delta i.e. any changed fields on a message during streaming. */\nexport interface MessageDeltaChunk {\n /** The identifier of the message, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.message.delta`. */\n object: \"thread.message.delta\";\n\n /** The delta containing the fields that have changed on the Message. */\n delta: MessageDelta;\n}\n\n/** Represents the typed 'delta' payload within a streaming message delta chunk. */\nexport interface MessageDelta {\n /** The entity that produced the message. */\n role: MessageRole;\n\n /** The content of the message as an array of text and/or images. */\n content: Array<MessageDeltaContent>;\n}\n\nexport type MessageDeltaContent =\n | MessageDeltaContentParent\n | MessageDeltaTextContent\n | MessageDeltaImageFileContent;\n\n/** The abstract base representation of a partial streamed message content payload. */\nexport interface MessageDeltaContentParent {\n /** The index of the content part of the message. */\n index: number;\n\n /** The type of content for this content part. */\n type: string;\n}\n/** Represents a streamed image file content part within a streaming message delta chunk. */\nexport interface MessageDeltaImageFileContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"image_file.\" */\n type: \"image_file\";\n\n /** The image_file data. */\n image_file?: MessageDeltaImageFileContentObject;\n}\n\n/** Represents the 'image_file' payload within streaming image file content. */\nexport interface MessageDeltaImageFileContentObject {\n /** The file ID of the image in the message content. */\n file_id?: string;\n}\n\n/** Represents a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContent extends MessageDeltaContentParent {\n /** The type of content for this content part, which is always \"text.\" */\n type: \"text\";\n\n /** The text content details. */\n text?: MessageDeltaTextContentObject;\n}\n\n/** Represents the data of a streamed text content part within a streaming message delta chunk. */\nexport interface MessageDeltaTextContentObject {\n /** The data that makes up the text. */\n value?: string;\n\n /** Annotations for the text. */\n annotations?: Array<MessageDeltaTextAnnotation>;\n}\n\nexport type MessageDeltaTextAnnotation =\n | MessageDeltaTextAnnotationParent\n | MessageDeltaTextFileCitationAnnotation\n | MessageDeltaTextFilePathAnnotation;\n\n/** The abstract base representation of a streamed text content part's text annotation. */\nexport interface MessageDeltaTextAnnotationParent {\n /** The index of the annotation within a text content part. */\n index: number;\n\n /** The type of the text content annotation. */\n type: string;\n}\n\n/** Represents a streamed file citation applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_citation.\" */\n type: \"file_citation\";\n\n /** The file citation information. */\n file_citation?: MessageDeltaTextFileCitationAnnotationObject;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n}\n\n/** Represents the data of a streamed file citation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFileCitationAnnotationObject {\n /** The ID of the specific file the citation is from. */\n file_id?: string;\n\n /** The specific quote in the cited file. */\n quote?: string;\n}\n\n/** Represents a streamed file path annotation applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotation extends MessageDeltaTextAnnotationParent {\n /** The type of the text content annotation, which is always \"file_path.\" */\n type: \"file_path\";\n\n /** The file path information. */\n file_path?: MessageDeltaTextFilePathAnnotationObject;\n\n /** The start index of this annotation in the content text. */\n start_index?: number;\n\n /** The end index of this annotation in the content text. */\n end_index?: number;\n\n /** The text in the message content that needs to be replaced */\n text?: string;\n}\n\n/** Represents the data of a streamed file path annotation as applied to a streaming text content part. */\nexport interface MessageDeltaTextFilePathAnnotationObject {\n /** The file ID for the annotation. */\n file_id?: string;\n}\n\n/** A representation of the URL used for the text citation. */\nexport interface MessageDeltaTextUrlCitationDetails {\n /** The URL where the citation is from. */\n url?: string;\n\n /** The title of the URL. */\n title?: string;\n}\n\n/** Represents a run step delta i.e. any changed fields on a run step during streaming. */\nexport interface RunStepDeltaChunk {\n /** The identifier of the run step, which can be referenced in API endpoints. */\n id: string;\n\n /** The object type, which is always `thread.run.step.delta`. */\n object: \"thread.run.step.delta\";\n\n /** The delta containing the fields that have changed on the run step. */\n delta: RunStepDelta;\n}\n\n/** Represents the delta payload in a streaming run step delta chunk. */\nexport interface RunStepDelta {\n /** The details of the run step. */\n step_details?: RunStepDeltaDetail;\n}\n\n/** Represents a single run step detail item in a streaming run step's delta payload. */\nexport interface RunStepDeltaDetail {\n /** The object type for the run step detail object. */\n type: string;\n}\n\n/** Represents a message creation within a streaming run step delta. */\nexport interface RunStepDeltaMessageCreation extends RunStepDeltaDetail {\n /** The object type, which is always \"message_creation.\" */\n type: \"message_creation\";\n\n /** The message creation data. */\n message_creation?: RunStepDeltaMessageCreationObject;\n}\n\n/** Represents the data within a streaming run step message creation response object. */\nexport interface RunStepDeltaMessageCreationObject {\n /** The ID of the newly-created message. */\n message_id?: string;\n}\n\n/** Represents an invocation of tool calls as part of a streaming run step. */\nexport interface RunStepDeltaToolCallObject extends RunStepDeltaDetail {\n /** The object type, which is always \"tool_calls.\" */\n type: \"tool_calls\";\n\n /** The collection of tool calls for the tool call detail item. */\n tool_calls?: Array<RunStepDeltaToolCall>;\n}\n\nexport type RunStepDeltaToolCall =\n | RunStepDeltaToolCallParent\n | RunStepDeltaFunctionToolCall\n | RunStepDeltaFileSearchToolCall\n | RunStepDeltaCodeInterpreterToolCall;\n\n/** The abstract base representation of a single tool call within a streaming run step's delta tool call details. */\nexport interface RunStepDeltaToolCallParent {\n /** The index of the tool call detail in the run step's tool_calls array. */\n index: number;\n\n /** The ID of the tool call, used when submitting outputs to the run. */\n id: string;\n\n /** The type of the tool call detail item in a streaming run step's details. */\n type: string;\n}\n\n/** Represents a function tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFunctionToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"function.\" */\n type: \"function\";\n\n /** The function data for the tool call. */\n function?: RunStepDeltaFunction;\n}\n\n/** Represents a file search tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaFileSearchToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"file_search.\" */\n type: \"file_search\";\n\n /** Reserved for future use. */\n file_search?: RunStepFileSearchToolCallResultsOutput;\n}\n\n/** Represents a Code Interpreter tool call within a streaming run step's tool call details. */\nexport interface RunStepDeltaCodeInterpreterToolCall extends RunStepDeltaToolCallParent {\n /** The object type, which is always \"code_interpreter.\" */\n type: \"code_interpreter\";\n\n /** The Code Interpreter data for the tool call. */\n code_interpreter?: RunStepDeltaCodeInterpreterDetailItemObject;\n}\n\n/** Represents the function data in a streaming run step delta's function tool call. */\nexport interface RunStepDeltaFunction {\n /** The name of the function. */\n name?: string;\n\n /** The arguments passed to the function as input. */\n arguments?: string;\n\n /** The output of the function, null if outputs have not yet been submitted. */\n output?: string | null;\n}\n\nexport type RunStepDeltaCodeInterpreterOutput =\n | RunStepDeltaCodeInterpreterOutputParent\n | RunStepDeltaCodeInterpreterLogOutput\n | RunStepDeltaCodeInterpreterImageOutput;\n\n/** Represents the Code Interpreter tool call data in a streaming run step's tool calls. */\nexport interface RunStepDeltaCodeInterpreterDetailItemObject {\n /** The input into the Code Interpreter tool call. */\n input?: string;\n\n /**\n * The outputs from the Code Interpreter tool call. Code Interpreter can output one or more\n * items, including text (`logs`) or images (`image`). Each of these are represented by a\n * different object type.\n */\n outputs?: Array<RunStepDeltaCodeInterpreterOutput>;\n}\n\n/** The abstract base representation of a streaming run step tool call's Code Interpreter tool output. */\nexport interface RunStepDeltaCodeInterpreterOutputParent {\n /** The index of the output in the streaming run step tool call's Code Interpreter outputs array. */\n index: number;\n\n /** The type of the streaming run step tool call's Code Interpreter output. */\n type: string;\n}\n\n/** Represents a log output as produced by the Code Interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterLogOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The type of the object, which is always \"logs.\" */\n type: \"logs\";\n\n /** The text output from the Code Interpreter tool call. */\n logs?: string;\n}\n\n/** Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection. */\nexport interface RunStepDeltaCodeInterpreterImageOutput\n extends RunStepDeltaCodeInterpreterOutputParent {\n /** The object type, which is always \"image.\" */\n type: \"image\";\n\n /** The image data for the Code Interpreter tool call output. */\n image?: RunStepDeltaCodeInterpreterImageOutputObject;\n}\n\n/** Represents the data for a streaming run step's Code Interpreter tool call image output. */\nexport interface RunStepDeltaCodeInterpreterImageOutputObject {\n /** The file ID for the image. */\n file_id?: string;\n}\n"]}
|