@azure/ai-projects 2.0.1 → 2.1.0
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/README.md +92 -6
- package/dist/browser/aiProjectClient.d.ts +8 -4
- package/dist/browser/aiProjectClient.d.ts.map +1 -1
- package/dist/browser/aiProjectClient.js +39 -7
- package/dist/browser/aiProjectClient.js.map +1 -1
- package/dist/browser/api/agents/operations.d.ts.map +1 -1
- package/dist/browser/api/agents/operations.js +33 -18
- package/dist/browser/api/agents/operations.js.map +1 -1
- package/dist/browser/api/agents/options.d.ts +11 -1
- package/dist/browser/api/agents/options.d.ts.map +1 -1
- package/dist/browser/api/agents/options.js.map +1 -1
- package/dist/browser/api/beta/agents/index.d.ts +3 -0
- package/dist/browser/api/beta/agents/index.d.ts.map +1 -0
- package/dist/browser/api/beta/agents/index.js +4 -0
- package/dist/browser/api/beta/agents/index.js.map +1 -0
- package/dist/browser/api/beta/agents/operations.d.ts +58 -0
- package/dist/browser/api/beta/agents/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/agents/operations.js +340 -0
- package/dist/browser/api/beta/agents/operations.js.map +1 -0
- package/dist/browser/api/beta/agents/options.d.ts +78 -0
- package/dist/browser/api/beta/agents/options.d.ts.map +1 -0
- package/dist/browser/api/beta/agents/options.js +4 -0
- package/dist/browser/api/beta/agents/options.js.map +1 -0
- package/dist/browser/api/beta/evaluators/index.d.ts +2 -2
- package/dist/browser/api/beta/evaluators/index.d.ts.map +1 -1
- package/dist/browser/api/beta/evaluators/index.js +1 -1
- package/dist/browser/api/beta/evaluators/index.js.map +1 -1
- package/dist/browser/api/beta/evaluators/operations.d.ts +5 -5
- package/dist/browser/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/evaluators/operations.js +5 -5
- package/dist/browser/api/beta/evaluators/operations.js.map +1 -1
- package/dist/browser/api/beta/evaluators/options.d.ts +1 -1
- package/dist/browser/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/browser/api/beta/evaluators/options.js.map +1 -1
- package/dist/browser/api/beta/insights/operations.d.ts +2 -2
- package/dist/browser/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/insights/operations.js +15 -9
- package/dist/browser/api/beta/insights/operations.js.map +1 -1
- package/dist/browser/api/beta/memoryStores/options.d.ts +2 -2
- package/dist/browser/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/browser/api/beta/memoryStores/options.js +1 -0
- package/dist/browser/api/beta/memoryStores/options.js.map +1 -1
- package/dist/browser/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/schedules/operations.js +4 -2
- package/dist/browser/api/beta/schedules/operations.js.map +1 -1
- package/dist/browser/api/beta/skills/index.d.ts +3 -0
- package/dist/browser/api/beta/skills/index.d.ts.map +1 -0
- package/dist/browser/api/beta/skills/index.js +4 -0
- package/dist/browser/api/beta/skills/index.js.map +1 -0
- package/dist/browser/api/beta/skills/operations.d.ts +34 -0
- package/dist/browser/api/beta/skills/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/skills/operations.js +245 -0
- package/dist/browser/api/beta/skills/operations.js.map +1 -0
- package/dist/browser/api/beta/skills/options.d.ts +72 -0
- package/dist/browser/api/beta/skills/options.d.ts.map +1 -0
- package/dist/browser/api/beta/skills/options.js +4 -0
- package/dist/browser/api/beta/skills/options.js.map +1 -0
- package/dist/browser/api/beta/toolboxes/index.d.ts +3 -0
- package/dist/browser/api/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/browser/api/beta/toolboxes/index.js +4 -0
- package/dist/browser/api/beta/toolboxes/index.js.map +1 -0
- package/dist/browser/api/beta/toolboxes/operations.d.ts +38 -0
- package/dist/browser/api/beta/toolboxes/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/toolboxes/operations.js +273 -0
- package/dist/browser/api/beta/toolboxes/operations.js.map +1 -0
- package/dist/browser/api/beta/toolboxes/options.d.ts +77 -0
- package/dist/browser/api/beta/toolboxes/options.d.ts.map +1 -0
- package/dist/browser/api/beta/toolboxes/options.js +4 -0
- package/dist/browser/api/beta/toolboxes/options.js.map +1 -0
- package/dist/browser/api/datasets/operations.d.ts.map +1 -1
- package/dist/browser/api/datasets/operations.js +9 -8
- package/dist/browser/api/datasets/operations.js.map +1 -1
- package/dist/browser/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/browser/api/evaluationRules/operations.js +5 -24
- package/dist/browser/api/evaluationRules/operations.js.map +1 -1
- package/dist/browser/api/evaluationRules/options.d.ts +0 -8
- package/dist/browser/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/browser/api/evaluationRules/options.js.map +1 -1
- package/dist/browser/api/index.d.ts +1 -1
- package/dist/browser/api/index.d.ts.map +1 -1
- package/dist/browser/api/index.js.map +1 -1
- package/dist/browser/api/telemetry/operations.d.ts +1 -1
- package/dist/browser/api/telemetry/operations.d.ts.map +1 -1
- package/dist/browser/api/telemetry/operations.js.map +1 -1
- package/dist/browser/azureAgent.interface.d.ts +25 -0
- package/dist/browser/azureAgent.interface.d.ts.map +1 -0
- package/dist/browser/azureAgent.interface.js +4 -0
- package/dist/browser/azureAgent.interface.js.map +1 -0
- package/dist/browser/classic/beta/agents/index.d.ts +43 -0
- package/dist/browser/classic/beta/agents/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/agents/index.js +22 -0
- package/dist/browser/classic/beta/agents/index.js.map +1 -0
- package/dist/browser/classic/beta/evaluators/index.d.ts +2 -2
- package/dist/browser/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/evaluators/index.js +2 -2
- package/dist/browser/classic/beta/evaluators/index.js.map +1 -1
- package/dist/browser/classic/beta/index.d.ts +10 -1
- package/dist/browser/classic/beta/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/index.js +10 -1
- package/dist/browser/classic/beta/index.js.map +1 -1
- package/dist/browser/classic/beta/insights/index.d.ts +1 -1
- package/dist/browser/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/insights/index.js +1 -1
- package/dist/browser/classic/beta/insights/index.js.map +1 -1
- package/dist/browser/classic/beta/skills/index.d.ts +23 -0
- package/dist/browser/classic/beta/skills/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/skills/index.js +20 -0
- package/dist/browser/classic/beta/skills/index.js.map +1 -0
- package/dist/browser/classic/beta/toolboxes/index.d.ts +25 -0
- package/dist/browser/classic/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/toolboxes/index.js +21 -0
- package/dist/browser/classic/beta/toolboxes/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -0
- package/dist/browser/classic/index.d.ts.map +1 -1
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/telemetry/index.d.ts +1 -1
- package/dist/browser/classic/telemetry/index.d.ts.map +1 -1
- package/dist/browser/classic/telemetry/index.js.map +1 -1
- package/dist/browser/constants.d.ts +1 -1
- package/dist/browser/constants.js +1 -1
- package/dist/browser/constants.js.map +1 -1
- package/dist/browser/deprecate.interface.d.ts +13 -0
- package/dist/browser/deprecate.interface.d.ts.map +1 -0
- package/dist/browser/deprecate.interface.js +4 -0
- package/dist/browser/deprecate.interface.js.map +1 -0
- package/dist/browser/index.d.ts +9 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +1 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +1 -1
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +704 -157
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +931 -176
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/static-helpers/serialization/get-binary-stream-response.d.ts +12 -0
- package/dist/browser/static-helpers/serialization/get-binary-stream-response.d.ts.map +1 -0
- package/dist/browser/static-helpers/serialization/get-binary-stream-response.js +17 -0
- package/dist/browser/static-helpers/serialization/get-binary-stream-response.js.map +1 -0
- package/dist/commonjs/aiProjectClient.d.ts +8 -4
- package/dist/commonjs/aiProjectClient.d.ts.map +1 -1
- package/dist/commonjs/aiProjectClient.js +37 -5
- package/dist/commonjs/aiProjectClient.js.map +3 -3
- package/dist/commonjs/api/agents/index.js +1 -0
- package/dist/commonjs/api/agents/index.js.map +1 -1
- package/dist/commonjs/api/agents/operations.d.ts.map +1 -1
- package/dist/commonjs/api/agents/operations.js +26 -20
- package/dist/commonjs/api/agents/operations.js.map +3 -3
- package/dist/commonjs/api/agents/options.d.ts +11 -1
- package/dist/commonjs/api/agents/options.d.ts.map +1 -1
- package/dist/commonjs/api/agents/options.js +1 -0
- package/dist/commonjs/api/agents/options.js.map +2 -2
- package/dist/commonjs/api/aiProjectContext.js +1 -0
- package/dist/commonjs/api/aiProjectContext.js.map +1 -1
- package/dist/commonjs/api/beta/agents/index.d.ts +3 -0
- package/dist/commonjs/api/beta/agents/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/agents/index.js +44 -0
- package/dist/commonjs/api/beta/agents/index.js.map +7 -0
- package/dist/commonjs/api/beta/agents/operations.d.ts +58 -0
- package/dist/commonjs/api/beta/agents/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/agents/operations.js +442 -0
- package/dist/commonjs/api/beta/agents/operations.js.map +7 -0
- package/dist/commonjs/api/beta/agents/options.d.ts +78 -0
- package/dist/commonjs/api/beta/agents/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/agents/options.js +16 -0
- package/dist/commonjs/api/beta/agents/options.js.map +7 -0
- package/dist/commonjs/api/beta/evaluationTaxonomies/index.js +1 -0
- package/dist/commonjs/api/beta/evaluationTaxonomies/index.js.map +1 -1
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js +1 -0
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js.map +1 -1
- package/dist/commonjs/api/beta/evaluationTaxonomies/options.js +1 -0
- package/dist/commonjs/api/beta/evaluationTaxonomies/options.js.map +1 -1
- package/dist/commonjs/api/beta/evaluators/index.d.ts +2 -2
- package/dist/commonjs/api/beta/evaluators/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluators/index.js +3 -2
- package/dist/commonjs/api/beta/evaluators/index.js.map +2 -2
- package/dist/commonjs/api/beta/evaluators/operations.d.ts +5 -5
- package/dist/commonjs/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluators/operations.js +12 -11
- package/dist/commonjs/api/beta/evaluators/operations.js.map +3 -3
- package/dist/commonjs/api/beta/evaluators/options.d.ts +1 -1
- package/dist/commonjs/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluators/options.js +1 -0
- package/dist/commonjs/api/beta/evaluators/options.js.map +2 -2
- package/dist/commonjs/api/beta/insights/index.js +1 -0
- package/dist/commonjs/api/beta/insights/index.js.map +1 -1
- package/dist/commonjs/api/beta/insights/operations.d.ts +2 -2
- package/dist/commonjs/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/insights/operations.js +16 -9
- package/dist/commonjs/api/beta/insights/operations.js.map +3 -3
- package/dist/commonjs/api/beta/insights/options.js +1 -0
- package/dist/commonjs/api/beta/insights/options.js.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/index.js +1 -0
- package/dist/commonjs/api/beta/memoryStores/index.js.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/operations.js +1 -0
- package/dist/commonjs/api/beta/memoryStores/operations.js.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/options.d.ts +2 -2
- package/dist/commonjs/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/options.js +1 -0
- package/dist/commonjs/api/beta/memoryStores/options.js.map +2 -2
- package/dist/commonjs/api/beta/redTeams/index.js +1 -0
- package/dist/commonjs/api/beta/redTeams/index.js.map +1 -1
- package/dist/commonjs/api/beta/redTeams/operations.js +1 -0
- package/dist/commonjs/api/beta/redTeams/operations.js.map +1 -1
- package/dist/commonjs/api/beta/redTeams/options.js +1 -0
- package/dist/commonjs/api/beta/redTeams/options.js.map +1 -1
- package/dist/commonjs/api/beta/schedules/index.js +1 -0
- package/dist/commonjs/api/beta/schedules/index.js.map +1 -1
- package/dist/commonjs/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/schedules/operations.js +6 -3
- package/dist/commonjs/api/beta/schedules/operations.js.map +3 -3
- package/dist/commonjs/api/beta/schedules/options.js +1 -0
- package/dist/commonjs/api/beta/schedules/options.js.map +1 -1
- package/dist/commonjs/api/beta/skills/index.d.ts +3 -0
- package/dist/commonjs/api/beta/skills/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/skills/index.js +40 -0
- package/dist/commonjs/api/beta/skills/index.js.map +7 -0
- package/dist/commonjs/api/beta/skills/operations.d.ts +34 -0
- package/dist/commonjs/api/beta/skills/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/skills/operations.js +336 -0
- package/dist/commonjs/api/beta/skills/operations.js.map +7 -0
- package/dist/commonjs/api/beta/skills/options.d.ts +72 -0
- package/dist/commonjs/api/beta/skills/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/skills/options.js +16 -0
- package/dist/commonjs/api/beta/skills/options.js.map +7 -0
- package/dist/commonjs/api/beta/toolboxes/index.d.ts +3 -0
- package/dist/commonjs/api/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/toolboxes/index.js +42 -0
- package/dist/commonjs/api/beta/toolboxes/index.js.map +7 -0
- package/dist/commonjs/api/beta/toolboxes/operations.d.ts +38 -0
- package/dist/commonjs/api/beta/toolboxes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/toolboxes/operations.js +377 -0
- package/dist/commonjs/api/beta/toolboxes/operations.js.map +7 -0
- package/dist/commonjs/api/beta/toolboxes/options.d.ts +77 -0
- package/dist/commonjs/api/beta/toolboxes/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/toolboxes/options.js +16 -0
- package/dist/commonjs/api/beta/toolboxes/options.js.map +7 -0
- package/dist/commonjs/api/connections/index.js +1 -0
- package/dist/commonjs/api/connections/index.js.map +1 -1
- package/dist/commonjs/api/connections/operations.js +1 -0
- package/dist/commonjs/api/connections/operations.js.map +1 -1
- package/dist/commonjs/api/connections/options.js +1 -0
- package/dist/commonjs/api/connections/options.js.map +1 -1
- package/dist/commonjs/api/datasets/index.js +1 -0
- package/dist/commonjs/api/datasets/index.js.map +1 -1
- package/dist/commonjs/api/datasets/operations.d.ts.map +1 -1
- package/dist/commonjs/api/datasets/operations.js +10 -8
- package/dist/commonjs/api/datasets/operations.js.map +3 -3
- package/dist/commonjs/api/datasets/options.js +1 -0
- package/dist/commonjs/api/datasets/options.js.map +1 -1
- package/dist/commonjs/api/deployments/index.js +1 -0
- package/dist/commonjs/api/deployments/index.js.map +1 -1
- package/dist/commonjs/api/deployments/operations.js +1 -0
- package/dist/commonjs/api/deployments/operations.js.map +1 -1
- package/dist/commonjs/api/deployments/options.js +1 -0
- package/dist/commonjs/api/deployments/options.js.map +1 -1
- package/dist/commonjs/api/evaluationRules/index.js +1 -0
- package/dist/commonjs/api/evaluationRules/index.js.map +1 -1
- package/dist/commonjs/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/commonjs/api/evaluationRules/operations.js +6 -14
- package/dist/commonjs/api/evaluationRules/operations.js.map +3 -3
- package/dist/commonjs/api/evaluationRules/options.d.ts +0 -8
- package/dist/commonjs/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/commonjs/api/evaluationRules/options.js +1 -0
- package/dist/commonjs/api/evaluationRules/options.js.map +2 -2
- package/dist/commonjs/api/index.d.ts +1 -1
- package/dist/commonjs/api/index.d.ts.map +1 -1
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +2 -2
- package/dist/commonjs/api/indexes/index.js +1 -0
- package/dist/commonjs/api/indexes/index.js.map +1 -1
- package/dist/commonjs/api/indexes/operations.js +1 -0
- package/dist/commonjs/api/indexes/operations.js.map +1 -1
- package/dist/commonjs/api/indexes/options.js +1 -0
- package/dist/commonjs/api/indexes/options.js.map +1 -1
- package/dist/commonjs/api/telemetry/index.js +1 -0
- package/dist/commonjs/api/telemetry/index.js.map +1 -1
- package/dist/commonjs/api/telemetry/operations.d.ts +1 -1
- package/dist/commonjs/api/telemetry/operations.d.ts.map +1 -1
- package/dist/commonjs/api/telemetry/operations.js +1 -0
- package/dist/commonjs/api/telemetry/operations.js.map +2 -2
- package/dist/commonjs/azureAgent.interface.d.ts +25 -0
- package/dist/commonjs/azureAgent.interface.d.ts.map +1 -0
- package/dist/commonjs/azureAgent.interface.js +16 -0
- package/dist/commonjs/azureAgent.interface.js.map +7 -0
- package/dist/commonjs/classic/agents/index.js +1 -0
- package/dist/commonjs/classic/agents/index.js.map +1 -1
- package/dist/commonjs/classic/beta/agents/index.d.ts +43 -0
- package/dist/commonjs/classic/beta/agents/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/agents/index.js +46 -0
- package/dist/commonjs/classic/beta/agents/index.js.map +7 -0
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js +1 -0
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js.map +1 -1
- package/dist/commonjs/classic/beta/evaluators/index.d.ts +2 -2
- package/dist/commonjs/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/evaluators/index.js +2 -1
- package/dist/commonjs/classic/beta/evaluators/index.js.map +3 -3
- package/dist/commonjs/classic/beta/index.d.ts +10 -1
- package/dist/commonjs/classic/beta/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/index.js +12 -2
- package/dist/commonjs/classic/beta/index.js.map +3 -3
- package/dist/commonjs/classic/beta/insights/index.d.ts +1 -1
- package/dist/commonjs/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/insights/index.js +2 -1
- package/dist/commonjs/classic/beta/insights/index.js.map +3 -3
- package/dist/commonjs/classic/beta/memoryStores/index.js +1 -0
- package/dist/commonjs/classic/beta/memoryStores/index.js.map +1 -1
- package/dist/commonjs/classic/beta/redTeams/index.js +1 -0
- package/dist/commonjs/classic/beta/redTeams/index.js.map +1 -1
- package/dist/commonjs/classic/beta/schedules/index.js +1 -0
- package/dist/commonjs/classic/beta/schedules/index.js.map +1 -1
- package/dist/commonjs/classic/beta/skills/index.d.ts +23 -0
- package/dist/commonjs/classic/beta/skills/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/skills/index.js +44 -0
- package/dist/commonjs/classic/beta/skills/index.js.map +7 -0
- package/dist/commonjs/classic/beta/toolboxes/index.d.ts +25 -0
- package/dist/commonjs/classic/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/toolboxes/index.js +45 -0
- package/dist/commonjs/classic/beta/toolboxes/index.js.map +7 -0
- package/dist/commonjs/classic/connections/index.js +1 -0
- package/dist/commonjs/classic/connections/index.js.map +1 -1
- package/dist/commonjs/classic/datasets/index.js +1 -0
- package/dist/commonjs/classic/datasets/index.js.map +1 -1
- package/dist/commonjs/classic/deployments/index.js +1 -0
- package/dist/commonjs/classic/deployments/index.js.map +1 -1
- package/dist/commonjs/classic/evaluationRules/index.js +1 -0
- package/dist/commonjs/classic/evaluationRules/index.js.map +1 -1
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -1
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/indexes/index.js +1 -0
- package/dist/commonjs/classic/indexes/index.js.map +1 -1
- package/dist/commonjs/classic/telemetry/index.d.ts +1 -1
- package/dist/commonjs/classic/telemetry/index.d.ts.map +1 -1
- package/dist/commonjs/classic/telemetry/index.js +1 -0
- package/dist/commonjs/classic/telemetry/index.js.map +2 -2
- package/dist/commonjs/constants.d.ts +1 -1
- package/dist/commonjs/constants.js +2 -1
- package/dist/commonjs/constants.js.map +2 -2
- package/dist/commonjs/deprecate.interface.d.ts +13 -0
- package/dist/commonjs/deprecate.interface.d.ts.map +1 -0
- package/dist/commonjs/deprecate.interface.js +16 -0
- package/dist/commonjs/deprecate.interface.js.map +7 -0
- package/dist/commonjs/getCustomFetch.js +1 -0
- package/dist/commonjs/getCustomFetch.js.map +1 -1
- package/dist/commonjs/index.d.ts +9 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +6 -2
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1 -1
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +1 -0
- package/dist/commonjs/models/index.js.map +2 -2
- package/dist/commonjs/models/models.d.ts +704 -157
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +1085 -207
- package/dist/commonjs/models/models.js.map +3 -3
- package/dist/commonjs/overwriteOpenAIClient.js +1 -0
- package/dist/commonjs/overwriteOpenAIClient.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/serialization/get-binary-stream-response.d.ts +12 -0
- package/dist/commonjs/static-helpers/serialization/get-binary-stream-response.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/serialization/get-binary-stream-response.js +35 -0
- package/dist/commonjs/static-helpers/serialization/get-binary-stream-response.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js +1 -0
- package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +1 -1
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/util.js +1 -0
- package/dist/commonjs/util.js.map +1 -1
- package/dist/esm/aiProjectClient.d.ts +8 -4
- package/dist/esm/aiProjectClient.d.ts.map +1 -1
- package/dist/esm/aiProjectClient.js +151 -94
- package/dist/esm/aiProjectClient.js.map +1 -7
- package/dist/esm/api/agents/index.js +4 -28
- package/dist/esm/api/agents/index.js.map +1 -7
- package/dist/esm/api/agents/operations.d.ts.map +1 -1
- package/dist/esm/api/agents/operations.js +390 -473
- package/dist/esm/api/agents/operations.js.map +1 -7
- package/dist/esm/api/agents/options.d.ts +11 -1
- package/dist/esm/api/agents/options.d.ts.map +1 -1
- package/dist/esm/api/agents/options.js +4 -0
- package/dist/esm/api/agents/options.js.map +1 -7
- package/dist/esm/api/aiProjectContext.js +21 -19
- package/dist/esm/api/aiProjectContext.js.map +1 -7
- package/dist/esm/api/beta/agents/index.d.ts +3 -0
- package/dist/esm/api/beta/agents/index.d.ts.map +1 -0
- package/dist/esm/api/beta/agents/index.js +4 -0
- package/dist/esm/api/beta/agents/index.js.map +1 -0
- package/dist/esm/api/beta/agents/operations.d.ts +58 -0
- package/dist/esm/api/beta/agents/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/agents/operations.js +340 -0
- package/dist/esm/api/beta/agents/operations.js.map +1 -0
- package/dist/esm/api/beta/agents/options.d.ts +78 -0
- package/dist/esm/api/beta/agents/options.d.ts.map +1 -0
- package/dist/esm/api/beta/agents/options.js +4 -0
- package/dist/esm/api/beta/agents/options.js.map +1 -0
- package/dist/esm/api/beta/evaluationTaxonomies/index.js +4 -8
- package/dist/esm/api/beta/evaluationTaxonomies/index.js.map +1 -7
- package/dist/esm/api/beta/evaluationTaxonomies/operations.js +150 -183
- package/dist/esm/api/beta/evaluationTaxonomies/operations.js.map +1 -7
- package/dist/esm/api/beta/evaluationTaxonomies/options.js +4 -0
- package/dist/esm/api/beta/evaluationTaxonomies/options.js.map +1 -7
- package/dist/esm/api/beta/evaluators/index.d.ts +2 -2
- package/dist/esm/api/beta/evaluators/index.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluators/index.js +4 -16
- package/dist/esm/api/beta/evaluators/index.js.map +1 -7
- package/dist/esm/api/beta/evaluators/operations.d.ts +5 -5
- package/dist/esm/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluators/operations.js +192 -243
- package/dist/esm/api/beta/evaluators/operations.js.map +1 -7
- package/dist/esm/api/beta/evaluators/options.d.ts +1 -1
- package/dist/esm/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluators/options.js +4 -0
- package/dist/esm/api/beta/evaluators/options.js.map +1 -7
- package/dist/esm/api/beta/insights/index.js +4 -6
- package/dist/esm/api/beta/insights/index.js.map +1 -7
- package/dist/esm/api/beta/insights/operations.d.ts +2 -2
- package/dist/esm/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/insights/operations.js +115 -126
- package/dist/esm/api/beta/insights/operations.js.map +1 -7
- package/dist/esm/api/beta/insights/options.js +4 -0
- package/dist/esm/api/beta/insights/options.js.map +1 -7
- package/dist/esm/api/beta/memoryStores/index.js +4 -22
- package/dist/esm/api/beta/memoryStores/index.js.map +1 -7
- package/dist/esm/api/beta/memoryStores/operations.js +305 -374
- package/dist/esm/api/beta/memoryStores/operations.js.map +1 -7
- package/dist/esm/api/beta/memoryStores/options.d.ts +2 -2
- package/dist/esm/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/esm/api/beta/memoryStores/options.js +5 -0
- package/dist/esm/api/beta/memoryStores/options.js.map +1 -7
- package/dist/esm/api/beta/redTeams/index.js +4 -6
- package/dist/esm/api/beta/redTeams/index.js.map +1 -7
- package/dist/esm/api/beta/redTeams/operations.js +95 -119
- package/dist/esm/api/beta/redTeams/operations.js.map +1 -7
- package/dist/esm/api/beta/redTeams/options.js +4 -0
- package/dist/esm/api/beta/redTeams/options.js.map +1 -7
- package/dist/esm/api/beta/schedules/index.js +4 -9
- package/dist/esm/api/beta/schedules/index.js.map +1 -7
- package/dist/esm/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/schedules/operations.js +206 -248
- package/dist/esm/api/beta/schedules/operations.js.map +1 -7
- package/dist/esm/api/beta/schedules/options.js +4 -0
- package/dist/esm/api/beta/schedules/options.js.map +1 -7
- package/dist/esm/api/beta/skills/index.d.ts +3 -0
- package/dist/esm/api/beta/skills/index.d.ts.map +1 -0
- package/dist/esm/api/beta/skills/index.js +4 -0
- package/dist/esm/api/beta/skills/index.js.map +1 -0
- package/dist/esm/api/beta/skills/operations.d.ts +34 -0
- package/dist/esm/api/beta/skills/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/skills/operations.js +245 -0
- package/dist/esm/api/beta/skills/operations.js.map +1 -0
- package/dist/esm/api/beta/skills/options.d.ts +72 -0
- package/dist/esm/api/beta/skills/options.d.ts.map +1 -0
- package/dist/esm/api/beta/skills/options.js +4 -0
- package/dist/esm/api/beta/skills/options.js.map +1 -0
- package/dist/esm/api/beta/toolboxes/index.d.ts +3 -0
- package/dist/esm/api/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/esm/api/beta/toolboxes/index.js +4 -0
- package/dist/esm/api/beta/toolboxes/index.js.map +1 -0
- package/dist/esm/api/beta/toolboxes/operations.d.ts +38 -0
- package/dist/esm/api/beta/toolboxes/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/toolboxes/operations.js +273 -0
- package/dist/esm/api/beta/toolboxes/operations.js.map +1 -0
- package/dist/esm/api/beta/toolboxes/options.d.ts +77 -0
- package/dist/esm/api/beta/toolboxes/options.d.ts.map +1 -0
- package/dist/esm/api/beta/toolboxes/options.js +4 -0
- package/dist/esm/api/beta/toolboxes/options.js.map +1 -0
- package/dist/esm/api/connections/index.js +4 -6
- package/dist/esm/api/connections/index.js.map +1 -7
- package/dist/esm/api/connections/operations.js +109 -116
- package/dist/esm/api/connections/operations.js.map +1 -7
- package/dist/esm/api/connections/options.js +4 -0
- package/dist/esm/api/connections/options.js.map +1 -7
- package/dist/esm/api/datasets/index.js +4 -18
- package/dist/esm/api/datasets/index.js.map +1 -7
- package/dist/esm/api/datasets/operations.d.ts.map +1 -1
- package/dist/esm/api/datasets/operations.js +288 -355
- package/dist/esm/api/datasets/operations.js.map +1 -7
- package/dist/esm/api/datasets/options.js +4 -0
- package/dist/esm/api/datasets/options.js.map +1 -7
- package/dist/esm/api/deployments/index.js +4 -5
- package/dist/esm/api/deployments/index.js.map +1 -7
- package/dist/esm/api/deployments/operations.js +57 -70
- package/dist/esm/api/deployments/operations.js.map +1 -7
- package/dist/esm/api/deployments/options.js +4 -0
- package/dist/esm/api/deployments/options.js.map +1 -7
- package/dist/esm/api/evaluationRules/index.js +4 -7
- package/dist/esm/api/evaluationRules/index.js.map +1 -7
- package/dist/esm/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/esm/api/evaluationRules/operations.js +102 -144
- package/dist/esm/api/evaluationRules/operations.js.map +1 -7
- package/dist/esm/api/evaluationRules/options.d.ts +0 -8
- package/dist/esm/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/esm/api/evaluationRules/options.js +4 -0
- package/dist/esm/api/evaluationRules/options.js.map +1 -7
- package/dist/esm/api/index.d.ts +1 -1
- package/dist/esm/api/index.d.ts.map +1 -1
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/indexes/index.js +4 -8
- package/dist/esm/api/indexes/index.js.map +1 -7
- package/dist/esm/api/indexes/operations.js +116 -161
- package/dist/esm/api/indexes/operations.js.map +1 -7
- package/dist/esm/api/indexes/options.js +4 -0
- package/dist/esm/api/indexes/options.js.map +1 -7
- package/dist/esm/api/telemetry/index.js +4 -4
- package/dist/esm/api/telemetry/index.js.map +1 -7
- package/dist/esm/api/telemetry/operations.d.ts +1 -1
- package/dist/esm/api/telemetry/operations.d.ts.map +1 -1
- package/dist/esm/api/telemetry/operations.js +53 -46
- package/dist/esm/api/telemetry/operations.js.map +1 -7
- package/dist/esm/azureAgent.interface.d.ts +25 -0
- package/dist/esm/azureAgent.interface.d.ts.map +1 -0
- package/dist/esm/azureAgent.interface.js +4 -0
- package/dist/esm/azureAgent.interface.js.map +1 -0
- package/dist/esm/classic/agents/index.js +40 -80
- package/dist/esm/classic/agents/index.js.map +1 -7
- package/dist/esm/classic/beta/agents/index.d.ts +43 -0
- package/dist/esm/classic/beta/agents/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/agents/index.js +22 -0
- package/dist/esm/classic/beta/agents/index.js.map +1 -0
- package/dist/esm/classic/beta/evaluationTaxonomies/index.js +15 -21
- package/dist/esm/classic/beta/evaluationTaxonomies/index.js.map +1 -7
- package/dist/esm/classic/beta/evaluators/index.d.ts +2 -2
- package/dist/esm/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/evaluators/index.js +16 -23
- package/dist/esm/classic/beta/evaluators/index.js.map +1 -7
- package/dist/esm/classic/beta/index.d.ts +10 -1
- package/dist/esm/classic/beta/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/index.js +27 -18
- package/dist/esm/classic/beta/index.js.map +1 -7
- package/dist/esm/classic/beta/insights/index.d.ts +1 -1
- package/dist/esm/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/insights/index.js +12 -12
- package/dist/esm/classic/beta/insights/index.js.map +1 -7
- package/dist/esm/classic/beta/memoryStores/index.js +19 -29
- package/dist/esm/classic/beta/memoryStores/index.js.map +1 -7
- package/dist/esm/classic/beta/redTeams/index.js +12 -12
- package/dist/esm/classic/beta/redTeams/index.js.map +1 -7
- package/dist/esm/classic/beta/schedules/index.js +16 -23
- package/dist/esm/classic/beta/schedules/index.js.map +1 -7
- package/dist/esm/classic/beta/skills/index.d.ts +23 -0
- package/dist/esm/classic/beta/skills/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/skills/index.js +20 -0
- package/dist/esm/classic/beta/skills/index.js.map +1 -0
- package/dist/esm/classic/beta/toolboxes/index.d.ts +25 -0
- package/dist/esm/classic/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/toolboxes/index.js +21 -0
- package/dist/esm/classic/beta/toolboxes/index.js.map +1 -0
- package/dist/esm/classic/connections/index.js +13 -13
- package/dist/esm/classic/connections/index.js.map +1 -7
- package/dist/esm/classic/datasets/index.js +19 -29
- package/dist/esm/classic/datasets/index.js.map +1 -7
- package/dist/esm/classic/deployments/index.js +11 -11
- package/dist/esm/classic/deployments/index.js.map +1 -7
- package/dist/esm/classic/evaluationRules/index.js +13 -13
- package/dist/esm/classic/evaluationRules/index.js.map +1 -7
- package/dist/esm/classic/index.d.ts +3 -0
- package/dist/esm/classic/index.d.ts.map +1 -1
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/indexes/index.js +14 -14
- package/dist/esm/classic/indexes/index.js.map +1 -7
- package/dist/esm/classic/telemetry/index.d.ts +1 -1
- package/dist/esm/classic/telemetry/index.d.ts.map +1 -1
- package/dist/esm/classic/telemetry/index.js +7 -9
- package/dist/esm/classic/telemetry/index.js.map +1 -7
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +11 -6
- package/dist/esm/constants.js.map +1 -7
- package/dist/esm/deprecate.interface.d.ts +13 -0
- package/dist/esm/deprecate.interface.d.ts.map +1 -0
- package/dist/esm/deprecate.interface.js +4 -0
- package/dist/esm/deprecate.interface.js.map +1 -0
- package/dist/esm/getCustomFetch.js +40 -33
- package/dist/esm/getCustomFetch.js.map +1 -7
- package/dist/esm/index.d.ts +9 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +5 -4
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +1 -1
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +704 -157
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +4464 -4160
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/overwriteOpenAIClient.js +13 -13
- package/dist/esm/overwriteOpenAIClient.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +123 -99
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.js +98 -75
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/get-binary-stream-response.d.ts +12 -0
- package/dist/esm/static-helpers/serialization/get-binary-stream-response.d.ts.map +1 -0
- package/dist/esm/static-helpers/serialization/get-binary-stream-response.js +17 -0
- package/dist/esm/static-helpers/serialization/get-binary-stream-response.js.map +1 -0
- package/dist/esm/static-helpers/serialization/serialize-record.js +18 -16
- package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/dist/esm/util.js +84 -63
- package/dist/esm/util.js.map +1 -7
- package/dist/react-native/aiProjectClient.d.ts +8 -4
- package/dist/react-native/aiProjectClient.d.ts.map +1 -1
- package/dist/react-native/aiProjectClient.js +39 -7
- package/dist/react-native/aiProjectClient.js.map +1 -1
- package/dist/react-native/api/agents/operations.d.ts.map +1 -1
- package/dist/react-native/api/agents/operations.js +33 -18
- package/dist/react-native/api/agents/operations.js.map +1 -1
- package/dist/react-native/api/agents/options.d.ts +11 -1
- package/dist/react-native/api/agents/options.d.ts.map +1 -1
- package/dist/react-native/api/agents/options.js.map +1 -1
- package/dist/react-native/api/beta/agents/index.d.ts +3 -0
- package/dist/react-native/api/beta/agents/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/agents/index.js +4 -0
- package/dist/react-native/api/beta/agents/index.js.map +1 -0
- package/dist/react-native/api/beta/agents/operations.d.ts +58 -0
- package/dist/react-native/api/beta/agents/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/agents/operations.js +340 -0
- package/dist/react-native/api/beta/agents/operations.js.map +1 -0
- package/dist/react-native/api/beta/agents/options.d.ts +78 -0
- package/dist/react-native/api/beta/agents/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/agents/options.js +4 -0
- package/dist/react-native/api/beta/agents/options.js.map +1 -0
- package/dist/react-native/api/beta/evaluators/index.d.ts +2 -2
- package/dist/react-native/api/beta/evaluators/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/evaluators/index.js +1 -1
- package/dist/react-native/api/beta/evaluators/index.js.map +1 -1
- package/dist/react-native/api/beta/evaluators/operations.d.ts +5 -5
- package/dist/react-native/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/evaluators/operations.js +5 -5
- package/dist/react-native/api/beta/evaluators/operations.js.map +1 -1
- package/dist/react-native/api/beta/evaluators/options.d.ts +1 -1
- package/dist/react-native/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/evaluators/options.js.map +1 -1
- package/dist/react-native/api/beta/insights/operations.d.ts +2 -2
- package/dist/react-native/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/insights/operations.js +15 -9
- package/dist/react-native/api/beta/insights/operations.js.map +1 -1
- package/dist/react-native/api/beta/memoryStores/options.d.ts +2 -2
- package/dist/react-native/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/memoryStores/options.js +1 -0
- package/dist/react-native/api/beta/memoryStores/options.js.map +1 -1
- package/dist/react-native/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/schedules/operations.js +4 -2
- package/dist/react-native/api/beta/schedules/operations.js.map +1 -1
- package/dist/react-native/api/beta/skills/index.d.ts +3 -0
- package/dist/react-native/api/beta/skills/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/skills/index.js +4 -0
- package/dist/react-native/api/beta/skills/index.js.map +1 -0
- package/dist/react-native/api/beta/skills/operations.d.ts +34 -0
- package/dist/react-native/api/beta/skills/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/skills/operations.js +245 -0
- package/dist/react-native/api/beta/skills/operations.js.map +1 -0
- package/dist/react-native/api/beta/skills/options.d.ts +72 -0
- package/dist/react-native/api/beta/skills/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/skills/options.js +4 -0
- package/dist/react-native/api/beta/skills/options.js.map +1 -0
- package/dist/react-native/api/beta/toolboxes/index.d.ts +3 -0
- package/dist/react-native/api/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/toolboxes/index.js +4 -0
- package/dist/react-native/api/beta/toolboxes/index.js.map +1 -0
- package/dist/react-native/api/beta/toolboxes/operations.d.ts +38 -0
- package/dist/react-native/api/beta/toolboxes/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/toolboxes/operations.js +273 -0
- package/dist/react-native/api/beta/toolboxes/operations.js.map +1 -0
- package/dist/react-native/api/beta/toolboxes/options.d.ts +77 -0
- package/dist/react-native/api/beta/toolboxes/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/toolboxes/options.js +4 -0
- package/dist/react-native/api/beta/toolboxes/options.js.map +1 -0
- package/dist/react-native/api/datasets/operations.d.ts.map +1 -1
- package/dist/react-native/api/datasets/operations.js +9 -8
- package/dist/react-native/api/datasets/operations.js.map +1 -1
- package/dist/react-native/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/react-native/api/evaluationRules/operations.js +5 -24
- package/dist/react-native/api/evaluationRules/operations.js.map +1 -1
- package/dist/react-native/api/evaluationRules/options.d.ts +0 -8
- package/dist/react-native/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/react-native/api/evaluationRules/options.js.map +1 -1
- package/dist/react-native/api/index.d.ts +1 -1
- package/dist/react-native/api/index.d.ts.map +1 -1
- package/dist/react-native/api/index.js.map +1 -1
- package/dist/react-native/api/telemetry/operations.d.ts +1 -1
- package/dist/react-native/api/telemetry/operations.d.ts.map +1 -1
- package/dist/react-native/api/telemetry/operations.js.map +1 -1
- package/dist/react-native/azureAgent.interface.d.ts +25 -0
- package/dist/react-native/azureAgent.interface.d.ts.map +1 -0
- package/dist/react-native/azureAgent.interface.js +4 -0
- package/dist/react-native/azureAgent.interface.js.map +1 -0
- package/dist/react-native/classic/beta/agents/index.d.ts +43 -0
- package/dist/react-native/classic/beta/agents/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/agents/index.js +22 -0
- package/dist/react-native/classic/beta/agents/index.js.map +1 -0
- package/dist/react-native/classic/beta/evaluators/index.d.ts +2 -2
- package/dist/react-native/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/evaluators/index.js +2 -2
- package/dist/react-native/classic/beta/evaluators/index.js.map +1 -1
- package/dist/react-native/classic/beta/index.d.ts +10 -1
- package/dist/react-native/classic/beta/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/index.js +10 -1
- package/dist/react-native/classic/beta/index.js.map +1 -1
- package/dist/react-native/classic/beta/insights/index.d.ts +1 -1
- package/dist/react-native/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/insights/index.js +1 -1
- package/dist/react-native/classic/beta/insights/index.js.map +1 -1
- package/dist/react-native/classic/beta/skills/index.d.ts +23 -0
- package/dist/react-native/classic/beta/skills/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/skills/index.js +20 -0
- package/dist/react-native/classic/beta/skills/index.js.map +1 -0
- package/dist/react-native/classic/beta/toolboxes/index.d.ts +25 -0
- package/dist/react-native/classic/beta/toolboxes/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/toolboxes/index.js +21 -0
- package/dist/react-native/classic/beta/toolboxes/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +3 -0
- package/dist/react-native/classic/index.d.ts.map +1 -1
- package/dist/react-native/classic/index.js.map +1 -1
- package/dist/react-native/classic/telemetry/index.d.ts +1 -1
- package/dist/react-native/classic/telemetry/index.d.ts.map +1 -1
- package/dist/react-native/classic/telemetry/index.js.map +1 -1
- package/dist/react-native/constants.d.ts +1 -1
- package/dist/react-native/constants.js +1 -1
- package/dist/react-native/constants.js.map +1 -1
- package/dist/react-native/deprecate.interface.d.ts +13 -0
- package/dist/react-native/deprecate.interface.d.ts.map +1 -0
- package/dist/react-native/deprecate.interface.js +4 -0
- package/dist/react-native/deprecate.interface.js.map +1 -0
- package/dist/react-native/index.d.ts +9 -3
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +1 -0
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1 -1
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +704 -157
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +931 -176
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/static-helpers/serialization/get-binary-stream-response.d.ts +12 -0
- package/dist/react-native/static-helpers/serialization/get-binary-stream-response.d.ts.map +1 -0
- package/dist/react-native/static-helpers/serialization/get-binary-stream-response.js +17 -0
- package/dist/react-native/static-helpers/serialization/get-binary-stream-response.js.map +1 -0
- package/package.json +11 -10
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/classic/evaluationRules/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AIProjectContext } from \"../../api/aiProjectContext.js\";\nimport { list, createOrUpdate, $delete, get } from \"../../api/evaluationRules/operations.js\";\nimport type {\n EvaluationRulesListOptionalParams,\n EvaluationRulesCreateOrUpdateOptionalParams,\n EvaluationRulesDeleteOptionalParams,\n EvaluationRulesGetOptionalParams,\n} from \"../../api/evaluationRules/options.js\";\nimport type { EvaluationRule } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\n\n/** Interface representing a EvaluationRules operations. */\nexport interface EvaluationRulesOperations {\n /** List all evaluation rules. */\n list: (options?: EvaluationRulesListOptionalParams) => PagedAsyncIterableIterator<EvaluationRule>;\n /** Create or update an evaluation rule. */\n createOrUpdate: (\n id: string,\n evaluationRule: EvaluationRule,\n options?: EvaluationRulesCreateOrUpdateOptionalParams,\n ) => Promise<EvaluationRule>;\n /** Delete an evaluation rule. */\n delete: (id: string, options?: EvaluationRulesDeleteOptionalParams) => Promise<void>;\n /** Get an evaluation rule. */\n get: (id: string, options?: EvaluationRulesGetOptionalParams) => Promise<EvaluationRule>;\n}\n\nfunction _getEvaluationRules(context: AIProjectContext) {\n return {\n list: (options?: EvaluationRulesListOptionalParams) => list(context, options),\n createOrUpdate: (\n id: string,\n evaluationRule: EvaluationRule,\n options?: EvaluationRulesCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, id, evaluationRule, options),\n delete: (id: string, options?: EvaluationRulesDeleteOptionalParams) =>\n $delete(context, id, options),\n get: (id: string, options?: EvaluationRulesGetOptionalParams) => get(context, id, options),\n };\n}\n\nexport function _getEvaluationRulesOperations(\n context: AIProjectContext,\n): EvaluationRulesOperations {\n return {\n ..._getEvaluationRules(context),\n };\n}\n"],
|
|
5
|
-
"mappings": "AAIA,SAAS,MAAM,gBAAgB,SAAS,WAAW;AA0BnD,SAAS,oBAAoB,SAA2B;AACtD,SAAO;AAAA,IACL,MAAM,CAAC,YAAgD,KAAK,SAAS,OAAO;AAAA,IAC5E,gBAAgB,CACd,IACA,gBACA,YACG,eAAe,SAAS,IAAI,gBAAgB,OAAO;AAAA,IACxD,QAAQ,CAAC,IAAY,YACnB,QAAQ,SAAS,IAAI,OAAO;AAAA,IAC9B,KAAK,CAAC,IAAY,YAA+C,IAAI,SAAS,IAAI,OAAO;AAAA,EAC3F;AACF;AAEO,SAAS,8BACd,SAC2B;AAC3B,SAAO;AAAA,IACL,GAAG,oBAAoB,OAAO;AAAA,EAChC;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/evaluationRules/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,yCAAyC,CAAC;AA0B7F,SAAS,mBAAmB,CAAC,OAAyB;IACpD,OAAO;QACL,IAAI,EAAE,CAAC,OAA2C,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;QAC7E,cAAc,EAAE,CACd,EAAU,EACV,cAA8B,EAC9B,OAAqD,EACrD,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,EAAE,EAAE,cAAc,EAAE,OAAO,CAAC;QACzD,MAAM,EAAE,CAAC,EAAU,EAAE,OAA6C,EAAE,EAAE,CACpE,OAAO,CAAC,OAAO,EAAE,EAAE,EAAE,OAAO,CAAC;QAC/B,GAAG,EAAE,CAAC,EAAU,EAAE,OAA0C,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,EAAE,OAAO,CAAC;KAC3F,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,OAAyB;IAEzB,OAAO;QACL,GAAG,mBAAmB,CAAC,OAAO,CAAC;KAChC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AIProjectContext } from \"../../api/aiProjectContext.js\";\nimport { list, createOrUpdate, $delete, get } from \"../../api/evaluationRules/operations.js\";\nimport type {\n EvaluationRulesListOptionalParams,\n EvaluationRulesCreateOrUpdateOptionalParams,\n EvaluationRulesDeleteOptionalParams,\n EvaluationRulesGetOptionalParams,\n} from \"../../api/evaluationRules/options.js\";\nimport type { EvaluationRule } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\n\n/** Interface representing a EvaluationRules operations. */\nexport interface EvaluationRulesOperations {\n /** List all evaluation rules. */\n list: (options?: EvaluationRulesListOptionalParams) => PagedAsyncIterableIterator<EvaluationRule>;\n /** Create or update an evaluation rule. */\n createOrUpdate: (\n id: string,\n evaluationRule: EvaluationRule,\n options?: EvaluationRulesCreateOrUpdateOptionalParams,\n ) => Promise<EvaluationRule>;\n /** Delete an evaluation rule. */\n delete: (id: string, options?: EvaluationRulesDeleteOptionalParams) => Promise<void>;\n /** Get an evaluation rule. */\n get: (id: string, options?: EvaluationRulesGetOptionalParams) => Promise<EvaluationRule>;\n}\n\nfunction _getEvaluationRules(context: AIProjectContext) {\n return {\n list: (options?: EvaluationRulesListOptionalParams) => list(context, options),\n createOrUpdate: (\n id: string,\n evaluationRule: EvaluationRule,\n options?: EvaluationRulesCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, id, evaluationRule, options),\n delete: (id: string, options?: EvaluationRulesDeleteOptionalParams) =>\n $delete(context, id, options),\n get: (id: string, options?: EvaluationRulesGetOptionalParams) => get(context, id, options),\n };\n}\n\nexport function _getEvaluationRulesOperations(\n context: AIProjectContext,\n): EvaluationRulesOperations {\n return {\n ..._getEvaluationRules(context),\n };\n}\n"]}
|
|
@@ -5,11 +5,14 @@ export type { DatasetsOperations } from "./datasets/index.js";
|
|
|
5
5
|
export type { DeploymentsOperations } from "./deployments/index.js";
|
|
6
6
|
export type { EvaluationRulesOperations } from "./evaluationRules/index.js";
|
|
7
7
|
export type { IndexesOperations } from "./indexes/index.js";
|
|
8
|
+
export type { BetaAgentsOperations } from "./beta/agents/index.js";
|
|
8
9
|
export type { BetaEvaluationTaxonomiesOperations } from "./beta/evaluationTaxonomies/index.js";
|
|
9
10
|
export type { BetaEvaluatorsOperations } from "./beta/evaluators/index.js";
|
|
10
11
|
export type { BetaInsightsOperations } from "./beta/insights/index.js";
|
|
11
12
|
export type { BetaMemoryStoresOperations } from "./beta/memoryStores/index.js";
|
|
12
13
|
export type { BetaRedTeamsOperations } from "./beta/redTeams/index.js";
|
|
13
14
|
export type { BetaSchedulesOperations } from "./beta/schedules/index.js";
|
|
15
|
+
export type { BetaSkillsOperations } from "./beta/skills/index.js";
|
|
16
|
+
export type { BetaToolboxesOperations } from "./beta/toolboxes/index.js";
|
|
14
17
|
export type { TelemetryOperations } from "./telemetry/index.js";
|
|
15
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,YAAY,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,YAAY,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC/F,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,YAAY,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAC1D,YAAY,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,YAAY,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,YAAY,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,YAAY,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,YAAY,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC/F,YAAY,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC/E,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACnE,YAAY,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACzE,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": [],
|
|
4
|
-
"sourcesContent": [],
|
|
5
|
-
"mappings": "",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { AgentsOperations } from \"./agents/index.js\";\nexport type { BetaOperations } from \"./beta/index.js\";\nexport type { ConnectionsOperations } from \"./connections/index.js\";\nexport type { DatasetsOperations } from \"./datasets/index.js\";\nexport type { DeploymentsOperations } from \"./deployments/index.js\";\nexport type { EvaluationRulesOperations } from \"./evaluationRules/index.js\";\nexport type { IndexesOperations } from \"./indexes/index.js\";\nexport type { BetaAgentsOperations } from \"./beta/agents/index.js\";\nexport type { BetaEvaluationTaxonomiesOperations } from \"./beta/evaluationTaxonomies/index.js\";\nexport type { BetaEvaluatorsOperations } from \"./beta/evaluators/index.js\";\nexport type { BetaInsightsOperations } from \"./beta/insights/index.js\";\nexport type { BetaMemoryStoresOperations } from \"./beta/memoryStores/index.js\";\nexport type { BetaRedTeamsOperations } from \"./beta/redTeams/index.js\";\nexport type { BetaSchedulesOperations } from \"./beta/schedules/index.js\";\nexport type { BetaSkillsOperations } from \"./beta/skills/index.js\";\nexport type { BetaToolboxesOperations } from \"./beta/toolboxes/index.js\";\nexport type { TelemetryOperations } from \"./telemetry/index.js\";\n"]}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { createOrUpdate, $delete, get, list, listVersions } from "../../api/indexes/operations.js";
|
|
2
4
|
function _getIndexes(context) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
return {
|
|
6
|
+
createOrUpdate: (name, version, index, options) => createOrUpdate(context, name, index, version, options),
|
|
7
|
+
delete: (name, version, options) => $delete(context, name, version, options),
|
|
8
|
+
get: (name, version, options) => get(context, name, version, options),
|
|
9
|
+
list: (options) => list(context, options),
|
|
10
|
+
listVersions: (name, options) => listVersions(context, name, options),
|
|
11
|
+
};
|
|
10
12
|
}
|
|
11
|
-
function _getIndexesOperations(context) {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
export function _getIndexesOperations(context) {
|
|
14
|
+
return {
|
|
15
|
+
..._getIndexes(context),
|
|
16
|
+
};
|
|
15
17
|
}
|
|
16
|
-
|
|
17
|
-
_getIndexesOperations
|
|
18
|
-
};
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/classic/indexes/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AIProjectContext } from \"../../api/aiProjectContext.js\";\nimport { createOrUpdate, $delete, get, list, listVersions } from \"../../api/indexes/operations.js\";\nimport type {\n IndexesCreateOrUpdateOptionalParams,\n IndexesDeleteOptionalParams,\n IndexesGetOptionalParams,\n IndexesListOptionalParams,\n IndexesListVersionsOptionalParams,\n} from \"../../api/indexes/options.js\";\nimport type { IndexUnion } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\n\n/** Interface representing a Indexes operations. */\nexport interface IndexesOperations {\n /** Create a new or update an existing Index with the given version id */\n createOrUpdate: (\n name: string,\n version: string,\n index: IndexUnion,\n options?: IndexesCreateOrUpdateOptionalParams,\n ) => Promise<IndexUnion>;\n /** Delete the specific version of the Index. The service returns 204 No Content if the Index was deleted successfully or if the Index does not exist. */\n delete: (name: string, version: string, options?: IndexesDeleteOptionalParams) => Promise<void>;\n /** Get the specific version of the Index. The service returns 404 Not Found error if the Index does not exist. */\n get: (name: string, version: string, options?: IndexesGetOptionalParams) => Promise<IndexUnion>;\n /** List the latest version of each Index */\n list: (options?: IndexesListOptionalParams) => PagedAsyncIterableIterator<IndexUnion>;\n /** List all versions of the given Index */\n listVersions: (\n name: string,\n options?: IndexesListVersionsOptionalParams,\n ) => PagedAsyncIterableIterator<IndexUnion>;\n}\n\nfunction _getIndexes(context: AIProjectContext) {\n return {\n createOrUpdate: (\n name: string,\n version: string,\n index: IndexUnion,\n options?: IndexesCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, name, index, version, options),\n delete: (name: string, version: string, options?: IndexesDeleteOptionalParams) =>\n $delete(context, name, version, options),\n get: (name: string, version: string, options?: IndexesGetOptionalParams) =>\n get(context, name, version, options),\n list: (options?: IndexesListOptionalParams) => list(context, options),\n listVersions: (name: string, options?: IndexesListVersionsOptionalParams) =>\n listVersions(context, name, options),\n };\n}\n\nexport function _getIndexesOperations(context: AIProjectContext): IndexesOperations {\n return {\n ..._getIndexes(context),\n };\n}\n"],
|
|
5
|
-
"mappings": "AAIA,SAAS,gBAAgB,SAAS,KAAK,MAAM,oBAAoB;AAiCjE,SAAS,YAAY,SAA2B;AAC9C,SAAO;AAAA,IACL,gBAAgB,CACd,MACA,SACA,OACA,YACG,eAAe,SAAS,MAAM,OAAO,SAAS,OAAO;AAAA,IAC1D,QAAQ,CAAC,MAAc,SAAiB,YACtC,QAAQ,SAAS,MAAM,SAAS,OAAO;AAAA,IACzC,KAAK,CAAC,MAAc,SAAiB,YACnC,IAAI,SAAS,MAAM,SAAS,OAAO;AAAA,IACrC,MAAM,CAAC,YAAwC,KAAK,SAAS,OAAO;AAAA,IACpE,cAAc,CAAC,MAAc,YAC3B,aAAa,SAAS,MAAM,OAAO;AAAA,EACvC;AACF;AAEO,SAAS,sBAAsB,SAA8C;AAClF,SAAO;AAAA,IACL,GAAG,YAAY,OAAO;AAAA,EACxB;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/indexes/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAGlC,OAAO,EAAE,cAAc,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAiCnG,SAAS,WAAW,CAAC,OAAyB;IAC5C,OAAO;QACL,cAAc,EAAE,CACd,IAAY,EACZ,OAAe,EACf,KAAiB,EACjB,OAA6C,EAC7C,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC;QAC3D,MAAM,EAAE,CAAC,IAAY,EAAE,OAAe,EAAE,OAAqC,EAAE,EAAE,CAC/E,OAAO,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC;QAC1C,GAAG,EAAE,CAAC,IAAY,EAAE,OAAe,EAAE,OAAkC,EAAE,EAAE,CACzE,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,CAAC;QACtC,IAAI,EAAE,CAAC,OAAmC,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;QACrE,YAAY,EAAE,CAAC,IAAY,EAAE,OAA2C,EAAE,EAAE,CAC1E,YAAY,CAAC,OAAO,EAAE,IAAI,EAAE,OAAO,CAAC;KACvC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,OAAyB;IAC7D,OAAO;QACL,GAAG,WAAW,CAAC,OAAO,CAAC;KACxB,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { AIProjectContext } from \"../../api/aiProjectContext.js\";\nimport { createOrUpdate, $delete, get, list, listVersions } from \"../../api/indexes/operations.js\";\nimport type {\n IndexesCreateOrUpdateOptionalParams,\n IndexesDeleteOptionalParams,\n IndexesGetOptionalParams,\n IndexesListOptionalParams,\n IndexesListVersionsOptionalParams,\n} from \"../../api/indexes/options.js\";\nimport type { IndexUnion } from \"../../models/models.js\";\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\n\n/** Interface representing a Indexes operations. */\nexport interface IndexesOperations {\n /** Create a new or update an existing Index with the given version id */\n createOrUpdate: (\n name: string,\n version: string,\n index: IndexUnion,\n options?: IndexesCreateOrUpdateOptionalParams,\n ) => Promise<IndexUnion>;\n /** Delete the specific version of the Index. The service returns 204 No Content if the Index was deleted successfully or if the Index does not exist. */\n delete: (name: string, version: string, options?: IndexesDeleteOptionalParams) => Promise<void>;\n /** Get the specific version of the Index. The service returns 404 Not Found error if the Index does not exist. */\n get: (name: string, version: string, options?: IndexesGetOptionalParams) => Promise<IndexUnion>;\n /** List the latest version of each Index */\n list: (options?: IndexesListOptionalParams) => PagedAsyncIterableIterator<IndexUnion>;\n /** List all versions of the given Index */\n listVersions: (\n name: string,\n options?: IndexesListVersionsOptionalParams,\n ) => PagedAsyncIterableIterator<IndexUnion>;\n}\n\nfunction _getIndexes(context: AIProjectContext) {\n return {\n createOrUpdate: (\n name: string,\n version: string,\n index: IndexUnion,\n options?: IndexesCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, name, index, version, options),\n delete: (name: string, version: string, options?: IndexesDeleteOptionalParams) =>\n $delete(context, name, version, options),\n get: (name: string, version: string, options?: IndexesGetOptionalParams) =>\n get(context, name, version, options),\n list: (options?: IndexesListOptionalParams) => list(context, options),\n listVersions: (name: string, options?: IndexesListVersionsOptionalParams) =>\n listVersions(context, name, options),\n };\n}\n\nexport function _getIndexesOperations(context: AIProjectContext): IndexesOperations {\n return {\n ..._getIndexes(context),\n };\n}\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OperationOptions } from "@azure-rest/core-client";
|
|
1
|
+
import type { OperationOptions } from "@azure-rest/core-client";
|
|
2
2
|
import type { ConnectionsOperations } from "../connections/index.js";
|
|
3
3
|
/** Interface representing telemetry operations */
|
|
4
4
|
export interface TelemetryOperations {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/telemetry/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/telemetry/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAErE,kDAAkD;AAClD,MAAM,WAAW,mBAAmB;IAClC,uCAAuC;IACvC,sCAAsC,EAAE,CAAC,OAAO,CAAC,EAAE,gBAAgB,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC;CACzF;AASD,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,qBAAqB,GAAG,mBAAmB,CAE/F"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { createTelemetryOperations } from "../../api/telemetry/operations.js";
|
|
2
2
|
function _getTelemetry(connections) {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
const telemetryOperations = createTelemetryOperations(connections);
|
|
4
|
+
return {
|
|
5
|
+
getApplicationInsightsConnectionString: (options) => telemetryOperations.getApplicationInsightsConnectionString(options),
|
|
6
|
+
};
|
|
7
7
|
}
|
|
8
|
-
function _getTelemetryOperations(connections) {
|
|
9
|
-
|
|
8
|
+
export function _getTelemetryOperations(connections) {
|
|
9
|
+
return _getTelemetry(connections);
|
|
10
10
|
}
|
|
11
|
-
|
|
12
|
-
_getTelemetryOperations
|
|
13
|
-
};
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/classic/telemetry/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport { OperationOptions } from \"@azure-rest/core-client\";\nimport { createTelemetryOperations } from \"../../api/telemetry/operations.js\";\nimport type { ConnectionsOperations } from \"../connections/index.js\";\n\n/** Interface representing telemetry operations */\nexport interface TelemetryOperations {\n /** Get appInsight connection string */\n getApplicationInsightsConnectionString: (options?: OperationOptions) => Promise<string>;\n}\n\nfunction _getTelemetry(connections: ConnectionsOperations): TelemetryOperations {\n const telemetryOperations = createTelemetryOperations(connections);\n return {\n getApplicationInsightsConnectionString: (options?: OperationOptions) =>\n telemetryOperations.getApplicationInsightsConnectionString(options),\n };\n}\nexport function _getTelemetryOperations(connections: ConnectionsOperations): TelemetryOperations {\n return _getTelemetry(connections);\n}\n"],
|
|
5
|
-
"mappings": "AAGA,SAAS,iCAAiC;AAS1C,SAAS,cAAc,aAAyD;AAC9E,QAAM,sBAAsB,0BAA0B,WAAW;AACjE,SAAO;AAAA,IACL,wCAAwC,CAAC,YACvC,oBAAoB,uCAAuC,OAAO;AAAA,EACtE;AACF;AACO,SAAS,wBAAwB,aAAyD;AAC/F,SAAO,cAAc,WAAW;AAClC;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/telemetry/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAS9E,SAAS,aAAa,CAAC,WAAkC;IACvD,MAAM,mBAAmB,GAAG,yBAAyB,CAAC,WAAW,CAAC,CAAC;IACnE,OAAO;QACL,sCAAsC,EAAE,CAAC,OAA0B,EAAE,EAAE,CACrE,mBAAmB,CAAC,sCAAsC,CAAC,OAAO,CAAC;KACtE,CAAC;AACJ,CAAC;AACD,MAAM,UAAU,uBAAuB,CAAC,WAAkC;IACxE,OAAO,aAAa,CAAC,WAAW,CAAC,CAAC;AACpC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\nimport type { OperationOptions } from \"@azure-rest/core-client\";\nimport { createTelemetryOperations } from \"../../api/telemetry/operations.js\";\nimport type { ConnectionsOperations } from \"../connections/index.js\";\n\n/** Interface representing telemetry operations */\nexport interface TelemetryOperations {\n /** Get appInsight connection string */\n getApplicationInsightsConnectionString: (options?: OperationOptions) => Promise<string>;\n}\n\nfunction _getTelemetry(connections: ConnectionsOperations): TelemetryOperations {\n const telemetryOperations = createTelemetryOperations(connections);\n return {\n getApplicationInsightsConnectionString: (options?: OperationOptions) =>\n telemetryOperations.getApplicationInsightsConnectionString(options),\n };\n}\nexport function _getTelemetryOperations(connections: ConnectionsOperations): TelemetryOperations {\n return _getTelemetry(connections);\n}\n"]}
|
package/dist/esm/constants.d.ts
CHANGED
package/dist/esm/constants.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
/**
|
|
4
|
+
* Current version of the `@azure/ai-projects` package.
|
|
5
|
+
*/
|
|
6
|
+
export const SDK_VERSION = `2.0.2`;
|
|
7
|
+
/**
|
|
8
|
+
* The package name of the `@azure/ai-projects` package.
|
|
9
|
+
*/
|
|
10
|
+
export const PACKAGE_NAME = "@azure/ai-projects";
|
|
11
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/constants.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * Current version of the `@azure/ai-projects` package.\n */\nexport const SDK_VERSION = `2.0.1`;\n\n/**\n * The package name of the `@azure/ai-projects` package.\n */\nexport const PACKAGE_NAME = \"@azure/ai-projects\";\n"],
|
|
5
|
-
"mappings": "AAMO,MAAM,cAAc;AAKpB,MAAM,eAAe;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC;;GAEG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC;AAEnC;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,oBAAoB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * Current version of the `@azure/ai-projects` package.\n */\nexport const SDK_VERSION = `2.0.2`;\n\n/**\n * The package name of the `@azure/ai-projects` package.\n */\nexport const PACKAGE_NAME = \"@azure/ai-projects\";\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { TextResponseFormat, TextResponseFormatText, TextResponseFormatJsonObject, TextResponseFormatUnion } from "./models/index.js";
|
|
2
|
+
/** @deprecated Use `TextResponseFormat` instead. */
|
|
3
|
+
export interface TextResponseFormatConfiguration extends TextResponseFormat {
|
|
4
|
+
}
|
|
5
|
+
/** @deprecated Use `TextResponseFormatText` instead. */
|
|
6
|
+
export interface TextResponseFormatConfigurationResponseFormatText extends TextResponseFormatText {
|
|
7
|
+
}
|
|
8
|
+
/** @deprecated Use `TextResponseFormatJsonObject` instead. */
|
|
9
|
+
export interface TextResponseFormatConfigurationResponseFormatJsonObject extends TextResponseFormatJsonObject {
|
|
10
|
+
}
|
|
11
|
+
/** @deprecated Use `TextResponseFormatUnion` instead. */
|
|
12
|
+
export type TextResponseFormatConfigurationUnion = TextResponseFormatUnion;
|
|
13
|
+
//# sourceMappingURL=deprecate.interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deprecate.interface.d.ts","sourceRoot":"","sources":["../../src/deprecate.interface.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,kBAAkB,EAClB,sBAAsB,EACtB,4BAA4B,EAC5B,uBAAuB,EACxB,MAAM,mBAAmB,CAAC;AAE3B,oDAAoD;AACpD,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB;CAAG;AAC9E,wDAAwD;AACxD,MAAM,WAAW,iDAAkD,SAAQ,sBAAsB;CAAG;AACpG,8DAA8D;AAC9D,MAAM,WAAW,uDAAwD,SAAQ,4BAA4B;CAAG;AAChH,yDAAyD;AACzD,MAAM,MAAM,oCAAoC,GAAG,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deprecate.interface.js","sourceRoot":"","sources":["../../src/deprecate.interface.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n TextResponseFormat,\n TextResponseFormatText,\n TextResponseFormatJsonObject,\n TextResponseFormatUnion,\n} from \"./models/index.js\";\n\n/** @deprecated Use `TextResponseFormat` instead. */\nexport interface TextResponseFormatConfiguration extends TextResponseFormat {}\n/** @deprecated Use `TextResponseFormatText` instead. */\nexport interface TextResponseFormatConfigurationResponseFormatText extends TextResponseFormatText {}\n/** @deprecated Use `TextResponseFormatJsonObject` instead. */\nexport interface TextResponseFormatConfigurationResponseFormatJsonObject extends TextResponseFormatJsonObject {}\n/** @deprecated Use `TextResponseFormatUnion` instead. */\nexport type TextResponseFormatConfigurationUnion = TextResponseFormatUnion;\n"]}
|
|
@@ -1,35 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
createHttpHeaders
|
|
5
|
-
} from "@azure/core-rest-pipeline";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { createDefaultHttpClient, createPipelineRequest, createHttpHeaders, } from "@azure/core-rest-pipeline";
|
|
6
4
|
import { Readable } from "node:stream";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
5
|
+
/**
|
|
6
|
+
* A custom `fetch` implementation that forwards requests to an Azure Core Pipeline.
|
|
7
|
+
* This allows us to send traffic to the test proxy for recording and playback.
|
|
8
|
+
* @param pipeline - The pipeline to use
|
|
9
|
+
* @param customHttpClient - The http client to make requests with
|
|
10
|
+
* @returns A fetch-compatible function.
|
|
11
|
+
*/
|
|
12
|
+
export function getCustomFetch(pipeline, customHttpClient) {
|
|
13
|
+
return async function (resource, options) {
|
|
14
|
+
const fetchRequest = new Request(resource, options);
|
|
15
|
+
const rawHeaders = {};
|
|
16
|
+
for (const [key, value] of fetchRequest.headers) {
|
|
17
|
+
rawHeaders[key] = value;
|
|
18
|
+
}
|
|
19
|
+
const httpClient = customHttpClient ?? createDefaultHttpClient();
|
|
20
|
+
const requestBody = fetchRequest.body
|
|
21
|
+
? Readable.fromWeb(fetchRequest.body)
|
|
22
|
+
: undefined;
|
|
23
|
+
const request = createPipelineRequest({
|
|
24
|
+
url: fetchRequest.url,
|
|
25
|
+
body: requestBody,
|
|
26
|
+
headers: createHttpHeaders(rawHeaders),
|
|
27
|
+
method: fetchRequest.method,
|
|
28
|
+
abortSignal: fetchRequest.signal,
|
|
29
|
+
streamResponseStatusCodes: new Set([Number.POSITIVE_INFINITY]),
|
|
30
|
+
});
|
|
31
|
+
const response = await pipeline.sendRequest(httpClient, request);
|
|
32
|
+
const body = response.readableStreamBody
|
|
33
|
+
? Readable.toWeb(Readable.from(response.readableStreamBody))
|
|
34
|
+
: null;
|
|
35
|
+
const fetchResponse = new Response(body, {
|
|
36
|
+
status: response.status,
|
|
37
|
+
headers: response.headers.toJSON({ preserveCase: true }),
|
|
38
|
+
});
|
|
39
|
+
return fetchResponse;
|
|
40
|
+
};
|
|
32
41
|
}
|
|
33
|
-
|
|
34
|
-
getCustomFetch
|
|
35
|
-
};
|
|
42
|
+
//# sourceMappingURL=getCustomFetch.js.map
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/getCustomFetch.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type OpenAI from \"openai\";\nimport type { Pipeline, HttpClient, HttpMethods } from \"@azure/core-rest-pipeline\";\nimport {\n createDefaultHttpClient,\n createPipelineRequest,\n createHttpHeaders,\n} from \"@azure/core-rest-pipeline\";\nimport { Readable } from \"node:stream\";\nimport type { ReadableStream as WebReadableStream } from \"node:stream/web\";\n\ntype FetchFn = NonNullable<NonNullable<ConstructorParameters<typeof OpenAI>[0]>[\"fetch\"]>;\n\n/**\n * A custom `fetch` implementation that forwards requests to an Azure Core Pipeline.\n * This allows us to send traffic to the test proxy for recording and playback.\n * @param pipeline - The pipeline to use\n * @param customHttpClient - The http client to make requests with\n * @returns A fetch-compatible function.\n */\nexport function getCustomFetch(pipeline: Pipeline, customHttpClient?: HttpClient): FetchFn {\n return async function (resource, options): Promise<Response> {\n const fetchRequest = new Request(resource, options);\n const rawHeaders: Record<string, string> = {};\n for (const [key, value] of fetchRequest.headers) {\n rawHeaders[key] = value;\n }\n const httpClient = customHttpClient ?? createDefaultHttpClient();\n const requestBody = fetchRequest.body\n ? Readable.fromWeb(fetchRequest.body as WebReadableStream<Uint8Array>)\n : undefined;\n const request = createPipelineRequest({\n url: fetchRequest.url,\n body: requestBody,\n headers: createHttpHeaders(rawHeaders),\n method: fetchRequest.method as HttpMethods,\n abortSignal: fetchRequest.signal,\n streamResponseStatusCodes: new Set([Number.POSITIVE_INFINITY]),\n });\n const response = await pipeline.sendRequest(httpClient, request);\n const body = response.readableStreamBody\n ? (Readable.toWeb(Readable.from(response.readableStreamBody)) as ReadableStream<Uint8Array>)\n : null;\n const fetchResponse = new Response(body, {\n status: response.status,\n headers: response.headers.toJSON({ preserveCase: true }),\n });\n return fetchResponse;\n };\n}\n"],
|
|
5
|
-
"mappings": "AAKA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP,SAAS,gBAAgB;AAYlB,SAAS,eAAe,UAAoB,kBAAwC;AACzF,SAAO,eAAgB,UAAU,SAA4B;AAC3D,UAAM,eAAe,IAAI,QAAQ,UAAU,OAAO;AAClD,UAAM,aAAqC,CAAC;AAC5C,eAAW,CAAC,KAAK,KAAK,KAAK,aAAa,SAAS;AAC/C,iBAAW,GAAG,IAAI;AAAA,IACpB;AACA,UAAM,aAAa,oBAAoB,wBAAwB;AAC/D,UAAM,cAAc,aAAa,OAC7B,SAAS,QAAQ,aAAa,IAAqC,IACnE;AACJ,UAAM,UAAU,sBAAsB;AAAA,MACpC,KAAK,aAAa;AAAA,MAClB,MAAM;AAAA,MACN,SAAS,kBAAkB,UAAU;AAAA,MACrC,QAAQ,aAAa;AAAA,MACrB,aAAa,aAAa;AAAA,MAC1B,2BAA2B,oBAAI,IAAI,CAAC,OAAO,iBAAiB,CAAC;AAAA,IAC/D,CAAC;AACD,UAAM,WAAW,MAAM,SAAS,YAAY,YAAY,OAAO;AAC/D,UAAM,OAAO,SAAS,qBACjB,SAAS,MAAM,SAAS,KAAK,SAAS,kBAAkB,CAAC,IAC1D;AACJ,UAAM,gBAAgB,IAAI,SAAS,MAAM;AAAA,MACvC,QAAQ,SAAS;AAAA,MACjB,SAAS,SAAS,QAAQ,OAAO,EAAE,cAAc,KAAK,CAAC;AAAA,IACzD,CAAC;AACD,WAAO;AAAA,EACT;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"getCustomFetch.js","sourceRoot":"","sources":["../../src/getCustomFetch.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EACL,uBAAuB,EACvB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC;;;;;;GAMG;AACH,MAAM,UAAU,cAAc,CAAC,QAAkB,EAAE,gBAA6B;IAC9E,OAAO,KAAK,WAAW,QAAQ,EAAE,OAAO;QACtC,MAAM,YAAY,GAAG,IAAI,OAAO,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QACpD,MAAM,UAAU,GAA2B,EAAE,CAAC;QAC9C,KAAK,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,IAAI,YAAY,CAAC,OAAO,EAAE,CAAC;YAChD,UAAU,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;QAC1B,CAAC;QACD,MAAM,UAAU,GAAG,gBAAgB,IAAI,uBAAuB,EAAE,CAAC;QACjE,MAAM,WAAW,GAAG,YAAY,CAAC,IAAI;YACnC,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,CAAC,IAAqC,CAAC;YACtE,CAAC,CAAC,SAAS,CAAC;QACd,MAAM,OAAO,GAAG,qBAAqB,CAAC;YACpC,GAAG,EAAE,YAAY,CAAC,GAAG;YACrB,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,iBAAiB,CAAC,UAAU,CAAC;YACtC,MAAM,EAAE,YAAY,CAAC,MAAqB;YAC1C,WAAW,EAAE,YAAY,CAAC,MAAM;YAChC,yBAAyB,EAAE,IAAI,GAAG,CAAC,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAAC;SAC/D,CAAC,CAAC;QACH,MAAM,QAAQ,GAAG,MAAM,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;QACjE,MAAM,IAAI,GAAG,QAAQ,CAAC,kBAAkB;YACtC,CAAC,CAAE,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CAAC,CAAgC;YAC5F,CAAC,CAAC,IAAI,CAAC;QACT,MAAM,aAAa,GAAG,IAAI,QAAQ,CAAC,IAAI,EAAE;YACvC,MAAM,EAAE,QAAQ,CAAC,MAAM;YACvB,OAAO,EAAE,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;SACzD,CAAC,CAAC;QACH,OAAO,aAAa,CAAC;IACvB,CAAC,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type OpenAI from \"openai\";\nimport type { Pipeline, HttpClient, HttpMethods } from \"@azure/core-rest-pipeline\";\nimport {\n createDefaultHttpClient,\n createPipelineRequest,\n createHttpHeaders,\n} from \"@azure/core-rest-pipeline\";\nimport { Readable } from \"node:stream\";\nimport type { ReadableStream as WebReadableStream } from \"node:stream/web\";\n\ntype FetchFn = NonNullable<NonNullable<ConstructorParameters<typeof OpenAI>[0]>[\"fetch\"]>;\n\n/**\n * A custom `fetch` implementation that forwards requests to an Azure Core Pipeline.\n * This allows us to send traffic to the test proxy for recording and playback.\n * @param pipeline - The pipeline to use\n * @param customHttpClient - The http client to make requests with\n * @returns A fetch-compatible function.\n */\nexport function getCustomFetch(pipeline: Pipeline, customHttpClient?: HttpClient): FetchFn {\n return async function (resource, options): Promise<Response> {\n const fetchRequest = new Request(resource, options);\n const rawHeaders: Record<string, string> = {};\n for (const [key, value] of fetchRequest.headers) {\n rawHeaders[key] = value;\n }\n const httpClient = customHttpClient ?? createDefaultHttpClient();\n const requestBody = fetchRequest.body\n ? Readable.fromWeb(fetchRequest.body as WebReadableStream<Uint8Array>)\n : undefined;\n const request = createPipelineRequest({\n url: fetchRequest.url,\n body: requestBody,\n headers: createHttpHeaders(rawHeaders),\n method: fetchRequest.method as HttpMethods,\n abortSignal: fetchRequest.signal,\n streamResponseStatusCodes: new Set([Number.POSITIVE_INFINITY]),\n });\n const response = await pipeline.sendRequest(httpClient, request);\n const body = response.readableStreamBody\n ? (Readable.toWeb(Readable.from(response.readableStreamBody)) as ReadableStream<Uint8Array>)\n : null;\n const fetchResponse = new Response(body, {\n status: response.status,\n headers: response.headers.toJSON({ preserveCase: true }),\n });\n return fetchResponse;\n };\n}\n"]}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import type { PageSettings, PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import type { ContinuablePage } from "./static-helpers/pagingHelpers.js";
|
|
3
|
+
export { RestError } from "@azure/core-rest-pipeline";
|
|
3
4
|
export { AIProjectClient } from "./aiProjectClient.js";
|
|
4
|
-
export type { Agent, AgentVersion, AgentDefinition, AgentDefinitionUnion, AgentKind, RaiConfig,
|
|
5
|
+
export type { Agent, AgentVersion, AgentDefinition, AgentDefinitionUnion, AgentKind, RaiConfig, HostedAgentDefinition, Tool, ToolUnion, ToolType, BingGroundingTool, BingGroundingSearchToolParameters, BingGroundingSearchConfiguration, MicrosoftFabricPreviewTool, FabricDataAgentToolParameters, ToolProjectConnection, SharepointPreviewTool, SharepointGroundingToolParameters, AzureAISearchTool, AzureAISearchToolResource, AISearchIndexResource, AzureAISearchQueryType, OpenApiTool, OpenApiFunctionDefinition, OpenApiAuthDetails, OpenApiAuthDetailsUnion, OpenApiAuthType, OpenApiAnonymousAuthDetails, OpenApiProjectConnectionAuthDetails, OpenApiProjectConnectionSecurityScheme, OpenApiManagedAuthDetails, OpenApiManagedSecurityScheme, BingCustomSearchPreviewTool, BingCustomSearchToolParameters, BingCustomSearchConfiguration, BrowserAutomationPreviewTool, BrowserAutomationToolParameters, BrowserAutomationToolConnectionParameters, AzureFunctionTool, AzureFunctionDefinition, AzureFunctionBinding, AzureFunctionStorageQueue, CaptureStructuredOutputsTool, StructuredOutputDefinition, A2APreviewTool, WorkIQPreviewTool, WorkIQPreviewToolParameters, MemorySearchPreviewTool, MemorySearchOptions, CodeInterpreterTool, AutoCodeInterpreterToolParam, ContainerMemoryLimit, ContainerNetworkPolicyParam, ContainerNetworkPolicyParamUnion, ContainerNetworkPolicyParamType, ContainerNetworkPolicyDisabledParam, ContainerNetworkPolicyAllowlistParam, ContainerNetworkPolicyDomainSecretParam, FunctionTool, FileSearchTool, RankingOptions, RankerVersionType, HybridSearchOptions, Filters, ComparisonFilter, ComparisonFilterValueItems, CompoundFilter, ComputerUsePreviewTool, ComputerEnvironment, WebSearchTool, WebSearchToolFilters, WebSearchApproximateLocation, WebSearchConfiguration, MCPTool, MCPToolFilter, MCPToolRequireApproval, ImageGenTool, InputFidelity, ImageGenToolInputImageMask, ImageGenAction, LocalShellToolParam, FunctionShellToolParam, FunctionShellToolParamEnvironment, FunctionShellToolParamEnvironmentUnion, FunctionShellToolParamEnvironmentType, FunctionShellToolParamEnvironmentLocalEnvironmentParam, LocalSkillParam, FunctionShellToolParamEnvironmentContainerReferenceParam, ContainerAutoParam, ContainerSkill, ContainerSkillUnion, ContainerSkillType, SkillReferenceParam, InlineSkillParam, InlineSkillSourceParam, CustomToolParam, CustomToolParamFormat, CustomToolParamFormatUnion, CustomToolParamFormatType, CustomTextFormatParam, CustomGrammarFormatParam, GrammarSyntax, WebSearchPreviewTool, ApproximateLocation, SearchContextSize, SearchContentType, ApplyPatchToolParam, ComputerTool, NamespaceToolParam, FunctionToolParam, EmptyModelParam, ToolSearchToolParam, ToolSearchExecutionType, ProtocolVersionRecord, AgentProtocol, ContainerConfiguration, CodeConfiguration, PromptAgentDefinition, Reasoning, ReasoningEffort, ToolChoiceParam, ToolChoiceParamUnion, ToolChoiceParamType, ToolChoiceAllowed, ToolChoiceFunction, ToolChoiceMCP, ToolChoiceCustom, SpecificApplyPatchParam, SpecificFunctionShellParam, ToolChoiceFileSearch, ToolChoiceWebSearchPreview, ToolChoiceComputerUsePreview, ToolChoiceWebSearchPreview20250311, ToolChoiceImageGeneration, ToolChoiceCodeInterpreter, ToolChoiceComputer, ToolChoiceComputerUse, PromptAgentDefinitionTextOptions, TextResponseFormat, TextResponseFormatUnion, TextResponseFormatConfigurationType, TextResponseFormatJsonSchema, TextResponseFormatText, TextResponseFormatJsonObject, StructuredInputDefinition, WorkflowAgentDefinition, AgentIdentity, AgentBlueprintReference, AgentBlueprintReferenceUnion, AgentBlueprintReferenceType, ManagedAgentIdentityBlueprintReference, AgentEndpoint, VersionSelector, VersionSelectionRule, VersionSelectionRuleUnion, VersionSelectorType, FixedRatioVersionSelectionRule, AgentEndpointProtocol, AgentEndpointAuthorizationScheme, AgentEndpointAuthorizationSchemeUnion, AgentEndpointAuthorizationSchemeType, EntraAuthorizationScheme, IsolationKeySource, IsolationKeySourceUnion, IsolationKeySourceKind, EntraIsolationKeySource, HeaderIsolationKeySource, BotServiceAuthorizationScheme, BotServiceRbacAuthorizationScheme, AgentCard, AgentCardSkill, ApiErrorResponse, ErrorModel, DeleteAgentResponse, DeleteAgentVersionResponse, EvaluationRule, EvaluationRuleAction, EvaluationRuleActionUnion, EvaluationRuleActionType, ContinuousEvaluationRuleAction, HumanEvaluationPreviewRuleAction, EvaluationRuleFilter, EvaluationRuleEventType, Connection, ConnectionType, BaseCredentials, BaseCredentialsUnion, CredentialType, ApiKeyCredentials, EntraIDCredentials, CustomCredential, SASTokenCredentials, NoAuthenticationCredentials, AgenticIdentityPreviewCredentials, DatasetVersion, DatasetVersionUnion, DatasetType, FileDatasetVersion, FolderDatasetVersion, PendingUploadRequest, PendingUploadResponse, BlobReference, SasCredential, DatasetCredential, Deployment, DeploymentUnion, DeploymentType, ModelDeployment, ModelDeploymentSku, Index, IndexUnion, IndexType, AzureAISearchIndex, FieldMapping, ManagedAzureAISearchIndex, CosmosDBIndex, EmbeddingConfiguration, VersionIndicator, VersionIndicatorUnion, VersionIndicatorType, VersionRefIndicator, AgentSessionResource, AgentSessionStatus, SessionFileWriteResponse, SessionDirectoryListResponse, SessionDirectoryEntry, EvaluationTaxonomy, EvaluationTaxonomyInput, EvaluationTaxonomyInputUnion, EvaluationTaxonomyInputType, AgentTaxonomyInput, Target, TargetUnion, AzureAIModelTarget, ModelSamplingParams, AzureAIAgentTarget, ToolDescription, RiskCategory, TaxonomyCategory, TaxonomySubCategory, EvaluatorVersion, EvaluatorType, EvaluatorCategory, EvaluatorDefinition, EvaluatorDefinitionUnion, EvaluatorDefinitionType, EvaluatorMetric, EvaluatorMetricType, EvaluatorMetricDirection, CodeBasedEvaluatorDefinition, PromptBasedEvaluatorDefinition, Insight, InsightsMetadata, OperationState, InsightRequest, InsightRequestUnion, InsightType, EvaluationRunClusterInsightRequest, InsightModelConfiguration, AgentClusterInsightRequest, EvaluationComparisonInsightRequest, InsightResult, InsightResultUnion, EvaluationComparisonInsightResult, EvalRunResultComparison, EvalRunResultSummary, EvalRunResultCompareItem, TreatmentEffectType, EvaluationRunClusterInsightResult, ClusterInsightResult, InsightSummary, ClusterTokenUsage, InsightCluster, InsightSample, InsightSampleUnion, SampleType, EvaluationResultSample, EvalResult, ChartCoordinate, AgentClusterInsightResult, MemoryStoreDefinition, MemoryStoreDefinitionUnion, MemoryStoreKind, MemoryStoreDefaultDefinition, MemoryStoreDefaultOptions, MemoryStore, DeleteMemoryStoreResponse, MemoryStoreSearchResponse, MemorySearchItem, MemoryItem, MemoryItemUnion, MemoryItemKind, UserProfileMemoryItem, ChatSummaryMemoryItem, MemoryStoreOperationUsage, ResponseUsageInputTokensDetails, ResponseUsageOutputTokensDetails, MemoryStoreUpdateResponse, MemoryStoreUpdateStatus, MemoryStoreUpdateCompletedResult, MemoryOperation, MemoryOperationKind, MemoryStoreDeleteScopeResponse, RedTeam, AttackStrategy, TargetConfig, TargetConfigUnion, AzureOpenAIModelConfiguration, Schedule, ScheduleProvisioningStatus, Trigger, TriggerUnion, TriggerType, CronTrigger, RecurrenceTrigger, RecurrenceSchedule, RecurrenceScheduleUnion, RecurrenceType, HourlyRecurrenceSchedule, DailyRecurrenceSchedule, WeeklyRecurrenceSchedule, DayOfWeek, MonthlyRecurrenceSchedule, OneTimeTrigger, ScheduleTask, ScheduleTaskUnion, ScheduleTaskType, EvaluationScheduleTask, InsightScheduleTask, ScheduleRun, ToolboxPolicies, ToolboxVersionObject, ToolboxObject, SkillObject, DeleteSkillResponse, UpdateToolboxRequest, AgentType, AgentDefinitionOptInKeys, PageOrder, FoundryFeaturesOptInKeys, PendingUploadType, MemoryStoreType, KnownApiVersions, BetaSkillsDownloadResponse, BetaAgentsDownloadSessionFileResponse, } from "./models/index.js";
|
|
5
6
|
export type { AIProjectClientOptionalParams, DatasetUploadOptions } from "./api/index.js";
|
|
6
7
|
export type { AgentsListVersionsOptionalParams, AgentsDeleteVersionOptionalParams, AgentsGetVersionOptionalParams, AgentsCreateAgentVersionFromManifestOptionalParams, AgentsCreateVersionOptionalParams, AgentsListOptionalParams, AgentsDeleteOptionalParams, AgentsUpdateAgentFromManifestOptionalParams, AgentsCreateAgentFromManifestOptionalParams, AgentsUpdateOptionalParams, AgentsCreateOptionalParams, AgentsGetOptionalParams, } from "./api/agents/index.js";
|
|
7
8
|
export type { ConnectionsListOptionalParams, ConnectionsGetWithCredentialsOptionalParams, ConnectionsGetOptionalParams, ConnectionsGetDefaultOptionalParams, } from "./api/connections/index.js";
|
|
@@ -9,12 +10,17 @@ export type { DatasetsGetCredentialsOptionalParams, DatasetsPendingUploadOptiona
|
|
|
9
10
|
export type { DeploymentsListOptionalParams, DeploymentsGetOptionalParams, } from "./api/deployments/index.js";
|
|
10
11
|
export type { EvaluationRulesListOptionalParams, EvaluationRulesCreateOrUpdateOptionalParams, EvaluationRulesDeleteOptionalParams, EvaluationRulesGetOptionalParams, } from "./api/evaluationRules/index.js";
|
|
11
12
|
export type { IndexesCreateOrUpdateOptionalParams, IndexesDeleteOptionalParams, IndexesGetOptionalParams, IndexesListOptionalParams, IndexesListVersionsOptionalParams, } from "./api/indexes/index.js";
|
|
13
|
+
export type { BetaAgentsDeleteSessionFileOptionalParams, BetaAgentsListSessionFilesOptionalParams, BetaAgentsDownloadSessionFileOptionalParams, BetaAgentsUploadSessionFileOptionalParams, BetaAgentsListSessionsOptionalParams, BetaAgentsDeleteSessionOptionalParams, BetaAgentsGetSessionOptionalParams, BetaAgentsCreateSessionOptionalParams, BetaAgentsPatchAgentObjectOptionalParams, } from "./api/beta/agents/index.js";
|
|
12
14
|
export type { BetaEvaluationTaxonomiesUpdateOptionalParams, BetaEvaluationTaxonomiesCreateOptionalParams, BetaEvaluationTaxonomiesDeleteOptionalParams, BetaEvaluationTaxonomiesListOptionalParams, BetaEvaluationTaxonomiesGetOptionalParams, } from "./api/beta/evaluationTaxonomies/index.js";
|
|
13
|
-
export type { BetaEvaluatorsUpdateVersionOptionalParams, BetaEvaluatorsCreateVersionOptionalParams, BetaEvaluatorsDeleteVersionOptionalParams, BetaEvaluatorsGetVersionOptionalParams,
|
|
15
|
+
export type { BetaEvaluatorsUpdateVersionOptionalParams, BetaEvaluatorsCreateVersionOptionalParams, BetaEvaluatorsDeleteVersionOptionalParams, BetaEvaluatorsGetVersionOptionalParams, BetaEvaluatorsListOptionalParams, BetaEvaluatorsListVersionsOptionalParams, } from "./api/beta/evaluators/index.js";
|
|
14
16
|
export type { BetaInsightsListOptionalParams, BetaInsightsGetOptionalParams, BetaInsightsGenerateOptionalParams, } from "./api/beta/insights/index.js";
|
|
15
17
|
export type { BetaMemoryStoresDeleteScopeOptionalParams, BetaMemoryStoresGetUpdateResultOptionalParams, BetaMemoryStoresUpdateMemoriesOptionalParams, BetaMemoryStoresSearchMemoriesOptionalParams, BetaMemoryStoresDeleteOptionalParams, BetaMemoryStoresListOptionalParams, BetaMemoryStoresGetOptionalParams, BetaMemoryStoresUpdateOptionalParams, BetaMemoryStoresCreateOptionalParams, } from "./api/beta/memoryStores/index.js";
|
|
16
18
|
export type { BetaRedTeamsCreateOptionalParams, BetaRedTeamsListOptionalParams, BetaRedTeamsGetOptionalParams, } from "./api/beta/redTeams/index.js";
|
|
17
19
|
export type { BetaSchedulesListRunsOptionalParams, BetaSchedulesGetRunOptionalParams, BetaSchedulesCreateOrUpdateOptionalParams, BetaSchedulesListOptionalParams, BetaSchedulesGetOptionalParams, BetaSchedulesDeleteOptionalParams, } from "./api/beta/schedules/index.js";
|
|
18
|
-
export type {
|
|
20
|
+
export type { BetaSkillsDeleteOptionalParams, BetaSkillsUpdateOptionalParams, BetaSkillsListOptionalParams, BetaSkillsDownloadOptionalParams, BetaSkillsGetOptionalParams, CreateFromPackageOptionalParams, BetaSkillsCreateOptionalParams, } from "./api/beta/skills/index.js";
|
|
21
|
+
export type { BetaToolboxesDeleteVersionOptionalParams, BetaToolboxesDeleteOptionalParams, BetaToolboxesUpdateOptionalParams, BetaToolboxesGetVersionOptionalParams, BetaToolboxesListVersionsOptionalParams, BetaToolboxesListOptionalParams, BetaToolboxesGetOptionalParams, BetaToolboxesCreateVersionOptionalParams, } from "./api/beta/toolboxes/index.js";
|
|
22
|
+
export type { AgentsOperations, BetaOperations, ConnectionsOperations, DatasetsOperations, DeploymentsOperations, EvaluationRulesOperations, IndexesOperations, BetaAgentsOperations, TelemetryOperations, BetaEvaluationTaxonomiesOperations, BetaEvaluatorsOperations, BetaInsightsOperations, BetaMemoryStoresOperations, BetaRedTeamsOperations, BetaSchedulesOperations, BetaSkillsOperations, BetaToolboxesOperations, } from "./classic/index.js";
|
|
19
23
|
export type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
24
|
+
export type { AzureAgentConfig, OpenAIClientOptionsWithAzureAgent, } from "./azureAgent.interface.js";
|
|
25
|
+
export type { TextResponseFormatConfiguration, TextResponseFormatConfigurationResponseFormatText, TextResponseFormatConfigurationResponseFormatJsonObject, TextResponseFormatConfigurationUnion, } from "./deprecate.interface.js";
|
|
20
26
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { RestError } from "@azure/core-rest-pipeline";
|
|
4
|
+
export { AIProjectClient } from "./aiProjectClient.js";
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/index.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { PageSettings, PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { ContinuablePage } from \"./static-helpers/pagingHelpers.js\";\n\nexport { AIProjectClient } from \"./aiProjectClient.js\";\nexport type {\n Agent,\n AgentVersion,\n AgentDefinition,\n AgentDefinitionUnion,\n AgentKind,\n RaiConfig,\n PromptAgentDefinition,\n Reasoning,\n ReasoningEffort,\n Tool,\n ToolUnion,\n ToolType,\n BingGroundingTool,\n BingGroundingSearchToolParameters,\n BingGroundingSearchConfiguration,\n MicrosoftFabricPreviewTool,\n FabricDataAgentToolParameters,\n ToolProjectConnection,\n SharepointPreviewTool,\n SharepointGroundingToolParameters,\n AzureAISearchTool,\n AzureAISearchToolResource,\n AISearchIndexResource,\n AzureAISearchQueryType,\n OpenApiTool,\n OpenApiFunctionDefinition,\n OpenApiAuthDetails,\n OpenApiAuthDetailsUnion,\n OpenApiAuthType,\n OpenApiAnonymousAuthDetails,\n OpenApiProjectConnectionAuthDetails,\n OpenApiProjectConnectionSecurityScheme,\n OpenApiManagedAuthDetails,\n OpenApiManagedSecurityScheme,\n BingCustomSearchPreviewTool,\n BingCustomSearchToolParameters,\n BingCustomSearchConfiguration,\n BrowserAutomationPreviewTool,\n BrowserAutomationToolParameters,\n BrowserAutomationToolConnectionParameters,\n AzureFunctionTool,\n AzureFunctionDefinition,\n AzureFunctionBinding,\n AzureFunctionStorageQueue,\n CaptureStructuredOutputsTool,\n StructuredOutputDefinition,\n A2APreviewTool,\n MemorySearchPreviewTool,\n MemorySearchOptions,\n CodeInterpreterTool,\n AutoCodeInterpreterToolParam,\n ContainerMemoryLimit,\n ContainerNetworkPolicyParam,\n ContainerNetworkPolicyParamUnion,\n ContainerNetworkPolicyParamType,\n ContainerNetworkPolicyDisabledParam,\n ContainerNetworkPolicyAllowlistParam,\n ContainerNetworkPolicyDomainSecretParam,\n FunctionTool,\n FileSearchTool,\n RankingOptions,\n RankerVersionType,\n HybridSearchOptions,\n Filters,\n ComparisonFilter,\n ComparisonFilterValueItems,\n CompoundFilter,\n ComputerUsePreviewTool,\n ComputerEnvironment,\n WebSearchTool,\n WebSearchToolFilters,\n WebSearchApproximateLocation,\n WebSearchConfiguration,\n MCPTool,\n MCPToolFilter,\n MCPToolRequireApproval,\n ImageGenTool,\n InputFidelity,\n ImageGenToolInputImageMask,\n ImageGenAction,\n LocalShellToolParam,\n FunctionShellToolParam,\n FunctionShellToolParamEnvironment,\n FunctionShellToolParamEnvironmentUnion,\n FunctionShellToolParamEnvironmentType,\n FunctionShellToolParamEnvironmentLocalEnvironmentParam,\n LocalSkillParam,\n FunctionShellToolParamEnvironmentContainerReferenceParam,\n ContainerAutoParam,\n ContainerSkill,\n ContainerSkillUnion,\n ContainerSkillType,\n SkillReferenceParam,\n InlineSkillParam,\n InlineSkillSourceParam,\n CustomToolParam,\n CustomToolParamFormat,\n CustomToolParamFormatUnion,\n CustomToolParamFormatType,\n CustomTextFormatParam,\n CustomGrammarFormatParam,\n GrammarSyntax,\n WebSearchPreviewTool,\n ApproximateLocation,\n SearchContextSize,\n ApplyPatchToolParam,\n ToolChoiceParam,\n ToolChoiceParamUnion,\n ToolChoiceParamType,\n ToolChoiceAllowed,\n ToolChoiceFunction,\n ToolChoiceMCP,\n ToolChoiceCustom,\n SpecificApplyPatchParam,\n SpecificFunctionShellParam,\n ToolChoiceFileSearch,\n ToolChoiceWebSearchPreview,\n ToolChoiceComputerUsePreview,\n ToolChoiceWebSearchPreview20250311,\n ToolChoiceImageGeneration,\n ToolChoiceCodeInterpreter,\n PromptAgentDefinitionTextOptions,\n TextResponseFormatConfiguration,\n TextResponseFormatConfigurationUnion,\n TextResponseFormatConfigurationType,\n TextResponseFormatJsonSchema,\n TextResponseFormatConfigurationResponseFormatText,\n TextResponseFormatConfigurationResponseFormatJsonObject,\n StructuredInputDefinition,\n WorkflowAgentDefinition,\n HostedAgentDefinition,\n ProtocolVersionRecord,\n AgentProtocol,\n ApiErrorResponse,\n ErrorModel,\n DeleteAgentResponse,\n DeleteAgentVersionResponse,\n EvaluationRule,\n EvaluationRuleAction,\n EvaluationRuleActionUnion,\n EvaluationRuleActionType,\n ContinuousEvaluationRuleAction,\n HumanEvaluationPreviewRuleAction,\n EvaluationRuleFilter,\n EvaluationRuleEventType,\n Connection,\n ConnectionType,\n BaseCredentials,\n BaseCredentialsUnion,\n CredentialType,\n ApiKeyCredentials,\n EntraIDCredentials,\n CustomCredential,\n SASTokenCredentials,\n NoAuthenticationCredentials,\n AgenticIdentityPreviewCredentials,\n DatasetVersion,\n DatasetVersionUnion,\n DatasetType,\n FileDatasetVersion,\n FolderDatasetVersion,\n PendingUploadRequest,\n PendingUploadResponse,\n BlobReference,\n SasCredential,\n DatasetCredential,\n Deployment,\n DeploymentUnion,\n DeploymentType,\n ModelDeployment,\n ModelDeploymentSku,\n Index,\n IndexUnion,\n IndexType,\n AzureAISearchIndex,\n FieldMapping,\n ManagedAzureAISearchIndex,\n CosmosDBIndex,\n EmbeddingConfiguration,\n EvaluationTaxonomy,\n EvaluationTaxonomyInput,\n EvaluationTaxonomyInputUnion,\n EvaluationTaxonomyInputType,\n AgentTaxonomyInput,\n Target,\n TargetUnion,\n AzureAIModelTarget,\n ModelSamplingParams,\n AzureAIAgentTarget,\n ToolDescription,\n RiskCategory,\n TaxonomyCategory,\n TaxonomySubCategory,\n EvaluatorVersion,\n EvaluatorType,\n EvaluatorCategory,\n EvaluatorDefinition,\n EvaluatorDefinitionUnion,\n EvaluatorDefinitionType,\n EvaluatorMetric,\n EvaluatorMetricType,\n EvaluatorMetricDirection,\n CodeBasedEvaluatorDefinition,\n PromptBasedEvaluatorDefinition,\n Insight,\n InsightsMetadata,\n OperationState,\n InsightRequest,\n InsightRequestUnion,\n InsightType,\n EvaluationRunClusterInsightRequest,\n InsightModelConfiguration,\n AgentClusterInsightRequest,\n EvaluationComparisonInsightRequest,\n InsightResult,\n InsightResultUnion,\n EvaluationComparisonInsightResult,\n EvalRunResultComparison,\n EvalRunResultSummary,\n EvalRunResultCompareItem,\n TreatmentEffectType,\n EvaluationRunClusterInsightResult,\n ClusterInsightResult,\n InsightSummary,\n ClusterTokenUsage,\n InsightCluster,\n InsightSample,\n InsightSampleUnion,\n SampleType,\n EvaluationResultSample,\n EvalResult,\n ChartCoordinate,\n AgentClusterInsightResult,\n MemoryStoreDefinition,\n MemoryStoreDefinitionUnion,\n MemoryStoreKind,\n MemoryStoreDefaultDefinition,\n MemoryStoreDefaultOptions,\n MemoryStore,\n DeleteMemoryStoreResponse,\n MemoryStoreSearchResponse,\n MemorySearchItem,\n MemoryItem,\n MemoryItemUnion,\n MemoryItemKind,\n UserProfileMemoryItem,\n ChatSummaryMemoryItem,\n MemoryStoreOperationUsage,\n ResponseUsageInputTokensDetails,\n ResponseUsageOutputTokensDetails,\n MemoryStoreUpdateResponse,\n MemoryStoreUpdateStatus,\n MemoryStoreUpdateCompletedResult,\n MemoryOperation,\n MemoryOperationKind,\n MemoryStoreDeleteScopeResponse,\n RedTeam,\n AttackStrategy,\n TargetConfig,\n TargetConfigUnion,\n AzureOpenAIModelConfiguration,\n Schedule,\n ScheduleProvisioningStatus,\n Trigger,\n TriggerUnion,\n TriggerType,\n CronTrigger,\n RecurrenceTrigger,\n RecurrenceSchedule,\n RecurrenceScheduleUnion,\n RecurrenceType,\n HourlyRecurrenceSchedule,\n DailyRecurrenceSchedule,\n WeeklyRecurrenceSchedule,\n DayOfWeek,\n MonthlyRecurrenceSchedule,\n OneTimeTrigger,\n ScheduleTask,\n ScheduleTaskUnion,\n ScheduleTaskType,\n EvaluationScheduleTask,\n InsightScheduleTask,\n ScheduleRun,\n AgentType,\n AgentDefinitionOptInKeys,\n FoundryFeaturesOptInKeys,\n PageOrder,\n PendingUploadType,\n MemoryStoreType,\n KnownApiVersions,\n} from \"./models/index.js\";\nexport type { AIProjectClientOptionalParams, DatasetUploadOptions } from \"./api/index.js\";\nexport type {\n AgentsListVersionsOptionalParams,\n AgentsDeleteVersionOptionalParams,\n AgentsGetVersionOptionalParams,\n AgentsCreateAgentVersionFromManifestOptionalParams,\n AgentsCreateVersionOptionalParams,\n AgentsListOptionalParams,\n AgentsDeleteOptionalParams,\n AgentsUpdateAgentFromManifestOptionalParams,\n AgentsCreateAgentFromManifestOptionalParams,\n AgentsUpdateOptionalParams,\n AgentsCreateOptionalParams,\n AgentsGetOptionalParams,\n} from \"./api/agents/index.js\";\nexport type {\n ConnectionsListOptionalParams,\n ConnectionsGetWithCredentialsOptionalParams,\n ConnectionsGetOptionalParams,\n ConnectionsGetDefaultOptionalParams,\n} from \"./api/connections/index.js\";\nexport type {\n DatasetsGetCredentialsOptionalParams,\n DatasetsPendingUploadOptionalParams,\n DatasetsCreateOrUpdateOptionalParams,\n DatasetsDeleteOptionalParams,\n DatasetsGetOptionalParams,\n DatasetsListOptionalParams,\n DatasetsListVersionsOptionalParams,\n} from \"./api/datasets/index.js\";\nexport type {\n DeploymentsListOptionalParams,\n DeploymentsGetOptionalParams,\n} from \"./api/deployments/index.js\";\nexport type {\n EvaluationRulesListOptionalParams,\n EvaluationRulesCreateOrUpdateOptionalParams,\n EvaluationRulesDeleteOptionalParams,\n EvaluationRulesGetOptionalParams,\n} from \"./api/evaluationRules/index.js\";\nexport type {\n IndexesCreateOrUpdateOptionalParams,\n IndexesDeleteOptionalParams,\n IndexesGetOptionalParams,\n IndexesListOptionalParams,\n IndexesListVersionsOptionalParams,\n} from \"./api/indexes/index.js\";\nexport type {\n BetaEvaluationTaxonomiesUpdateOptionalParams,\n BetaEvaluationTaxonomiesCreateOptionalParams,\n BetaEvaluationTaxonomiesDeleteOptionalParams,\n BetaEvaluationTaxonomiesListOptionalParams,\n BetaEvaluationTaxonomiesGetOptionalParams,\n} from \"./api/beta/evaluationTaxonomies/index.js\";\nexport type {\n BetaEvaluatorsUpdateVersionOptionalParams,\n BetaEvaluatorsCreateVersionOptionalParams,\n BetaEvaluatorsDeleteVersionOptionalParams,\n BetaEvaluatorsGetVersionOptionalParams,\n BetaEvaluatorsListLatestVersionsOptionalParams,\n BetaEvaluatorsListVersionsOptionalParams,\n} from \"./api/beta/evaluators/index.js\";\nexport type {\n BetaInsightsListOptionalParams,\n BetaInsightsGetOptionalParams,\n BetaInsightsGenerateOptionalParams,\n} from \"./api/beta/insights/index.js\";\nexport type {\n BetaMemoryStoresDeleteScopeOptionalParams,\n BetaMemoryStoresGetUpdateResultOptionalParams,\n BetaMemoryStoresUpdateMemoriesOptionalParams,\n BetaMemoryStoresSearchMemoriesOptionalParams,\n BetaMemoryStoresDeleteOptionalParams,\n BetaMemoryStoresListOptionalParams,\n BetaMemoryStoresGetOptionalParams,\n BetaMemoryStoresUpdateOptionalParams,\n BetaMemoryStoresCreateOptionalParams,\n} from \"./api/beta/memoryStores/index.js\";\nexport type {\n BetaRedTeamsCreateOptionalParams,\n BetaRedTeamsListOptionalParams,\n BetaRedTeamsGetOptionalParams,\n} from \"./api/beta/redTeams/index.js\";\nexport type {\n BetaSchedulesListRunsOptionalParams,\n BetaSchedulesGetRunOptionalParams,\n BetaSchedulesCreateOrUpdateOptionalParams,\n BetaSchedulesListOptionalParams,\n BetaSchedulesGetOptionalParams,\n BetaSchedulesDeleteOptionalParams,\n} from \"./api/beta/schedules/index.js\";\nexport type {\n AgentsOperations,\n BetaOperations,\n ConnectionsOperations,\n DatasetsOperations,\n DeploymentsOperations,\n EvaluationRulesOperations,\n IndexesOperations,\n TelemetryOperations,\n BetaEvaluationTaxonomiesOperations,\n BetaEvaluatorsOperations,\n BetaInsightsOperations,\n BetaMemoryStoresOperations,\n BetaRedTeamsOperations,\n BetaSchedulesOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"],
|
|
5
|
-
"mappings": "AAMA,SAAS,uBAAuB;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { PageSettings, PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { ContinuablePage } from \"./static-helpers/pagingHelpers.js\";\nexport { RestError } from \"@azure/core-rest-pipeline\";\nexport { AIProjectClient } from \"./aiProjectClient.js\";\nexport type {\n Agent,\n AgentVersion,\n AgentDefinition,\n AgentDefinitionUnion,\n AgentKind,\n RaiConfig,\n HostedAgentDefinition,\n Tool,\n ToolUnion,\n ToolType,\n BingGroundingTool,\n BingGroundingSearchToolParameters,\n BingGroundingSearchConfiguration,\n MicrosoftFabricPreviewTool,\n FabricDataAgentToolParameters,\n ToolProjectConnection,\n SharepointPreviewTool,\n SharepointGroundingToolParameters,\n AzureAISearchTool,\n AzureAISearchToolResource,\n AISearchIndexResource,\n AzureAISearchQueryType,\n OpenApiTool,\n OpenApiFunctionDefinition,\n OpenApiAuthDetails,\n OpenApiAuthDetailsUnion,\n OpenApiAuthType,\n OpenApiAnonymousAuthDetails,\n OpenApiProjectConnectionAuthDetails,\n OpenApiProjectConnectionSecurityScheme,\n OpenApiManagedAuthDetails,\n OpenApiManagedSecurityScheme,\n BingCustomSearchPreviewTool,\n BingCustomSearchToolParameters,\n BingCustomSearchConfiguration,\n BrowserAutomationPreviewTool,\n BrowserAutomationToolParameters,\n BrowserAutomationToolConnectionParameters,\n AzureFunctionTool,\n AzureFunctionDefinition,\n AzureFunctionBinding,\n AzureFunctionStorageQueue,\n CaptureStructuredOutputsTool,\n StructuredOutputDefinition,\n A2APreviewTool,\n WorkIQPreviewTool,\n WorkIQPreviewToolParameters,\n MemorySearchPreviewTool,\n MemorySearchOptions,\n CodeInterpreterTool,\n AutoCodeInterpreterToolParam,\n ContainerMemoryLimit,\n ContainerNetworkPolicyParam,\n ContainerNetworkPolicyParamUnion,\n ContainerNetworkPolicyParamType,\n ContainerNetworkPolicyDisabledParam,\n ContainerNetworkPolicyAllowlistParam,\n ContainerNetworkPolicyDomainSecretParam,\n FunctionTool,\n FileSearchTool,\n RankingOptions,\n RankerVersionType,\n HybridSearchOptions,\n Filters,\n ComparisonFilter,\n ComparisonFilterValueItems,\n CompoundFilter,\n ComputerUsePreviewTool,\n ComputerEnvironment,\n WebSearchTool,\n WebSearchToolFilters,\n WebSearchApproximateLocation,\n WebSearchConfiguration,\n MCPTool,\n MCPToolFilter,\n MCPToolRequireApproval,\n ImageGenTool,\n InputFidelity,\n ImageGenToolInputImageMask,\n ImageGenAction,\n LocalShellToolParam,\n FunctionShellToolParam,\n FunctionShellToolParamEnvironment,\n FunctionShellToolParamEnvironmentUnion,\n FunctionShellToolParamEnvironmentType,\n FunctionShellToolParamEnvironmentLocalEnvironmentParam,\n LocalSkillParam,\n FunctionShellToolParamEnvironmentContainerReferenceParam,\n ContainerAutoParam,\n ContainerSkill,\n ContainerSkillUnion,\n ContainerSkillType,\n SkillReferenceParam,\n InlineSkillParam,\n InlineSkillSourceParam,\n CustomToolParam,\n CustomToolParamFormat,\n CustomToolParamFormatUnion,\n CustomToolParamFormatType,\n CustomTextFormatParam,\n CustomGrammarFormatParam,\n GrammarSyntax,\n WebSearchPreviewTool,\n ApproximateLocation,\n SearchContextSize,\n SearchContentType,\n ApplyPatchToolParam,\n ComputerTool,\n NamespaceToolParam,\n FunctionToolParam,\n EmptyModelParam,\n ToolSearchToolParam,\n ToolSearchExecutionType,\n ProtocolVersionRecord,\n AgentProtocol,\n ContainerConfiguration,\n CodeConfiguration,\n PromptAgentDefinition,\n Reasoning,\n ReasoningEffort,\n ToolChoiceParam,\n ToolChoiceParamUnion,\n ToolChoiceParamType,\n ToolChoiceAllowed,\n ToolChoiceFunction,\n ToolChoiceMCP,\n ToolChoiceCustom,\n SpecificApplyPatchParam,\n SpecificFunctionShellParam,\n ToolChoiceFileSearch,\n ToolChoiceWebSearchPreview,\n ToolChoiceComputerUsePreview,\n ToolChoiceWebSearchPreview20250311,\n ToolChoiceImageGeneration,\n ToolChoiceCodeInterpreter,\n ToolChoiceComputer,\n ToolChoiceComputerUse,\n PromptAgentDefinitionTextOptions,\n TextResponseFormat,\n TextResponseFormatUnion,\n TextResponseFormatConfigurationType,\n TextResponseFormatJsonSchema,\n TextResponseFormatText,\n TextResponseFormatJsonObject,\n StructuredInputDefinition,\n WorkflowAgentDefinition,\n AgentIdentity,\n AgentBlueprintReference,\n AgentBlueprintReferenceUnion,\n AgentBlueprintReferenceType,\n ManagedAgentIdentityBlueprintReference,\n AgentEndpoint,\n VersionSelector,\n VersionSelectionRule,\n VersionSelectionRuleUnion,\n VersionSelectorType,\n FixedRatioVersionSelectionRule,\n AgentEndpointProtocol,\n AgentEndpointAuthorizationScheme,\n AgentEndpointAuthorizationSchemeUnion,\n AgentEndpointAuthorizationSchemeType,\n EntraAuthorizationScheme,\n IsolationKeySource,\n IsolationKeySourceUnion,\n IsolationKeySourceKind,\n EntraIsolationKeySource,\n HeaderIsolationKeySource,\n BotServiceAuthorizationScheme,\n BotServiceRbacAuthorizationScheme,\n AgentCard,\n AgentCardSkill,\n ApiErrorResponse,\n ErrorModel,\n DeleteAgentResponse,\n DeleteAgentVersionResponse,\n EvaluationRule,\n EvaluationRuleAction,\n EvaluationRuleActionUnion,\n EvaluationRuleActionType,\n ContinuousEvaluationRuleAction,\n HumanEvaluationPreviewRuleAction,\n EvaluationRuleFilter,\n EvaluationRuleEventType,\n Connection,\n ConnectionType,\n BaseCredentials,\n BaseCredentialsUnion,\n CredentialType,\n ApiKeyCredentials,\n EntraIDCredentials,\n CustomCredential,\n SASTokenCredentials,\n NoAuthenticationCredentials,\n AgenticIdentityPreviewCredentials,\n DatasetVersion,\n DatasetVersionUnion,\n DatasetType,\n FileDatasetVersion,\n FolderDatasetVersion,\n PendingUploadRequest,\n PendingUploadResponse,\n BlobReference,\n SasCredential,\n DatasetCredential,\n Deployment,\n DeploymentUnion,\n DeploymentType,\n ModelDeployment,\n ModelDeploymentSku,\n Index,\n IndexUnion,\n IndexType,\n AzureAISearchIndex,\n FieldMapping,\n ManagedAzureAISearchIndex,\n CosmosDBIndex,\n EmbeddingConfiguration,\n VersionIndicator,\n VersionIndicatorUnion,\n VersionIndicatorType,\n VersionRefIndicator,\n AgentSessionResource,\n AgentSessionStatus,\n SessionFileWriteResponse,\n SessionDirectoryListResponse,\n SessionDirectoryEntry,\n EvaluationTaxonomy,\n EvaluationTaxonomyInput,\n EvaluationTaxonomyInputUnion,\n EvaluationTaxonomyInputType,\n AgentTaxonomyInput,\n Target,\n TargetUnion,\n AzureAIModelTarget,\n ModelSamplingParams,\n AzureAIAgentTarget,\n ToolDescription,\n RiskCategory,\n TaxonomyCategory,\n TaxonomySubCategory,\n EvaluatorVersion,\n EvaluatorType,\n EvaluatorCategory,\n EvaluatorDefinition,\n EvaluatorDefinitionUnion,\n EvaluatorDefinitionType,\n EvaluatorMetric,\n EvaluatorMetricType,\n EvaluatorMetricDirection,\n CodeBasedEvaluatorDefinition,\n PromptBasedEvaluatorDefinition,\n Insight,\n InsightsMetadata,\n OperationState,\n InsightRequest,\n InsightRequestUnion,\n InsightType,\n EvaluationRunClusterInsightRequest,\n InsightModelConfiguration,\n AgentClusterInsightRequest,\n EvaluationComparisonInsightRequest,\n InsightResult,\n InsightResultUnion,\n EvaluationComparisonInsightResult,\n EvalRunResultComparison,\n EvalRunResultSummary,\n EvalRunResultCompareItem,\n TreatmentEffectType,\n EvaluationRunClusterInsightResult,\n ClusterInsightResult,\n InsightSummary,\n ClusterTokenUsage,\n InsightCluster,\n InsightSample,\n InsightSampleUnion,\n SampleType,\n EvaluationResultSample,\n EvalResult,\n ChartCoordinate,\n AgentClusterInsightResult,\n MemoryStoreDefinition,\n MemoryStoreDefinitionUnion,\n MemoryStoreKind,\n MemoryStoreDefaultDefinition,\n MemoryStoreDefaultOptions,\n MemoryStore,\n DeleteMemoryStoreResponse,\n MemoryStoreSearchResponse,\n MemorySearchItem,\n MemoryItem,\n MemoryItemUnion,\n MemoryItemKind,\n UserProfileMemoryItem,\n ChatSummaryMemoryItem,\n MemoryStoreOperationUsage,\n ResponseUsageInputTokensDetails,\n ResponseUsageOutputTokensDetails,\n MemoryStoreUpdateResponse,\n MemoryStoreUpdateStatus,\n MemoryStoreUpdateCompletedResult,\n MemoryOperation,\n MemoryOperationKind,\n MemoryStoreDeleteScopeResponse,\n RedTeam,\n AttackStrategy,\n TargetConfig,\n TargetConfigUnion,\n AzureOpenAIModelConfiguration,\n Schedule,\n ScheduleProvisioningStatus,\n Trigger,\n TriggerUnion,\n TriggerType,\n CronTrigger,\n RecurrenceTrigger,\n RecurrenceSchedule,\n RecurrenceScheduleUnion,\n RecurrenceType,\n HourlyRecurrenceSchedule,\n DailyRecurrenceSchedule,\n WeeklyRecurrenceSchedule,\n DayOfWeek,\n MonthlyRecurrenceSchedule,\n OneTimeTrigger,\n ScheduleTask,\n ScheduleTaskUnion,\n ScheduleTaskType,\n EvaluationScheduleTask,\n InsightScheduleTask,\n ScheduleRun,\n ToolboxPolicies,\n ToolboxVersionObject,\n ToolboxObject,\n SkillObject,\n DeleteSkillResponse,\n UpdateToolboxRequest,\n AgentType,\n AgentDefinitionOptInKeys,\n PageOrder,\n FoundryFeaturesOptInKeys,\n PendingUploadType,\n MemoryStoreType,\n KnownApiVersions,\n BetaSkillsDownloadResponse,\n BetaAgentsDownloadSessionFileResponse,\n} from \"./models/index.js\";\nexport type { AIProjectClientOptionalParams, DatasetUploadOptions } from \"./api/index.js\";\nexport type {\n AgentsListVersionsOptionalParams,\n AgentsDeleteVersionOptionalParams,\n AgentsGetVersionOptionalParams,\n AgentsCreateAgentVersionFromManifestOptionalParams,\n AgentsCreateVersionOptionalParams,\n AgentsListOptionalParams,\n AgentsDeleteOptionalParams,\n AgentsUpdateAgentFromManifestOptionalParams,\n AgentsCreateAgentFromManifestOptionalParams,\n AgentsUpdateOptionalParams,\n AgentsCreateOptionalParams,\n AgentsGetOptionalParams,\n} from \"./api/agents/index.js\";\nexport type {\n ConnectionsListOptionalParams,\n ConnectionsGetWithCredentialsOptionalParams,\n ConnectionsGetOptionalParams,\n ConnectionsGetDefaultOptionalParams,\n} from \"./api/connections/index.js\";\nexport type {\n DatasetsGetCredentialsOptionalParams,\n DatasetsPendingUploadOptionalParams,\n DatasetsCreateOrUpdateOptionalParams,\n DatasetsDeleteOptionalParams,\n DatasetsGetOptionalParams,\n DatasetsListOptionalParams,\n DatasetsListVersionsOptionalParams,\n} from \"./api/datasets/index.js\";\nexport type {\n DeploymentsListOptionalParams,\n DeploymentsGetOptionalParams,\n} from \"./api/deployments/index.js\";\nexport type {\n EvaluationRulesListOptionalParams,\n EvaluationRulesCreateOrUpdateOptionalParams,\n EvaluationRulesDeleteOptionalParams,\n EvaluationRulesGetOptionalParams,\n} from \"./api/evaluationRules/index.js\";\nexport type {\n IndexesCreateOrUpdateOptionalParams,\n IndexesDeleteOptionalParams,\n IndexesGetOptionalParams,\n IndexesListOptionalParams,\n IndexesListVersionsOptionalParams,\n} from \"./api/indexes/index.js\";\nexport type {\n BetaAgentsDeleteSessionFileOptionalParams,\n BetaAgentsListSessionFilesOptionalParams,\n BetaAgentsDownloadSessionFileOptionalParams,\n BetaAgentsUploadSessionFileOptionalParams,\n BetaAgentsListSessionsOptionalParams,\n BetaAgentsDeleteSessionOptionalParams,\n BetaAgentsGetSessionOptionalParams,\n BetaAgentsCreateSessionOptionalParams,\n BetaAgentsPatchAgentObjectOptionalParams,\n} from \"./api/beta/agents/index.js\";\nexport type {\n BetaEvaluationTaxonomiesUpdateOptionalParams,\n BetaEvaluationTaxonomiesCreateOptionalParams,\n BetaEvaluationTaxonomiesDeleteOptionalParams,\n BetaEvaluationTaxonomiesListOptionalParams,\n BetaEvaluationTaxonomiesGetOptionalParams,\n} from \"./api/beta/evaluationTaxonomies/index.js\";\nexport type {\n BetaEvaluatorsUpdateVersionOptionalParams,\n BetaEvaluatorsCreateVersionOptionalParams,\n BetaEvaluatorsDeleteVersionOptionalParams,\n BetaEvaluatorsGetVersionOptionalParams,\n BetaEvaluatorsListOptionalParams,\n BetaEvaluatorsListVersionsOptionalParams,\n} from \"./api/beta/evaluators/index.js\";\nexport type {\n BetaInsightsListOptionalParams,\n BetaInsightsGetOptionalParams,\n BetaInsightsGenerateOptionalParams,\n} from \"./api/beta/insights/index.js\";\nexport type {\n BetaMemoryStoresDeleteScopeOptionalParams,\n BetaMemoryStoresGetUpdateResultOptionalParams,\n BetaMemoryStoresUpdateMemoriesOptionalParams,\n BetaMemoryStoresSearchMemoriesOptionalParams,\n BetaMemoryStoresDeleteOptionalParams,\n BetaMemoryStoresListOptionalParams,\n BetaMemoryStoresGetOptionalParams,\n BetaMemoryStoresUpdateOptionalParams,\n BetaMemoryStoresCreateOptionalParams,\n} from \"./api/beta/memoryStores/index.js\";\nexport type {\n BetaRedTeamsCreateOptionalParams,\n BetaRedTeamsListOptionalParams,\n BetaRedTeamsGetOptionalParams,\n} from \"./api/beta/redTeams/index.js\";\nexport type {\n BetaSchedulesListRunsOptionalParams,\n BetaSchedulesGetRunOptionalParams,\n BetaSchedulesCreateOrUpdateOptionalParams,\n BetaSchedulesListOptionalParams,\n BetaSchedulesGetOptionalParams,\n BetaSchedulesDeleteOptionalParams,\n} from \"./api/beta/schedules/index.js\";\nexport type {\n BetaSkillsDeleteOptionalParams,\n BetaSkillsUpdateOptionalParams,\n BetaSkillsListOptionalParams,\n BetaSkillsDownloadOptionalParams,\n BetaSkillsGetOptionalParams,\n CreateFromPackageOptionalParams,\n BetaSkillsCreateOptionalParams,\n} from \"./api/beta/skills/index.js\";\nexport type {\n BetaToolboxesDeleteVersionOptionalParams,\n BetaToolboxesDeleteOptionalParams,\n BetaToolboxesUpdateOptionalParams,\n BetaToolboxesGetVersionOptionalParams,\n BetaToolboxesListVersionsOptionalParams,\n BetaToolboxesListOptionalParams,\n BetaToolboxesGetOptionalParams,\n BetaToolboxesCreateVersionOptionalParams,\n} from \"./api/beta/toolboxes/index.js\";\nexport type {\n AgentsOperations,\n BetaOperations,\n ConnectionsOperations,\n DatasetsOperations,\n DeploymentsOperations,\n EvaluationRulesOperations,\n IndexesOperations,\n BetaAgentsOperations,\n TelemetryOperations,\n BetaEvaluationTaxonomiesOperations,\n BetaEvaluatorsOperations,\n BetaInsightsOperations,\n BetaMemoryStoresOperations,\n BetaRedTeamsOperations,\n BetaSchedulesOperations,\n BetaSkillsOperations,\n BetaToolboxesOperations,\n} from \"./classic/index.js\";\nexport type { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n\nexport type {\n AzureAgentConfig,\n OpenAIClientOptionsWithAzureAgent,\n} from \"./azureAgent.interface.js\";\nexport type {\n TextResponseFormatConfiguration,\n TextResponseFormatConfigurationResponseFormatText,\n TextResponseFormatConfigurationResponseFormatJsonObject,\n TextResponseFormatConfigurationUnion,\n} from \"./deprecate.interface.js\";\n"]}
|
package/dist/esm/logger.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
1
3
|
import { createClientLogger } from "@azure/logger";
|
|
2
|
-
const logger = createClientLogger("ai-projects");
|
|
3
|
-
|
|
4
|
-
logger
|
|
5
|
-
};
|
|
4
|
+
export const logger = createClientLogger("ai-projects");
|
|
5
|
+
//# sourceMappingURL=logger.js.map
|
package/dist/esm/logger.js.map
CHANGED
|
@@ -1,7 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/ai/ai-projects/src/logger.ts"],
|
|
4
|
-
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"ai-projects\");\n"],
|
|
5
|
-
"mappings": "AAGA,SAAS,0BAA0B;AAC5B,MAAM,SAAS,mBAAmB,aAAa;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"ai-projects\");\n"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type { Agent, AgentVersion, AgentDefinition, AgentDefinitionUnion, AgentKind, RaiConfig,
|
|
1
|
+
export type { Agent, AgentVersion, AgentDefinition, AgentDefinitionUnion, AgentKind, RaiConfig, HostedAgentDefinition, Tool, ToolUnion, ToolType, BingGroundingTool, BingGroundingSearchToolParameters, BingGroundingSearchConfiguration, MicrosoftFabricPreviewTool, FabricDataAgentToolParameters, ToolProjectConnection, SharepointPreviewTool, SharepointGroundingToolParameters, AzureAISearchTool, AzureAISearchToolResource, AISearchIndexResource, AzureAISearchQueryType, OpenApiTool, OpenApiFunctionDefinition, OpenApiAuthDetails, OpenApiAuthDetailsUnion, OpenApiAuthType, OpenApiAnonymousAuthDetails, OpenApiProjectConnectionAuthDetails, OpenApiProjectConnectionSecurityScheme, OpenApiManagedAuthDetails, OpenApiManagedSecurityScheme, BingCustomSearchPreviewTool, BingCustomSearchToolParameters, BingCustomSearchConfiguration, BrowserAutomationPreviewTool, BrowserAutomationToolParameters, BrowserAutomationToolConnectionParameters, AzureFunctionTool, AzureFunctionDefinition, AzureFunctionBinding, AzureFunctionStorageQueue, CaptureStructuredOutputsTool, StructuredOutputDefinition, A2APreviewTool, WorkIQPreviewTool, WorkIQPreviewToolParameters, MemorySearchPreviewTool, MemorySearchOptions, CodeInterpreterTool, AutoCodeInterpreterToolParam, ContainerMemoryLimit, ContainerNetworkPolicyParam, ContainerNetworkPolicyParamUnion, ContainerNetworkPolicyParamType, ContainerNetworkPolicyDisabledParam, ContainerNetworkPolicyAllowlistParam, ContainerNetworkPolicyDomainSecretParam, FunctionTool, FileSearchTool, RankingOptions, RankerVersionType, HybridSearchOptions, Filters, ComparisonFilter, ComparisonFilterValueItems, CompoundFilter, ComputerUsePreviewTool, ComputerEnvironment, WebSearchTool, WebSearchToolFilters, WebSearchApproximateLocation, WebSearchConfiguration, MCPTool, MCPToolFilter, MCPToolRequireApproval, ImageGenTool, InputFidelity, ImageGenToolInputImageMask, ImageGenAction, LocalShellToolParam, FunctionShellToolParam, FunctionShellToolParamEnvironment, FunctionShellToolParamEnvironmentUnion, FunctionShellToolParamEnvironmentType, FunctionShellToolParamEnvironmentLocalEnvironmentParam, LocalSkillParam, FunctionShellToolParamEnvironmentContainerReferenceParam, ContainerAutoParam, ContainerSkill, ContainerSkillUnion, ContainerSkillType, SkillReferenceParam, InlineSkillParam, InlineSkillSourceParam, CustomToolParam, CustomToolParamFormat, CustomToolParamFormatUnion, CustomToolParamFormatType, CustomTextFormatParam, CustomGrammarFormatParam, GrammarSyntax, WebSearchPreviewTool, ApproximateLocation, SearchContextSize, SearchContentType, ApplyPatchToolParam, ComputerTool, NamespaceToolParam, FunctionToolParam, EmptyModelParam, ToolSearchToolParam, ToolSearchExecutionType, ProtocolVersionRecord, AgentProtocol, ContainerConfiguration, CodeConfiguration, PromptAgentDefinition, Reasoning, ReasoningEffort, ToolChoiceParam, ToolChoiceParamUnion, ToolChoiceParamType, ToolChoiceAllowed, ToolChoiceFunction, ToolChoiceMCP, ToolChoiceCustom, SpecificApplyPatchParam, SpecificFunctionShellParam, ToolChoiceFileSearch, ToolChoiceWebSearchPreview, ToolChoiceComputerUsePreview, ToolChoiceWebSearchPreview20250311, ToolChoiceImageGeneration, ToolChoiceCodeInterpreter, ToolChoiceComputer, ToolChoiceComputerUse, PromptAgentDefinitionTextOptions, TextResponseFormat, TextResponseFormatUnion, TextResponseFormatConfigurationType, TextResponseFormatJsonSchema, TextResponseFormatText, TextResponseFormatJsonObject, StructuredInputDefinition, WorkflowAgentDefinition, AgentIdentity, AgentBlueprintReference, AgentBlueprintReferenceUnion, AgentBlueprintReferenceType, ManagedAgentIdentityBlueprintReference, AgentEndpoint, VersionSelector, VersionSelectionRule, VersionSelectionRuleUnion, VersionSelectorType, FixedRatioVersionSelectionRule, AgentEndpointProtocol, AgentEndpointAuthorizationScheme, AgentEndpointAuthorizationSchemeUnion, AgentEndpointAuthorizationSchemeType, EntraAuthorizationScheme, IsolationKeySource, IsolationKeySourceUnion, IsolationKeySourceKind, EntraIsolationKeySource, HeaderIsolationKeySource, BotServiceAuthorizationScheme, BotServiceRbacAuthorizationScheme, AgentCard, AgentCardSkill, ApiErrorResponse, ErrorModel, DeleteAgentResponse, DeleteAgentVersionResponse, EvaluationRule, EvaluationRuleAction, EvaluationRuleActionUnion, EvaluationRuleActionType, ContinuousEvaluationRuleAction, HumanEvaluationPreviewRuleAction, EvaluationRuleFilter, EvaluationRuleEventType, Connection, ConnectionType, BaseCredentials, BaseCredentialsUnion, CredentialType, ApiKeyCredentials, EntraIDCredentials, CustomCredential, SASTokenCredentials, NoAuthenticationCredentials, AgenticIdentityPreviewCredentials, DatasetVersion, DatasetVersionUnion, DatasetType, FileDatasetVersion, FolderDatasetVersion, PendingUploadRequest, PendingUploadResponse, BlobReference, SasCredential, DatasetCredential, Deployment, DeploymentUnion, DeploymentType, ModelDeployment, ModelDeploymentSku, Index, IndexUnion, IndexType, AzureAISearchIndex, FieldMapping, ManagedAzureAISearchIndex, CosmosDBIndex, EmbeddingConfiguration, VersionIndicator, VersionIndicatorUnion, VersionIndicatorType, VersionRefIndicator, AgentSessionResource, AgentSessionStatus, SessionFileWriteResponse, SessionDirectoryListResponse, SessionDirectoryEntry, EvaluationTaxonomy, EvaluationTaxonomyInput, EvaluationTaxonomyInputUnion, EvaluationTaxonomyInputType, AgentTaxonomyInput, Target, TargetUnion, AzureAIModelTarget, ModelSamplingParams, AzureAIAgentTarget, ToolDescription, RiskCategory, TaxonomyCategory, TaxonomySubCategory, EvaluatorVersion, EvaluatorType, EvaluatorCategory, EvaluatorDefinition, EvaluatorDefinitionUnion, EvaluatorDefinitionType, EvaluatorMetric, EvaluatorMetricType, EvaluatorMetricDirection, CodeBasedEvaluatorDefinition, PromptBasedEvaluatorDefinition, Insight, InsightsMetadata, OperationState, InsightRequest, InsightRequestUnion, InsightType, EvaluationRunClusterInsightRequest, InsightModelConfiguration, AgentClusterInsightRequest, EvaluationComparisonInsightRequest, InsightResult, InsightResultUnion, EvaluationComparisonInsightResult, EvalRunResultComparison, EvalRunResultSummary, EvalRunResultCompareItem, TreatmentEffectType, EvaluationRunClusterInsightResult, ClusterInsightResult, InsightSummary, ClusterTokenUsage, InsightCluster, InsightSample, InsightSampleUnion, SampleType, EvaluationResultSample, EvalResult, ChartCoordinate, AgentClusterInsightResult, MemoryStoreDefinition, MemoryStoreDefinitionUnion, MemoryStoreKind, MemoryStoreDefaultDefinition, MemoryStoreDefaultOptions, MemoryStore, DeleteMemoryStoreResponse, MemoryStoreSearchResponse, MemorySearchItem, MemoryItem, MemoryItemUnion, MemoryItemKind, UserProfileMemoryItem, ChatSummaryMemoryItem, MemoryStoreOperationUsage, ResponseUsageInputTokensDetails, ResponseUsageOutputTokensDetails, MemoryStoreUpdateResponse, MemoryStoreUpdateStatus, MemoryStoreUpdateCompletedResult, MemoryOperation, MemoryOperationKind, MemoryStoreDeleteScopeResponse, RedTeam, AttackStrategy, TargetConfig, TargetConfigUnion, AzureOpenAIModelConfiguration, Schedule, ScheduleProvisioningStatus, Trigger, TriggerUnion, TriggerType, CronTrigger, RecurrenceTrigger, RecurrenceSchedule, RecurrenceScheduleUnion, RecurrenceType, HourlyRecurrenceSchedule, DailyRecurrenceSchedule, WeeklyRecurrenceSchedule, DayOfWeek, MonthlyRecurrenceSchedule, OneTimeTrigger, ScheduleTask, ScheduleTaskUnion, ScheduleTaskType, EvaluationScheduleTask, InsightScheduleTask, ScheduleRun, ToolboxPolicies, ToolboxVersionObject, ToolboxObject, SkillObject, DeleteSkillResponse, UpdateToolboxRequest, AgentType, AgentDefinitionOptInKeys, PageOrder, FoundryFeaturesOptInKeys, PendingUploadType, MemoryStoreType, KnownApiVersions, BetaSkillsDownloadResponse, BetaAgentsDownloadSessionFileResponse, } from "./models.js";
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|