@azure/ai-projects 2.1.1 → 2.2.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 +28 -4
- package/dist/browser/aiProjectClient.d.ts +4 -0
- package/dist/browser/aiProjectClient.d.ts.map +1 -1
- package/dist/browser/aiProjectClient.js +7 -1
- package/dist/browser/aiProjectClient.js.map +1 -1
- package/dist/browser/api/agents/operations.d.ts +10 -2
- package/dist/browser/api/agents/operations.d.ts.map +1 -1
- package/dist/browser/api/agents/operations.js +16 -6
- package/dist/browser/api/agents/operations.js.map +1 -1
- package/dist/browser/api/agents/options.d.ts +7 -3
- 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/aiProjectContext.js +2 -2
- package/dist/browser/api/aiProjectContext.js.map +1 -1
- package/dist/browser/api/beta/agents/index.d.ts +2 -2
- package/dist/browser/api/beta/agents/index.d.ts.map +1 -1
- package/dist/browser/api/beta/agents/index.js +1 -1
- package/dist/browser/api/beta/agents/index.js.map +1 -1
- package/dist/browser/api/beta/agents/operations.d.ts +114 -15
- package/dist/browser/api/beta/agents/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/agents/operations.js +588 -36
- package/dist/browser/api/beta/agents/operations.js.map +1 -1
- package/dist/browser/api/beta/agents/options.d.ts +174 -2
- package/dist/browser/api/beta/agents/options.d.ts.map +1 -1
- package/dist/browser/api/beta/agents/options.js.map +1 -1
- package/dist/browser/api/beta/datasets/index.d.ts +3 -0
- package/dist/browser/api/beta/datasets/index.d.ts.map +1 -0
- package/dist/browser/api/beta/datasets/index.js +4 -0
- package/dist/browser/api/beta/datasets/index.js.map +1 -0
- package/dist/browser/api/beta/datasets/operations.d.ts +26 -0
- package/dist/browser/api/beta/datasets/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/datasets/operations.js +170 -0
- package/dist/browser/api/beta/datasets/operations.js.map +1 -0
- package/dist/browser/api/beta/datasets/options.d.ts +56 -0
- package/dist/browser/api/beta/datasets/options.d.ts.map +1 -0
- package/dist/browser/api/beta/datasets/options.js +4 -0
- package/dist/browser/api/beta/datasets/options.js.map +1 -0
- package/dist/browser/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
- package/dist/browser/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/evaluationTaxonomies/operations.js +8 -8
- package/dist/browser/api/beta/evaluationTaxonomies/operations.js.map +1 -1
- 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 +37 -3
- package/dist/browser/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/evaluators/operations.js +226 -1
- package/dist/browser/api/beta/evaluators/operations.js.map +1 -1
- package/dist/browser/api/beta/evaluators/options.d.ts +62 -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/index.d.ts +1 -1
- package/dist/browser/api/beta/insights/index.d.ts.map +1 -1
- package/dist/browser/api/beta/insights/index.js.map +1 -1
- package/dist/browser/api/beta/insights/operations.d.ts +3 -3
- package/dist/browser/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/insights/operations.js +5 -2
- package/dist/browser/api/beta/insights/operations.js.map +1 -1
- package/dist/browser/api/beta/insights/options.d.ts +14 -1
- package/dist/browser/api/beta/insights/options.d.ts.map +1 -1
- package/dist/browser/api/beta/insights/options.js.map +1 -1
- package/dist/browser/api/beta/memoryStores/index.d.ts +2 -2
- package/dist/browser/api/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/browser/api/beta/memoryStores/index.js +1 -1
- package/dist/browser/api/beta/memoryStores/index.js.map +1 -1
- package/dist/browser/api/beta/memoryStores/operations.d.ts +22 -2
- package/dist/browser/api/beta/memoryStores/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/memoryStores/operations.js +174 -2
- package/dist/browser/api/beta/memoryStores/operations.js.map +1 -1
- package/dist/browser/api/beta/memoryStores/options.d.ts +40 -1
- package/dist/browser/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/browser/api/beta/memoryStores/options.js.map +1 -1
- package/dist/browser/api/beta/models/index.d.ts +3 -0
- package/dist/browser/api/beta/models/index.d.ts.map +1 -0
- package/dist/browser/api/beta/models/index.js +4 -0
- package/dist/browser/api/beta/models/index.js.map +1 -0
- package/dist/browser/api/beta/models/operations.d.ts +45 -0
- package/dist/browser/api/beta/models/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/models/operations.js +305 -0
- package/dist/browser/api/beta/models/operations.js.map +1 -0
- package/dist/browser/api/beta/models/options.d.ts +42 -0
- package/dist/browser/api/beta/models/options.d.ts.map +1 -0
- package/dist/browser/api/beta/models/options.js +4 -0
- package/dist/browser/api/beta/models/options.js.map +1 -0
- package/dist/browser/api/beta/routines/index.d.ts +3 -0
- package/dist/browser/api/beta/routines/index.d.ts.map +1 -0
- package/dist/browser/api/beta/routines/index.js +4 -0
- package/dist/browser/api/beta/routines/index.js.map +1 -0
- package/dist/browser/api/beta/routines/operations.d.ts +38 -0
- package/dist/browser/api/beta/routines/operations.d.ts.map +1 -0
- package/dist/browser/api/beta/routines/operations.js +293 -0
- package/dist/browser/api/beta/routines/operations.js.map +1 -0
- package/dist/browser/api/beta/routines/options.d.ts +71 -0
- package/dist/browser/api/beta/routines/options.d.ts.map +1 -0
- package/dist/browser/api/beta/routines/options.js +4 -0
- package/dist/browser/api/beta/routines/options.js.map +1 -0
- package/dist/browser/api/beta/schedules/operations.d.ts +8 -8
- package/dist/browser/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/schedules/operations.js +16 -16
- package/dist/browser/api/beta/schedules/operations.js.map +1 -1
- package/dist/browser/api/beta/skills/index.d.ts +2 -2
- package/dist/browser/api/beta/skills/index.d.ts.map +1 -1
- package/dist/browser/api/beta/skills/index.js +1 -1
- package/dist/browser/api/beta/skills/index.js.map +1 -1
- package/dist/browser/api/beta/skills/operations.d.ts +38 -22
- package/dist/browser/api/beta/skills/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/skills/operations.js +178 -49
- package/dist/browser/api/beta/skills/operations.js.map +1 -1
- package/dist/browser/api/beta/skills/options.d.ts +44 -32
- package/dist/browser/api/beta/skills/options.d.ts.map +1 -1
- package/dist/browser/api/beta/skills/options.js.map +1 -1
- package/dist/browser/api/beta/toolboxes/index.d.ts +1 -1
- package/dist/browser/api/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/browser/api/beta/toolboxes/index.js.map +1 -1
- package/dist/browser/api/beta/toolboxes/operations.d.ts +15 -15
- package/dist/browser/api/beta/toolboxes/operations.d.ts.map +1 -1
- package/dist/browser/api/beta/toolboxes/operations.js +39 -36
- package/dist/browser/api/beta/toolboxes/operations.js.map +1 -1
- package/dist/browser/api/beta/toolboxes/options.d.ts +7 -5
- package/dist/browser/api/beta/toolboxes/options.d.ts.map +1 -1
- package/dist/browser/api/beta/toolboxes/options.js.map +1 -1
- package/dist/browser/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/browser/api/evaluationRules/operations.js +3 -0
- package/dist/browser/api/evaluationRules/operations.js.map +1 -1
- package/dist/browser/api/evaluationRules/options.d.ts +2 -0
- package/dist/browser/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/browser/api/evaluationRules/options.js.map +1 -1
- package/dist/browser/classic/agents/index.d.ts +12 -4
- package/dist/browser/classic/agents/index.d.ts.map +1 -1
- package/dist/browser/classic/agents/index.js.map +1 -1
- package/dist/browser/classic/beta/agents/index.d.ts +82 -9
- package/dist/browser/classic/beta/agents/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/agents/index.js +23 -8
- package/dist/browser/classic/beta/agents/index.js.map +1 -1
- package/dist/browser/classic/beta/datasets/index.d.ts +19 -0
- package/dist/browser/classic/beta/datasets/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/datasets/index.js +18 -0
- package/dist/browser/classic/beta/datasets/index.js.map +1 -0
- package/dist/browser/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
- package/dist/browser/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/evaluationTaxonomies/index.js +2 -2
- package/dist/browser/classic/beta/evaluationTaxonomies/index.js.map +1 -1
- package/dist/browser/classic/beta/evaluators/index.d.ts +22 -2
- package/dist/browser/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/evaluators/index.js +8 -1
- package/dist/browser/classic/beta/evaluators/index.js.map +1 -1
- package/dist/browser/classic/beta/index.d.ts +9 -0
- package/dist/browser/classic/beta/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/index.js +9 -0
- package/dist/browser/classic/beta/index.js.map +1 -1
- package/dist/browser/classic/beta/insights/index.d.ts +2 -2
- package/dist/browser/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/insights/index.js.map +1 -1
- package/dist/browser/classic/beta/memoryStores/index.d.ts +12 -2
- package/dist/browser/classic/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/memoryStores/index.js +6 -1
- package/dist/browser/classic/beta/memoryStores/index.js.map +1 -1
- package/dist/browser/classic/beta/models/index.d.ts +27 -0
- package/dist/browser/classic/beta/models/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/models/index.js +21 -0
- package/dist/browser/classic/beta/models/index.js.map +1 -0
- package/dist/browser/classic/beta/routines/index.d.ts +25 -0
- package/dist/browser/classic/beta/routines/index.d.ts.map +1 -0
- package/dist/browser/classic/beta/routines/index.js +21 -0
- package/dist/browser/classic/beta/routines/index.js.map +1 -0
- package/dist/browser/classic/beta/schedules/index.d.ts +4 -4
- package/dist/browser/classic/beta/schedules/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/schedules/index.js +4 -4
- package/dist/browser/classic/beta/schedules/index.js.map +1 -1
- package/dist/browser/classic/beta/skills/index.d.ts +21 -13
- package/dist/browser/classic/beta/skills/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/skills/index.js +11 -7
- package/dist/browser/classic/beta/skills/index.js.map +1 -1
- package/dist/browser/classic/beta/toolboxes/index.d.ts +8 -8
- package/dist/browser/classic/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/browser/classic/beta/toolboxes/index.js +7 -7
- package/dist/browser/classic/beta/toolboxes/index.js.map +1 -1
- 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/constants.d.ts +1 -1
- package/dist/browser/constants.js +1 -1
- package/dist/browser/constants.js.map +1 -1
- package/dist/browser/index.d.ts +16 -10
- package/dist/browser/index.d.ts.map +1 -1
- 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 +1817 -157
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +2016 -200
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/static-helpers/multipartHelpers.d.ts +17 -0
- package/dist/browser/static-helpers/multipartHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/multipartHelpers.js +20 -0
- package/dist/browser/static-helpers/multipartHelpers.js.map +1 -0
- package/dist/commonjs/aiProjectClient.d.ts +4 -0
- package/dist/commonjs/aiProjectClient.d.ts.map +1 -1
- package/dist/commonjs/aiProjectClient.js +3 -1
- package/dist/commonjs/aiProjectClient.js.map +2 -2
- package/dist/commonjs/api/agents/operations.d.ts +10 -2
- package/dist/commonjs/api/agents/operations.d.ts.map +1 -1
- package/dist/commonjs/api/agents/operations.js +5 -3
- package/dist/commonjs/api/agents/operations.js.map +2 -2
- package/dist/commonjs/api/agents/options.d.ts +7 -3
- package/dist/commonjs/api/agents/options.d.ts.map +1 -1
- package/dist/commonjs/api/agents/options.js.map +1 -1
- package/dist/commonjs/api/aiProjectContext.js +1 -1
- package/dist/commonjs/api/aiProjectContext.js.map +2 -2
- package/dist/commonjs/api/beta/agents/index.d.ts +2 -2
- package/dist/commonjs/api/beta/agents/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/agents/index.js +32 -2
- package/dist/commonjs/api/beta/agents/index.js.map +2 -2
- package/dist/commonjs/api/beta/agents/operations.d.ts +114 -15
- package/dist/commonjs/api/beta/agents/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/agents/operations.js +703 -41
- package/dist/commonjs/api/beta/agents/operations.js.map +2 -2
- package/dist/commonjs/api/beta/agents/options.d.ts +174 -2
- package/dist/commonjs/api/beta/agents/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/agents/options.js.map +1 -1
- package/dist/commonjs/api/beta/datasets/index.d.ts +3 -0
- package/dist/commonjs/api/beta/datasets/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/datasets/index.js +36 -0
- package/dist/commonjs/api/beta/datasets/index.js.map +7 -0
- package/dist/commonjs/api/beta/datasets/operations.d.ts +26 -0
- package/dist/commonjs/api/beta/datasets/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/datasets/operations.js +233 -0
- package/dist/commonjs/api/beta/datasets/operations.js.map +7 -0
- package/dist/commonjs/api/beta/datasets/options.d.ts +56 -0
- package/dist/commonjs/api/beta/datasets/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/datasets/options.js +16 -0
- package/dist/commonjs/api/beta/datasets/options.js.map +7 -0
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js +8 -8
- package/dist/commonjs/api/beta/evaluationTaxonomies/operations.js.map +2 -2
- 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 +14 -0
- package/dist/commonjs/api/beta/evaluators/index.js.map +2 -2
- package/dist/commonjs/api/beta/evaluators/operations.d.ts +37 -3
- package/dist/commonjs/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluators/operations.js +288 -0
- package/dist/commonjs/api/beta/evaluators/operations.js.map +2 -2
- package/dist/commonjs/api/beta/evaluators/options.d.ts +62 -1
- package/dist/commonjs/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/evaluators/options.js.map +1 -1
- package/dist/commonjs/api/beta/insights/index.d.ts +1 -1
- package/dist/commonjs/api/beta/insights/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/insights/index.js.map +1 -1
- package/dist/commonjs/api/beta/insights/operations.d.ts +3 -3
- package/dist/commonjs/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/insights/operations.js +4 -1
- package/dist/commonjs/api/beta/insights/operations.js.map +2 -2
- package/dist/commonjs/api/beta/insights/options.d.ts +14 -1
- package/dist/commonjs/api/beta/insights/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/insights/options.js.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/index.d.ts +2 -2
- package/dist/commonjs/api/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/index.js +12 -2
- package/dist/commonjs/api/beta/memoryStores/index.js.map +2 -2
- package/dist/commonjs/api/beta/memoryStores/operations.d.ts +22 -2
- package/dist/commonjs/api/beta/memoryStores/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/operations.js +224 -3
- package/dist/commonjs/api/beta/memoryStores/operations.js.map +2 -2
- package/dist/commonjs/api/beta/memoryStores/options.d.ts +40 -1
- package/dist/commonjs/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/memoryStores/options.js.map +1 -1
- package/dist/commonjs/api/beta/models/index.d.ts +3 -0
- package/dist/commonjs/api/beta/models/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/models/index.js +42 -0
- package/dist/commonjs/api/beta/models/index.js.map +7 -0
- package/dist/commonjs/api/beta/models/operations.d.ts +45 -0
- package/dist/commonjs/api/beta/models/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/models/operations.js +420 -0
- package/dist/commonjs/api/beta/models/operations.js.map +7 -0
- package/dist/commonjs/api/beta/models/options.d.ts +42 -0
- package/dist/commonjs/api/beta/models/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/models/options.js +16 -0
- package/dist/commonjs/api/beta/models/options.js.map +7 -0
- package/dist/commonjs/api/beta/routines/index.d.ts +3 -0
- package/dist/commonjs/api/beta/routines/index.d.ts.map +1 -0
- package/dist/commonjs/api/beta/routines/index.js +42 -0
- package/dist/commonjs/api/beta/routines/index.js.map +7 -0
- package/dist/commonjs/api/beta/routines/operations.d.ts +38 -0
- package/dist/commonjs/api/beta/routines/operations.d.ts.map +1 -0
- package/dist/commonjs/api/beta/routines/operations.js +379 -0
- package/dist/commonjs/api/beta/routines/operations.js.map +7 -0
- package/dist/commonjs/api/beta/routines/options.d.ts +71 -0
- package/dist/commonjs/api/beta/routines/options.d.ts.map +1 -0
- package/dist/commonjs/api/beta/routines/options.js +16 -0
- package/dist/commonjs/api/beta/routines/options.js.map +7 -0
- package/dist/commonjs/api/beta/schedules/operations.d.ts +8 -8
- package/dist/commonjs/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/schedules/operations.js +16 -16
- package/dist/commonjs/api/beta/schedules/operations.js.map +2 -2
- package/dist/commonjs/api/beta/skills/index.d.ts +2 -2
- package/dist/commonjs/api/beta/skills/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/skills/index.js +10 -2
- package/dist/commonjs/api/beta/skills/index.js.map +2 -2
- package/dist/commonjs/api/beta/skills/operations.d.ts +38 -22
- package/dist/commonjs/api/beta/skills/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/skills/operations.js +220 -51
- package/dist/commonjs/api/beta/skills/operations.js.map +2 -2
- package/dist/commonjs/api/beta/skills/options.d.ts +44 -32
- package/dist/commonjs/api/beta/skills/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/skills/options.js.map +1 -1
- package/dist/commonjs/api/beta/toolboxes/index.d.ts +1 -1
- package/dist/commonjs/api/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/commonjs/api/beta/toolboxes/index.js.map +1 -1
- package/dist/commonjs/api/beta/toolboxes/operations.d.ts +15 -15
- package/dist/commonjs/api/beta/toolboxes/operations.d.ts.map +1 -1
- package/dist/commonjs/api/beta/toolboxes/operations.js +36 -35
- package/dist/commonjs/api/beta/toolboxes/operations.js.map +2 -2
- package/dist/commonjs/api/beta/toolboxes/options.d.ts +7 -5
- package/dist/commonjs/api/beta/toolboxes/options.d.ts.map +1 -1
- package/dist/commonjs/api/beta/toolboxes/options.js.map +1 -1
- package/dist/commonjs/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/commonjs/api/evaluationRules/operations.js +1 -0
- package/dist/commonjs/api/evaluationRules/operations.js.map +2 -2
- package/dist/commonjs/api/evaluationRules/options.d.ts +2 -0
- package/dist/commonjs/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/commonjs/api/evaluationRules/options.js.map +1 -1
- package/dist/commonjs/classic/agents/index.d.ts +12 -4
- package/dist/commonjs/classic/agents/index.d.ts.map +1 -1
- package/dist/commonjs/classic/agents/index.js.map +2 -2
- package/dist/commonjs/classic/beta/agents/index.d.ts +82 -9
- package/dist/commonjs/classic/beta/agents/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/agents/index.js +22 -7
- package/dist/commonjs/classic/beta/agents/index.js.map +2 -2
- package/dist/commonjs/classic/beta/datasets/index.d.ts +19 -0
- package/dist/commonjs/classic/beta/datasets/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/datasets/index.js +42 -0
- package/dist/commonjs/classic/beta/datasets/index.js.map +7 -0
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js +2 -2
- package/dist/commonjs/classic/beta/evaluationTaxonomies/index.js.map +2 -2
- package/dist/commonjs/classic/beta/evaluators/index.d.ts +22 -2
- package/dist/commonjs/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/evaluators/index.js +7 -0
- package/dist/commonjs/classic/beta/evaluators/index.js.map +2 -2
- package/dist/commonjs/classic/beta/index.d.ts +9 -0
- package/dist/commonjs/classic/beta/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/index.js +9 -0
- package/dist/commonjs/classic/beta/index.js.map +2 -2
- package/dist/commonjs/classic/beta/insights/index.d.ts +2 -2
- package/dist/commonjs/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/insights/index.js.map +2 -2
- package/dist/commonjs/classic/beta/memoryStores/index.d.ts +12 -2
- package/dist/commonjs/classic/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/memoryStores/index.js +5 -0
- package/dist/commonjs/classic/beta/memoryStores/index.js.map +2 -2
- package/dist/commonjs/classic/beta/models/index.d.ts +27 -0
- package/dist/commonjs/classic/beta/models/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/models/index.js +45 -0
- package/dist/commonjs/classic/beta/models/index.js.map +7 -0
- package/dist/commonjs/classic/beta/routines/index.d.ts +25 -0
- package/dist/commonjs/classic/beta/routines/index.d.ts.map +1 -0
- package/dist/commonjs/classic/beta/routines/index.js +45 -0
- package/dist/commonjs/classic/beta/routines/index.js.map +7 -0
- package/dist/commonjs/classic/beta/schedules/index.d.ts +4 -4
- package/dist/commonjs/classic/beta/schedules/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/schedules/index.js +4 -4
- package/dist/commonjs/classic/beta/schedules/index.js.map +2 -2
- package/dist/commonjs/classic/beta/skills/index.d.ts +21 -13
- package/dist/commonjs/classic/beta/skills/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/skills/index.js +10 -6
- package/dist/commonjs/classic/beta/skills/index.js.map +2 -2
- package/dist/commonjs/classic/beta/toolboxes/index.d.ts +8 -8
- package/dist/commonjs/classic/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/commonjs/classic/beta/toolboxes/index.js +7 -7
- package/dist/commonjs/classic/beta/toolboxes/index.js.map +2 -2
- 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.map +1 -1
- package/dist/commonjs/constants.d.ts +1 -1
- package/dist/commonjs/constants.js +1 -1
- package/dist/commonjs/constants.js.map +1 -1
- package/dist/commonjs/index.d.ts +16 -10
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.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.map +1 -1
- package/dist/commonjs/models/models.d.ts +1817 -157
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +2312 -258
- package/dist/commonjs/models/models.js.map +2 -2
- package/dist/commonjs/static-helpers/multipartHelpers.d.ts +17 -0
- package/dist/commonjs/static-helpers/multipartHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/multipartHelpers.js +43 -0
- package/dist/commonjs/static-helpers/multipartHelpers.js.map +7 -0
- package/dist/esm/aiProjectClient.d.ts +4 -0
- package/dist/esm/aiProjectClient.d.ts.map +1 -1
- package/dist/esm/aiProjectClient.js +7 -1
- package/dist/esm/aiProjectClient.js.map +1 -1
- package/dist/esm/api/agents/operations.d.ts +10 -2
- package/dist/esm/api/agents/operations.d.ts.map +1 -1
- package/dist/esm/api/agents/operations.js +16 -6
- package/dist/esm/api/agents/operations.js.map +1 -1
- package/dist/esm/api/agents/options.d.ts +7 -3
- package/dist/esm/api/agents/options.d.ts.map +1 -1
- package/dist/esm/api/agents/options.js.map +1 -1
- package/dist/esm/api/aiProjectContext.js +2 -2
- package/dist/esm/api/aiProjectContext.js.map +1 -1
- package/dist/esm/api/beta/agents/index.d.ts +2 -2
- package/dist/esm/api/beta/agents/index.d.ts.map +1 -1
- package/dist/esm/api/beta/agents/index.js +1 -1
- package/dist/esm/api/beta/agents/index.js.map +1 -1
- package/dist/esm/api/beta/agents/operations.d.ts +114 -15
- package/dist/esm/api/beta/agents/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/agents/operations.js +588 -36
- package/dist/esm/api/beta/agents/operations.js.map +1 -1
- package/dist/esm/api/beta/agents/options.d.ts +174 -2
- package/dist/esm/api/beta/agents/options.d.ts.map +1 -1
- package/dist/esm/api/beta/agents/options.js.map +1 -1
- package/dist/esm/api/beta/datasets/index.d.ts +3 -0
- package/dist/esm/api/beta/datasets/index.d.ts.map +1 -0
- package/dist/esm/api/beta/datasets/index.js +4 -0
- package/dist/esm/api/beta/datasets/index.js.map +1 -0
- package/dist/esm/api/beta/datasets/operations.d.ts +26 -0
- package/dist/esm/api/beta/datasets/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/datasets/operations.js +170 -0
- package/dist/esm/api/beta/datasets/operations.js.map +1 -0
- package/dist/esm/api/beta/datasets/options.d.ts +56 -0
- package/dist/esm/api/beta/datasets/options.d.ts.map +1 -0
- package/dist/esm/api/beta/datasets/options.js +4 -0
- package/dist/esm/api/beta/datasets/options.js.map +1 -0
- package/dist/esm/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
- package/dist/esm/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluationTaxonomies/operations.js +8 -8
- package/dist/esm/api/beta/evaluationTaxonomies/operations.js.map +1 -1
- 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 +1 -1
- package/dist/esm/api/beta/evaluators/index.js.map +1 -1
- package/dist/esm/api/beta/evaluators/operations.d.ts +37 -3
- package/dist/esm/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluators/operations.js +226 -1
- package/dist/esm/api/beta/evaluators/operations.js.map +1 -1
- package/dist/esm/api/beta/evaluators/options.d.ts +62 -1
- package/dist/esm/api/beta/evaluators/options.d.ts.map +1 -1
- package/dist/esm/api/beta/evaluators/options.js.map +1 -1
- package/dist/esm/api/beta/insights/index.d.ts +1 -1
- package/dist/esm/api/beta/insights/index.d.ts.map +1 -1
- package/dist/esm/api/beta/insights/index.js.map +1 -1
- package/dist/esm/api/beta/insights/operations.d.ts +3 -3
- package/dist/esm/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/insights/operations.js +5 -2
- package/dist/esm/api/beta/insights/operations.js.map +1 -1
- package/dist/esm/api/beta/insights/options.d.ts +14 -1
- package/dist/esm/api/beta/insights/options.d.ts.map +1 -1
- package/dist/esm/api/beta/insights/options.js.map +1 -1
- package/dist/esm/api/beta/memoryStores/index.d.ts +2 -2
- package/dist/esm/api/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/esm/api/beta/memoryStores/index.js +1 -1
- package/dist/esm/api/beta/memoryStores/index.js.map +1 -1
- package/dist/esm/api/beta/memoryStores/operations.d.ts +22 -2
- package/dist/esm/api/beta/memoryStores/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/memoryStores/operations.js +174 -2
- package/dist/esm/api/beta/memoryStores/operations.js.map +1 -1
- package/dist/esm/api/beta/memoryStores/options.d.ts +40 -1
- package/dist/esm/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/esm/api/beta/memoryStores/options.js.map +1 -1
- package/dist/esm/api/beta/models/index.d.ts +3 -0
- package/dist/esm/api/beta/models/index.d.ts.map +1 -0
- package/dist/esm/api/beta/models/index.js +4 -0
- package/dist/esm/api/beta/models/index.js.map +1 -0
- package/dist/esm/api/beta/models/operations.d.ts +45 -0
- package/dist/esm/api/beta/models/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/models/operations.js +305 -0
- package/dist/esm/api/beta/models/operations.js.map +1 -0
- package/dist/esm/api/beta/models/options.d.ts +42 -0
- package/dist/esm/api/beta/models/options.d.ts.map +1 -0
- package/dist/esm/api/beta/models/options.js +4 -0
- package/dist/esm/api/beta/models/options.js.map +1 -0
- package/dist/esm/api/beta/routines/index.d.ts +3 -0
- package/dist/esm/api/beta/routines/index.d.ts.map +1 -0
- package/dist/esm/api/beta/routines/index.js +4 -0
- package/dist/esm/api/beta/routines/index.js.map +1 -0
- package/dist/esm/api/beta/routines/operations.d.ts +38 -0
- package/dist/esm/api/beta/routines/operations.d.ts.map +1 -0
- package/dist/esm/api/beta/routines/operations.js +293 -0
- package/dist/esm/api/beta/routines/operations.js.map +1 -0
- package/dist/esm/api/beta/routines/options.d.ts +71 -0
- package/dist/esm/api/beta/routines/options.d.ts.map +1 -0
- package/dist/esm/api/beta/routines/options.js +4 -0
- package/dist/esm/api/beta/routines/options.js.map +1 -0
- package/dist/esm/api/beta/schedules/operations.d.ts +8 -8
- package/dist/esm/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/schedules/operations.js +16 -16
- package/dist/esm/api/beta/schedules/operations.js.map +1 -1
- package/dist/esm/api/beta/skills/index.d.ts +2 -2
- package/dist/esm/api/beta/skills/index.d.ts.map +1 -1
- package/dist/esm/api/beta/skills/index.js +1 -1
- package/dist/esm/api/beta/skills/index.js.map +1 -1
- package/dist/esm/api/beta/skills/operations.d.ts +38 -22
- package/dist/esm/api/beta/skills/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/skills/operations.js +178 -49
- package/dist/esm/api/beta/skills/operations.js.map +1 -1
- package/dist/esm/api/beta/skills/options.d.ts +44 -32
- package/dist/esm/api/beta/skills/options.d.ts.map +1 -1
- package/dist/esm/api/beta/skills/options.js.map +1 -1
- package/dist/esm/api/beta/toolboxes/index.d.ts +1 -1
- package/dist/esm/api/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/esm/api/beta/toolboxes/index.js.map +1 -1
- package/dist/esm/api/beta/toolboxes/operations.d.ts +15 -15
- package/dist/esm/api/beta/toolboxes/operations.d.ts.map +1 -1
- package/dist/esm/api/beta/toolboxes/operations.js +39 -36
- package/dist/esm/api/beta/toolboxes/operations.js.map +1 -1
- package/dist/esm/api/beta/toolboxes/options.d.ts +7 -5
- package/dist/esm/api/beta/toolboxes/options.d.ts.map +1 -1
- package/dist/esm/api/beta/toolboxes/options.js.map +1 -1
- package/dist/esm/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/esm/api/evaluationRules/operations.js +3 -0
- package/dist/esm/api/evaluationRules/operations.js.map +1 -1
- package/dist/esm/api/evaluationRules/options.d.ts +2 -0
- package/dist/esm/api/evaluationRules/options.d.ts.map +1 -1
- package/dist/esm/api/evaluationRules/options.js.map +1 -1
- package/dist/esm/classic/agents/index.d.ts +12 -4
- package/dist/esm/classic/agents/index.d.ts.map +1 -1
- package/dist/esm/classic/agents/index.js.map +1 -1
- package/dist/esm/classic/beta/agents/index.d.ts +82 -9
- package/dist/esm/classic/beta/agents/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/agents/index.js +23 -8
- package/dist/esm/classic/beta/agents/index.js.map +1 -1
- package/dist/esm/classic/beta/datasets/index.d.ts +19 -0
- package/dist/esm/classic/beta/datasets/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/datasets/index.js +18 -0
- package/dist/esm/classic/beta/datasets/index.js.map +1 -0
- package/dist/esm/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
- package/dist/esm/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/evaluationTaxonomies/index.js +2 -2
- package/dist/esm/classic/beta/evaluationTaxonomies/index.js.map +1 -1
- package/dist/esm/classic/beta/evaluators/index.d.ts +22 -2
- package/dist/esm/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/evaluators/index.js +8 -1
- package/dist/esm/classic/beta/evaluators/index.js.map +1 -1
- package/dist/esm/classic/beta/index.d.ts +9 -0
- package/dist/esm/classic/beta/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/index.js +9 -0
- package/dist/esm/classic/beta/index.js.map +1 -1
- package/dist/esm/classic/beta/insights/index.d.ts +2 -2
- package/dist/esm/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/insights/index.js.map +1 -1
- package/dist/esm/classic/beta/memoryStores/index.d.ts +12 -2
- package/dist/esm/classic/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/memoryStores/index.js +6 -1
- package/dist/esm/classic/beta/memoryStores/index.js.map +1 -1
- package/dist/esm/classic/beta/models/index.d.ts +27 -0
- package/dist/esm/classic/beta/models/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/models/index.js +21 -0
- package/dist/esm/classic/beta/models/index.js.map +1 -0
- package/dist/esm/classic/beta/routines/index.d.ts +25 -0
- package/dist/esm/classic/beta/routines/index.d.ts.map +1 -0
- package/dist/esm/classic/beta/routines/index.js +21 -0
- package/dist/esm/classic/beta/routines/index.js.map +1 -0
- package/dist/esm/classic/beta/schedules/index.d.ts +4 -4
- package/dist/esm/classic/beta/schedules/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/schedules/index.js +4 -4
- package/dist/esm/classic/beta/schedules/index.js.map +1 -1
- package/dist/esm/classic/beta/skills/index.d.ts +21 -13
- package/dist/esm/classic/beta/skills/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/skills/index.js +11 -7
- package/dist/esm/classic/beta/skills/index.js.map +1 -1
- package/dist/esm/classic/beta/toolboxes/index.d.ts +8 -8
- package/dist/esm/classic/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/esm/classic/beta/toolboxes/index.js +7 -7
- package/dist/esm/classic/beta/toolboxes/index.js.map +1 -1
- 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.map +1 -1
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/index.d.ts +16 -10
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js.map +1 -1
- 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.map +1 -1
- package/dist/esm/models/models.d.ts +1817 -157
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +2016 -200
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/static-helpers/multipartHelpers.d.ts +17 -0
- package/dist/esm/static-helpers/multipartHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/multipartHelpers.js +20 -0
- package/dist/esm/static-helpers/multipartHelpers.js.map +1 -0
- package/dist/react-native/aiProjectClient.d.ts +4 -0
- package/dist/react-native/aiProjectClient.d.ts.map +1 -1
- package/dist/react-native/aiProjectClient.js +7 -1
- package/dist/react-native/aiProjectClient.js.map +1 -1
- package/dist/react-native/api/agents/operations.d.ts +10 -2
- package/dist/react-native/api/agents/operations.d.ts.map +1 -1
- package/dist/react-native/api/agents/operations.js +16 -6
- package/dist/react-native/api/agents/operations.js.map +1 -1
- package/dist/react-native/api/agents/options.d.ts +7 -3
- 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/aiProjectContext.js +2 -2
- package/dist/react-native/api/aiProjectContext.js.map +1 -1
- package/dist/react-native/api/beta/agents/index.d.ts +2 -2
- package/dist/react-native/api/beta/agents/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/agents/index.js +1 -1
- package/dist/react-native/api/beta/agents/index.js.map +1 -1
- package/dist/react-native/api/beta/agents/operations.d.ts +114 -15
- package/dist/react-native/api/beta/agents/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/agents/operations.js +588 -36
- package/dist/react-native/api/beta/agents/operations.js.map +1 -1
- package/dist/react-native/api/beta/agents/options.d.ts +174 -2
- package/dist/react-native/api/beta/agents/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/agents/options.js.map +1 -1
- package/dist/react-native/api/beta/datasets/index.d.ts +3 -0
- package/dist/react-native/api/beta/datasets/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/datasets/index.js +4 -0
- package/dist/react-native/api/beta/datasets/index.js.map +1 -0
- package/dist/react-native/api/beta/datasets/operations.d.ts +26 -0
- package/dist/react-native/api/beta/datasets/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/datasets/operations.js +170 -0
- package/dist/react-native/api/beta/datasets/operations.js.map +1 -0
- package/dist/react-native/api/beta/datasets/options.d.ts +56 -0
- package/dist/react-native/api/beta/datasets/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/datasets/options.js +4 -0
- package/dist/react-native/api/beta/datasets/options.js.map +1 -0
- package/dist/react-native/api/beta/evaluationTaxonomies/operations.d.ts +4 -4
- package/dist/react-native/api/beta/evaluationTaxonomies/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/evaluationTaxonomies/operations.js +8 -8
- package/dist/react-native/api/beta/evaluationTaxonomies/operations.js.map +1 -1
- 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 +37 -3
- package/dist/react-native/api/beta/evaluators/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/evaluators/operations.js +226 -1
- package/dist/react-native/api/beta/evaluators/operations.js.map +1 -1
- package/dist/react-native/api/beta/evaluators/options.d.ts +62 -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/index.d.ts +1 -1
- package/dist/react-native/api/beta/insights/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/insights/index.js.map +1 -1
- package/dist/react-native/api/beta/insights/operations.d.ts +3 -3
- package/dist/react-native/api/beta/insights/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/insights/operations.js +5 -2
- package/dist/react-native/api/beta/insights/operations.js.map +1 -1
- package/dist/react-native/api/beta/insights/options.d.ts +14 -1
- package/dist/react-native/api/beta/insights/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/insights/options.js.map +1 -1
- package/dist/react-native/api/beta/memoryStores/index.d.ts +2 -2
- package/dist/react-native/api/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/memoryStores/index.js +1 -1
- package/dist/react-native/api/beta/memoryStores/index.js.map +1 -1
- package/dist/react-native/api/beta/memoryStores/operations.d.ts +22 -2
- package/dist/react-native/api/beta/memoryStores/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/memoryStores/operations.js +174 -2
- package/dist/react-native/api/beta/memoryStores/operations.js.map +1 -1
- package/dist/react-native/api/beta/memoryStores/options.d.ts +40 -1
- package/dist/react-native/api/beta/memoryStores/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/memoryStores/options.js.map +1 -1
- package/dist/react-native/api/beta/models/index.d.ts +3 -0
- package/dist/react-native/api/beta/models/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/models/index.js +4 -0
- package/dist/react-native/api/beta/models/index.js.map +1 -0
- package/dist/react-native/api/beta/models/operations.d.ts +45 -0
- package/dist/react-native/api/beta/models/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/models/operations.js +305 -0
- package/dist/react-native/api/beta/models/operations.js.map +1 -0
- package/dist/react-native/api/beta/models/options.d.ts +42 -0
- package/dist/react-native/api/beta/models/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/models/options.js +4 -0
- package/dist/react-native/api/beta/models/options.js.map +1 -0
- package/dist/react-native/api/beta/routines/index.d.ts +3 -0
- package/dist/react-native/api/beta/routines/index.d.ts.map +1 -0
- package/dist/react-native/api/beta/routines/index.js +4 -0
- package/dist/react-native/api/beta/routines/index.js.map +1 -0
- package/dist/react-native/api/beta/routines/operations.d.ts +38 -0
- package/dist/react-native/api/beta/routines/operations.d.ts.map +1 -0
- package/dist/react-native/api/beta/routines/operations.js +293 -0
- package/dist/react-native/api/beta/routines/operations.js.map +1 -0
- package/dist/react-native/api/beta/routines/options.d.ts +71 -0
- package/dist/react-native/api/beta/routines/options.d.ts.map +1 -0
- package/dist/react-native/api/beta/routines/options.js +4 -0
- package/dist/react-native/api/beta/routines/options.js.map +1 -0
- package/dist/react-native/api/beta/schedules/operations.d.ts +8 -8
- package/dist/react-native/api/beta/schedules/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/schedules/operations.js +16 -16
- package/dist/react-native/api/beta/schedules/operations.js.map +1 -1
- package/dist/react-native/api/beta/skills/index.d.ts +2 -2
- package/dist/react-native/api/beta/skills/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/skills/index.js +1 -1
- package/dist/react-native/api/beta/skills/index.js.map +1 -1
- package/dist/react-native/api/beta/skills/operations.d.ts +38 -22
- package/dist/react-native/api/beta/skills/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/skills/operations.js +178 -49
- package/dist/react-native/api/beta/skills/operations.js.map +1 -1
- package/dist/react-native/api/beta/skills/options.d.ts +44 -32
- package/dist/react-native/api/beta/skills/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/skills/options.js.map +1 -1
- package/dist/react-native/api/beta/toolboxes/index.d.ts +1 -1
- package/dist/react-native/api/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/react-native/api/beta/toolboxes/index.js.map +1 -1
- package/dist/react-native/api/beta/toolboxes/operations.d.ts +15 -15
- package/dist/react-native/api/beta/toolboxes/operations.d.ts.map +1 -1
- package/dist/react-native/api/beta/toolboxes/operations.js +39 -36
- package/dist/react-native/api/beta/toolboxes/operations.js.map +1 -1
- package/dist/react-native/api/beta/toolboxes/options.d.ts +7 -5
- package/dist/react-native/api/beta/toolboxes/options.d.ts.map +1 -1
- package/dist/react-native/api/beta/toolboxes/options.js.map +1 -1
- package/dist/react-native/api/evaluationRules/operations.d.ts.map +1 -1
- package/dist/react-native/api/evaluationRules/operations.js +3 -0
- package/dist/react-native/api/evaluationRules/operations.js.map +1 -1
- package/dist/react-native/api/evaluationRules/options.d.ts +2 -0
- 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/classic/agents/index.d.ts +12 -4
- package/dist/react-native/classic/agents/index.d.ts.map +1 -1
- package/dist/react-native/classic/agents/index.js.map +1 -1
- package/dist/react-native/classic/beta/agents/index.d.ts +82 -9
- package/dist/react-native/classic/beta/agents/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/agents/index.js +23 -8
- package/dist/react-native/classic/beta/agents/index.js.map +1 -1
- package/dist/react-native/classic/beta/datasets/index.d.ts +19 -0
- package/dist/react-native/classic/beta/datasets/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/datasets/index.js +18 -0
- package/dist/react-native/classic/beta/datasets/index.js.map +1 -0
- package/dist/react-native/classic/beta/evaluationTaxonomies/index.d.ts +2 -2
- package/dist/react-native/classic/beta/evaluationTaxonomies/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/evaluationTaxonomies/index.js +2 -2
- package/dist/react-native/classic/beta/evaluationTaxonomies/index.js.map +1 -1
- package/dist/react-native/classic/beta/evaluators/index.d.ts +22 -2
- package/dist/react-native/classic/beta/evaluators/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/evaluators/index.js +8 -1
- package/dist/react-native/classic/beta/evaluators/index.js.map +1 -1
- package/dist/react-native/classic/beta/index.d.ts +9 -0
- package/dist/react-native/classic/beta/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/index.js +9 -0
- package/dist/react-native/classic/beta/index.js.map +1 -1
- package/dist/react-native/classic/beta/insights/index.d.ts +2 -2
- package/dist/react-native/classic/beta/insights/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/insights/index.js.map +1 -1
- package/dist/react-native/classic/beta/memoryStores/index.d.ts +12 -2
- package/dist/react-native/classic/beta/memoryStores/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/memoryStores/index.js +6 -1
- package/dist/react-native/classic/beta/memoryStores/index.js.map +1 -1
- package/dist/react-native/classic/beta/models/index.d.ts +27 -0
- package/dist/react-native/classic/beta/models/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/models/index.js +21 -0
- package/dist/react-native/classic/beta/models/index.js.map +1 -0
- package/dist/react-native/classic/beta/routines/index.d.ts +25 -0
- package/dist/react-native/classic/beta/routines/index.d.ts.map +1 -0
- package/dist/react-native/classic/beta/routines/index.js +21 -0
- package/dist/react-native/classic/beta/routines/index.js.map +1 -0
- package/dist/react-native/classic/beta/schedules/index.d.ts +4 -4
- package/dist/react-native/classic/beta/schedules/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/schedules/index.js +4 -4
- package/dist/react-native/classic/beta/schedules/index.js.map +1 -1
- package/dist/react-native/classic/beta/skills/index.d.ts +21 -13
- package/dist/react-native/classic/beta/skills/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/skills/index.js +11 -7
- package/dist/react-native/classic/beta/skills/index.js.map +1 -1
- package/dist/react-native/classic/beta/toolboxes/index.d.ts +8 -8
- package/dist/react-native/classic/beta/toolboxes/index.d.ts.map +1 -1
- package/dist/react-native/classic/beta/toolboxes/index.js +7 -7
- package/dist/react-native/classic/beta/toolboxes/index.js.map +1 -1
- 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/constants.d.ts +1 -1
- package/dist/react-native/constants.js +1 -1
- package/dist/react-native/constants.js.map +1 -1
- package/dist/react-native/index.d.ts +16 -10
- package/dist/react-native/index.d.ts.map +1 -1
- 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 +1817 -157
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +2016 -200
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/static-helpers/multipartHelpers.d.ts +17 -0
- package/dist/react-native/static-helpers/multipartHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/multipartHelpers.js +20 -0
- package/dist/react-native/static-helpers/multipartHelpers.js.map +1 -0
- package/package.json +14 -8
|
@@ -22,22 +22,34 @@ __export(models_exports, {
|
|
|
22
22
|
_agentsPagedResultAgentObjectDeserializer: () => _agentsPagedResultAgentObjectDeserializer,
|
|
23
23
|
_agentsPagedResultAgentSessionResourceDeserializer: () => _agentsPagedResultAgentSessionResourceDeserializer,
|
|
24
24
|
_agentsPagedResultAgentVersionObjectDeserializer: () => _agentsPagedResultAgentVersionObjectDeserializer,
|
|
25
|
+
_agentsPagedResultDataGenerationJobDeserializer: () => _agentsPagedResultDataGenerationJobDeserializer,
|
|
26
|
+
_agentsPagedResultEvaluatorGenerationJobDeserializer: () => _agentsPagedResultEvaluatorGenerationJobDeserializer,
|
|
27
|
+
_agentsPagedResultMemoryItemDeserializer: () => _agentsPagedResultMemoryItemDeserializer,
|
|
25
28
|
_agentsPagedResultMemoryStoreObjectDeserializer: () => _agentsPagedResultMemoryStoreObjectDeserializer,
|
|
26
|
-
|
|
29
|
+
_agentsPagedResultOptimizationJobDeserializer: () => _agentsPagedResultOptimizationJobDeserializer,
|
|
30
|
+
_agentsPagedResultRoutineDeserializer: () => _agentsPagedResultRoutineDeserializer,
|
|
31
|
+
_agentsPagedResultRoutineRunDeserializer: () => _agentsPagedResultRoutineRunDeserializer,
|
|
32
|
+
_agentsPagedResultSkillDeserializer: () => _agentsPagedResultSkillDeserializer,
|
|
33
|
+
_agentsPagedResultSkillVersionDeserializer: () => _agentsPagedResultSkillVersionDeserializer,
|
|
27
34
|
_agentsPagedResultToolboxObjectDeserializer: () => _agentsPagedResultToolboxObjectDeserializer,
|
|
28
35
|
_agentsPagedResultToolboxVersionObjectDeserializer: () => _agentsPagedResultToolboxVersionObjectDeserializer,
|
|
29
36
|
_azureFunctionDefinitionFunctionDeserializer: () => _azureFunctionDefinitionFunctionDeserializer,
|
|
30
37
|
_azureFunctionDefinitionFunctionSerializer: () => _azureFunctionDefinitionFunctionSerializer,
|
|
31
38
|
_codeInterpreterToolContainerDeserializer: () => _codeInterpreterToolContainerDeserializer,
|
|
32
39
|
_codeInterpreterToolContainerSerializer: () => _codeInterpreterToolContainerSerializer,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
_createAsyncResponseDeserializer: () => _createAsyncResponseDeserializer,
|
|
41
|
+
_fabricIQPreviewToolRequireApprovalDeserializer: () => _fabricIQPreviewToolRequireApprovalDeserializer,
|
|
42
|
+
_fabricIQPreviewToolRequireApprovalSerializer: () => _fabricIQPreviewToolRequireApprovalSerializer,
|
|
43
|
+
_fileSearchToolFiltersFilterArrayDeserializer: () => _fileSearchToolFiltersFilterArrayDeserializer,
|
|
44
|
+
_fileSearchToolFiltersFilterArraySerializer: () => _fileSearchToolFiltersFilterArraySerializer,
|
|
45
|
+
_fileSearchToolFiltersFilterDeserializer: () => _fileSearchToolFiltersFilterDeserializer,
|
|
46
|
+
_fileSearchToolFiltersFilterSerializer: () => _fileSearchToolFiltersFilterSerializer,
|
|
47
|
+
_fileSearchToolFiltersValue1ArrayDeserializer: () => _fileSearchToolFiltersValue1ArrayDeserializer,
|
|
48
|
+
_fileSearchToolFiltersValue1ArraySerializer: () => _fileSearchToolFiltersValue1ArraySerializer,
|
|
49
|
+
_fileSearchToolFiltersValue1Deserializer: () => _fileSearchToolFiltersValue1Deserializer,
|
|
50
|
+
_fileSearchToolFiltersValue1Serializer: () => _fileSearchToolFiltersValue1Serializer,
|
|
51
|
+
_fileSearchToolFiltersValueDeserializer: () => _fileSearchToolFiltersValueDeserializer,
|
|
52
|
+
_fileSearchToolFiltersValueSerializer: () => _fileSearchToolFiltersValueSerializer,
|
|
41
53
|
_listVersionsRequestTypeSerializer: () => _listVersionsRequestTypeSerializer,
|
|
42
54
|
_mcpToolAllowedToolsDeserializer: () => _mcpToolAllowedToolsDeserializer,
|
|
43
55
|
_mcpToolAllowedToolsSerializer: () => _mcpToolAllowedToolsSerializer,
|
|
@@ -57,6 +69,7 @@ __export(models_exports, {
|
|
|
57
69
|
_pagedEvaluatorVersionDeserializer: () => _pagedEvaluatorVersionDeserializer,
|
|
58
70
|
_pagedIndexDeserializer: () => _pagedIndexDeserializer,
|
|
59
71
|
_pagedInsightDeserializer: () => _pagedInsightDeserializer,
|
|
72
|
+
_pagedModelVersionDeserializer: () => _pagedModelVersionDeserializer,
|
|
60
73
|
_pagedRedTeamDeserializer: () => _pagedRedTeamDeserializer,
|
|
61
74
|
_pagedScheduleDeserializer: () => _pagedScheduleDeserializer,
|
|
62
75
|
_pagedScheduleRunDeserializer: () => _pagedScheduleRunDeserializer,
|
|
@@ -78,6 +91,8 @@ __export(models_exports, {
|
|
|
78
91
|
agentClusterInsightRequestDeserializer: () => agentClusterInsightRequestDeserializer,
|
|
79
92
|
agentClusterInsightRequestSerializer: () => agentClusterInsightRequestSerializer,
|
|
80
93
|
agentClusterInsightResultDeserializer: () => agentClusterInsightResultDeserializer,
|
|
94
|
+
agentDataGenerationJobSourceDeserializer: () => agentDataGenerationJobSourceDeserializer,
|
|
95
|
+
agentDataGenerationJobSourceSerializer: () => agentDataGenerationJobSourceSerializer,
|
|
81
96
|
agentDefinitionDeserializer: () => agentDefinitionDeserializer,
|
|
82
97
|
agentDefinitionSerializer: () => agentDefinitionSerializer,
|
|
83
98
|
agentDefinitionUnionDeserializer: () => agentDefinitionUnionDeserializer,
|
|
@@ -89,8 +104,12 @@ __export(models_exports, {
|
|
|
89
104
|
agentEndpointAuthorizationSchemeUnionArraySerializer: () => agentEndpointAuthorizationSchemeUnionArraySerializer,
|
|
90
105
|
agentEndpointAuthorizationSchemeUnionDeserializer: () => agentEndpointAuthorizationSchemeUnionDeserializer,
|
|
91
106
|
agentEndpointAuthorizationSchemeUnionSerializer: () => agentEndpointAuthorizationSchemeUnionSerializer,
|
|
92
|
-
|
|
93
|
-
|
|
107
|
+
agentEndpointConfigDeserializer: () => agentEndpointConfigDeserializer,
|
|
108
|
+
agentEndpointConfigSerializer: () => agentEndpointConfigSerializer,
|
|
109
|
+
agentEvaluatorGenerationJobSourceDeserializer: () => agentEvaluatorGenerationJobSourceDeserializer,
|
|
110
|
+
agentEvaluatorGenerationJobSourceSerializer: () => agentEvaluatorGenerationJobSourceSerializer,
|
|
111
|
+
agentIdentifierDeserializer: () => agentIdentifierDeserializer,
|
|
112
|
+
agentIdentifierSerializer: () => agentIdentifierSerializer,
|
|
94
113
|
agentIdentityDeserializer: () => agentIdentityDeserializer,
|
|
95
114
|
agentSessionResourceArrayDeserializer: () => agentSessionResourceArrayDeserializer,
|
|
96
115
|
agentSessionResourceDeserializer: () => agentSessionResourceDeserializer,
|
|
@@ -99,16 +118,20 @@ __export(models_exports, {
|
|
|
99
118
|
agentVersionArrayDeserializer: () => agentVersionArrayDeserializer,
|
|
100
119
|
agentVersionDeserializer: () => agentVersionDeserializer,
|
|
101
120
|
agenticIdentityPreviewCredentialsDeserializer: () => agenticIdentityPreviewCredentialsDeserializer,
|
|
121
|
+
agentsPagedResultOptimizationCandidateDeserializer: () => agentsPagedResultOptimizationCandidateDeserializer,
|
|
102
122
|
aiSearchIndexResourceArrayDeserializer: () => aiSearchIndexResourceArrayDeserializer,
|
|
103
123
|
aiSearchIndexResourceArraySerializer: () => aiSearchIndexResourceArraySerializer,
|
|
104
124
|
aiSearchIndexResourceDeserializer: () => aiSearchIndexResourceDeserializer,
|
|
105
125
|
aiSearchIndexResourceSerializer: () => aiSearchIndexResourceSerializer,
|
|
126
|
+
apiErrorArrayDeserializer: () => apiErrorArrayDeserializer,
|
|
127
|
+
apiErrorDeserializer: () => apiErrorDeserializer,
|
|
106
128
|
apiErrorResponseDeserializer: () => apiErrorResponseDeserializer,
|
|
107
129
|
apiKeyCredentialsDeserializer: () => apiKeyCredentialsDeserializer,
|
|
108
130
|
applyPatchToolParamDeserializer: () => applyPatchToolParamDeserializer,
|
|
109
131
|
applyPatchToolParamSerializer: () => applyPatchToolParamSerializer,
|
|
110
132
|
approximateLocationDeserializer: () => approximateLocationDeserializer,
|
|
111
133
|
approximateLocationSerializer: () => approximateLocationSerializer,
|
|
134
|
+
artifactProfileDeserializer: () => artifactProfileDeserializer,
|
|
112
135
|
autoCodeInterpreterToolParamDeserializer: () => autoCodeInterpreterToolParamDeserializer,
|
|
113
136
|
autoCodeInterpreterToolParamSerializer: () => autoCodeInterpreterToolParamSerializer,
|
|
114
137
|
azureAIAgentTargetDeserializer: () => azureAIAgentTargetDeserializer,
|
|
@@ -161,6 +184,11 @@ __export(models_exports, {
|
|
|
161
184
|
browserAutomationToolConnectionParametersSerializer: () => browserAutomationToolConnectionParametersSerializer,
|
|
162
185
|
browserAutomationToolParametersDeserializer: () => browserAutomationToolParametersDeserializer,
|
|
163
186
|
browserAutomationToolParametersSerializer: () => browserAutomationToolParametersSerializer,
|
|
187
|
+
candidateDeployConfigDeserializer: () => candidateDeployConfigDeserializer,
|
|
188
|
+
candidateFileInfoArrayDeserializer: () => candidateFileInfoArrayDeserializer,
|
|
189
|
+
candidateFileInfoDeserializer: () => candidateFileInfoDeserializer,
|
|
190
|
+
candidateMetadataDeserializer: () => candidateMetadataDeserializer,
|
|
191
|
+
candidateResultsDeserializer: () => candidateResultsDeserializer,
|
|
164
192
|
captureStructuredOutputsToolDeserializer: () => captureStructuredOutputsToolDeserializer,
|
|
165
193
|
captureStructuredOutputsToolSerializer: () => captureStructuredOutputsToolSerializer,
|
|
166
194
|
chartCoordinateDeserializer: () => chartCoordinateDeserializer,
|
|
@@ -176,10 +204,6 @@ __export(models_exports, {
|
|
|
176
204
|
codeInterpreterToolSerializer: () => codeInterpreterToolSerializer,
|
|
177
205
|
comparisonFilterDeserializer: () => comparisonFilterDeserializer,
|
|
178
206
|
comparisonFilterSerializer: () => comparisonFilterSerializer,
|
|
179
|
-
comparisonFilterValueItemsArrayDeserializer: () => comparisonFilterValueItemsArrayDeserializer,
|
|
180
|
-
comparisonFilterValueItemsArraySerializer: () => comparisonFilterValueItemsArraySerializer,
|
|
181
|
-
comparisonFilterValueItemsDeserializer: () => comparisonFilterValueItemsDeserializer,
|
|
182
|
-
comparisonFilterValueItemsSerializer: () => comparisonFilterValueItemsSerializer,
|
|
183
207
|
compoundFilterDeserializer: () => compoundFilterDeserializer,
|
|
184
208
|
compoundFilterSerializer: () => compoundFilterSerializer,
|
|
185
209
|
computerToolDeserializer: () => computerToolDeserializer,
|
|
@@ -214,11 +238,16 @@ __export(models_exports, {
|
|
|
214
238
|
continuousEvaluationRuleActionSerializer: () => continuousEvaluationRuleActionSerializer,
|
|
215
239
|
cosmosDBIndexDeserializer: () => cosmosDBIndexDeserializer,
|
|
216
240
|
cosmosDBIndexSerializer: () => cosmosDBIndexSerializer,
|
|
241
|
+
createAgentVersionFromCodeContentSerializer: () => createAgentVersionFromCodeContentSerializer,
|
|
242
|
+
createAgentVersionFromCodeMetadataSerializer: () => createAgentVersionFromCodeMetadataSerializer,
|
|
243
|
+
createSkillVersionFromFilesBodySerializer: () => createSkillVersionFromFilesBodySerializer,
|
|
217
244
|
cronTriggerDeserializer: () => cronTriggerDeserializer,
|
|
218
245
|
cronTriggerSerializer: () => cronTriggerSerializer,
|
|
219
246
|
customCredentialDeserializer: () => customCredentialDeserializer,
|
|
220
247
|
customGrammarFormatParamDeserializer: () => customGrammarFormatParamDeserializer,
|
|
221
248
|
customGrammarFormatParamSerializer: () => customGrammarFormatParamSerializer,
|
|
249
|
+
customRoutineTriggerDeserializer: () => customRoutineTriggerDeserializer,
|
|
250
|
+
customRoutineTriggerSerializer: () => customRoutineTriggerSerializer,
|
|
222
251
|
customTextFormatParamDeserializer: () => customTextFormatParamDeserializer,
|
|
223
252
|
customTextFormatParamSerializer: () => customTextFormatParamSerializer,
|
|
224
253
|
customToolParamDeserializer: () => customToolParamDeserializer,
|
|
@@ -229,7 +258,39 @@ __export(models_exports, {
|
|
|
229
258
|
customToolParamSerializer: () => customToolParamSerializer,
|
|
230
259
|
dailyRecurrenceScheduleDeserializer: () => dailyRecurrenceScheduleDeserializer,
|
|
231
260
|
dailyRecurrenceScheduleSerializer: () => dailyRecurrenceScheduleSerializer,
|
|
261
|
+
dataGenerationJobArrayDeserializer: () => dataGenerationJobArrayDeserializer,
|
|
262
|
+
dataGenerationJobArraySerializer: () => dataGenerationJobArraySerializer,
|
|
263
|
+
dataGenerationJobDeserializer: () => dataGenerationJobDeserializer,
|
|
264
|
+
dataGenerationJobInputsDeserializer: () => dataGenerationJobInputsDeserializer,
|
|
265
|
+
dataGenerationJobInputsSerializer: () => dataGenerationJobInputsSerializer,
|
|
266
|
+
dataGenerationJobOptionsDeserializer: () => dataGenerationJobOptionsDeserializer,
|
|
267
|
+
dataGenerationJobOptionsSerializer: () => dataGenerationJobOptionsSerializer,
|
|
268
|
+
dataGenerationJobOptionsUnionDeserializer: () => dataGenerationJobOptionsUnionDeserializer,
|
|
269
|
+
dataGenerationJobOptionsUnionSerializer: () => dataGenerationJobOptionsUnionSerializer,
|
|
270
|
+
dataGenerationJobOutputDeserializer: () => dataGenerationJobOutputDeserializer,
|
|
271
|
+
dataGenerationJobOutputOptionsDeserializer: () => dataGenerationJobOutputOptionsDeserializer,
|
|
272
|
+
dataGenerationJobOutputOptionsSerializer: () => dataGenerationJobOutputOptionsSerializer,
|
|
273
|
+
dataGenerationJobOutputUnionArrayDeserializer: () => dataGenerationJobOutputUnionArrayDeserializer,
|
|
274
|
+
dataGenerationJobOutputUnionDeserializer: () => dataGenerationJobOutputUnionDeserializer,
|
|
275
|
+
dataGenerationJobResultDeserializer: () => dataGenerationJobResultDeserializer,
|
|
276
|
+
dataGenerationJobSerializer: () => dataGenerationJobSerializer,
|
|
277
|
+
dataGenerationJobSourceDeserializer: () => dataGenerationJobSourceDeserializer,
|
|
278
|
+
dataGenerationJobSourceSerializer: () => dataGenerationJobSourceSerializer,
|
|
279
|
+
dataGenerationJobSourceUnionArrayDeserializer: () => dataGenerationJobSourceUnionArrayDeserializer,
|
|
280
|
+
dataGenerationJobSourceUnionArraySerializer: () => dataGenerationJobSourceUnionArraySerializer,
|
|
281
|
+
dataGenerationJobSourceUnionDeserializer: () => dataGenerationJobSourceUnionDeserializer,
|
|
282
|
+
dataGenerationJobSourceUnionSerializer: () => dataGenerationJobSourceUnionSerializer,
|
|
283
|
+
dataGenerationModelOptionsDeserializer: () => dataGenerationModelOptionsDeserializer,
|
|
284
|
+
dataGenerationModelOptionsSerializer: () => dataGenerationModelOptionsSerializer,
|
|
285
|
+
dataGenerationTokenUsageDeserializer: () => dataGenerationTokenUsageDeserializer,
|
|
232
286
|
datasetCredentialDeserializer: () => datasetCredentialDeserializer,
|
|
287
|
+
datasetDataGenerationJobOutputDeserializer: () => datasetDataGenerationJobOutputDeserializer,
|
|
288
|
+
datasetEvaluatorGenerationJobSourceDeserializer: () => datasetEvaluatorGenerationJobSourceDeserializer,
|
|
289
|
+
datasetEvaluatorGenerationJobSourceSerializer: () => datasetEvaluatorGenerationJobSourceSerializer,
|
|
290
|
+
datasetInfoDeserializer: () => datasetInfoDeserializer,
|
|
291
|
+
datasetRefDeserializer: () => datasetRefDeserializer,
|
|
292
|
+
datasetRefSerializer: () => datasetRefSerializer,
|
|
293
|
+
datasetReferenceDeserializer: () => datasetReferenceDeserializer,
|
|
233
294
|
datasetVersionDeserializer: () => datasetVersionDeserializer,
|
|
234
295
|
datasetVersionSerializer: () => datasetVersionSerializer,
|
|
235
296
|
datasetVersionUnionArrayDeserializer: () => datasetVersionUnionArrayDeserializer,
|
|
@@ -238,11 +299,18 @@ __export(models_exports, {
|
|
|
238
299
|
datasetVersionUnionSerializer: () => datasetVersionUnionSerializer,
|
|
239
300
|
deleteAgentResponseDeserializer: () => deleteAgentResponseDeserializer,
|
|
240
301
|
deleteAgentVersionResponseDeserializer: () => deleteAgentVersionResponseDeserializer,
|
|
302
|
+
deleteMemoryResponseDeserializer: () => deleteMemoryResponseDeserializer,
|
|
241
303
|
deleteMemoryStoreResponseDeserializer: () => deleteMemoryStoreResponseDeserializer,
|
|
242
304
|
deleteSkillResponseDeserializer: () => deleteSkillResponseDeserializer,
|
|
305
|
+
deleteSkillVersionResponseDeserializer: () => deleteSkillVersionResponseDeserializer,
|
|
243
306
|
deploymentDeserializer: () => deploymentDeserializer,
|
|
244
307
|
deploymentUnionArrayDeserializer: () => deploymentUnionArrayDeserializer,
|
|
245
308
|
deploymentUnionDeserializer: () => deploymentUnionDeserializer,
|
|
309
|
+
dimensionArrayDeserializer: () => dimensionArrayDeserializer,
|
|
310
|
+
dimensionArraySerializer: () => dimensionArraySerializer,
|
|
311
|
+
dimensionDeserializer: () => dimensionDeserializer,
|
|
312
|
+
dimensionSerializer: () => dimensionSerializer,
|
|
313
|
+
dispatchRoutineResponseDeserializer: () => dispatchRoutineResponseDeserializer,
|
|
246
314
|
embeddingConfigurationDeserializer: () => embeddingConfigurationDeserializer,
|
|
247
315
|
embeddingConfigurationSerializer: () => embeddingConfigurationSerializer,
|
|
248
316
|
emptyModelParamDeserializer: () => emptyModelParamDeserializer,
|
|
@@ -252,8 +320,6 @@ __export(models_exports, {
|
|
|
252
320
|
entraIDCredentialsDeserializer: () => entraIDCredentialsDeserializer,
|
|
253
321
|
entraIsolationKeySourceDeserializer: () => entraIsolationKeySourceDeserializer,
|
|
254
322
|
entraIsolationKeySourceSerializer: () => entraIsolationKeySourceSerializer,
|
|
255
|
-
errorArrayDeserializer: () => errorArrayDeserializer,
|
|
256
|
-
errorDeserializer: () => errorDeserializer,
|
|
257
323
|
evalResultDeserializer: () => evalResultDeserializer,
|
|
258
324
|
evalRunResultCompareItemArrayDeserializer: () => evalRunResultCompareItemArrayDeserializer,
|
|
259
325
|
evalRunResultCompareItemDeserializer: () => evalRunResultCompareItemDeserializer,
|
|
@@ -279,6 +345,10 @@ __export(models_exports, {
|
|
|
279
345
|
evaluationRunClusterInsightResultDeserializer: () => evaluationRunClusterInsightResultDeserializer,
|
|
280
346
|
evaluationScheduleTaskDeserializer: () => evaluationScheduleTaskDeserializer,
|
|
281
347
|
evaluationScheduleTaskSerializer: () => evaluationScheduleTaskSerializer,
|
|
348
|
+
evaluationTargetDeserializer: () => evaluationTargetDeserializer,
|
|
349
|
+
evaluationTargetSerializer: () => evaluationTargetSerializer,
|
|
350
|
+
evaluationTargetUnionDeserializer: () => evaluationTargetUnionDeserializer,
|
|
351
|
+
evaluationTargetUnionSerializer: () => evaluationTargetUnionSerializer,
|
|
282
352
|
evaluationTaxonomyArrayDeserializer: () => evaluationTaxonomyArrayDeserializer,
|
|
283
353
|
evaluationTaxonomyArraySerializer: () => evaluationTaxonomyArraySerializer,
|
|
284
354
|
evaluationTaxonomyDeserializer: () => evaluationTaxonomyDeserializer,
|
|
@@ -287,10 +357,25 @@ __export(models_exports, {
|
|
|
287
357
|
evaluationTaxonomyInputUnionDeserializer: () => evaluationTaxonomyInputUnionDeserializer,
|
|
288
358
|
evaluationTaxonomyInputUnionSerializer: () => evaluationTaxonomyInputUnionSerializer,
|
|
289
359
|
evaluationTaxonomySerializer: () => evaluationTaxonomySerializer,
|
|
360
|
+
evaluatorCredentialRequestSerializer: () => evaluatorCredentialRequestSerializer,
|
|
290
361
|
evaluatorDefinitionDeserializer: () => evaluatorDefinitionDeserializer,
|
|
291
362
|
evaluatorDefinitionSerializer: () => evaluatorDefinitionSerializer,
|
|
292
363
|
evaluatorDefinitionUnionDeserializer: () => evaluatorDefinitionUnionDeserializer,
|
|
293
364
|
evaluatorDefinitionUnionSerializer: () => evaluatorDefinitionUnionSerializer,
|
|
365
|
+
evaluatorGenerationArtifactsDeserializer: () => evaluatorGenerationArtifactsDeserializer,
|
|
366
|
+
evaluatorGenerationInputsDeserializer: () => evaluatorGenerationInputsDeserializer,
|
|
367
|
+
evaluatorGenerationInputsSerializer: () => evaluatorGenerationInputsSerializer,
|
|
368
|
+
evaluatorGenerationJobArrayDeserializer: () => evaluatorGenerationJobArrayDeserializer,
|
|
369
|
+
evaluatorGenerationJobArraySerializer: () => evaluatorGenerationJobArraySerializer,
|
|
370
|
+
evaluatorGenerationJobDeserializer: () => evaluatorGenerationJobDeserializer,
|
|
371
|
+
evaluatorGenerationJobSerializer: () => evaluatorGenerationJobSerializer,
|
|
372
|
+
evaluatorGenerationJobSourceDeserializer: () => evaluatorGenerationJobSourceDeserializer,
|
|
373
|
+
evaluatorGenerationJobSourceSerializer: () => evaluatorGenerationJobSourceSerializer,
|
|
374
|
+
evaluatorGenerationJobSourceUnionArrayDeserializer: () => evaluatorGenerationJobSourceUnionArrayDeserializer,
|
|
375
|
+
evaluatorGenerationJobSourceUnionArraySerializer: () => evaluatorGenerationJobSourceUnionArraySerializer,
|
|
376
|
+
evaluatorGenerationJobSourceUnionDeserializer: () => evaluatorGenerationJobSourceUnionDeserializer,
|
|
377
|
+
evaluatorGenerationJobSourceUnionSerializer: () => evaluatorGenerationJobSourceUnionSerializer,
|
|
378
|
+
evaluatorGenerationTokenUsageDeserializer: () => evaluatorGenerationTokenUsageDeserializer,
|
|
294
379
|
evaluatorMetricDeserializer: () => evaluatorMetricDeserializer,
|
|
295
380
|
evaluatorMetricRecordDeserializer: () => evaluatorMetricRecordDeserializer,
|
|
296
381
|
evaluatorMetricRecordSerializer: () => evaluatorMetricRecordSerializer,
|
|
@@ -299,10 +384,17 @@ __export(models_exports, {
|
|
|
299
384
|
evaluatorVersionArraySerializer: () => evaluatorVersionArraySerializer,
|
|
300
385
|
evaluatorVersionDeserializer: () => evaluatorVersionDeserializer,
|
|
301
386
|
evaluatorVersionSerializer: () => evaluatorVersionSerializer,
|
|
387
|
+
externalAgentDefinitionDeserializer: () => externalAgentDefinitionDeserializer,
|
|
388
|
+
externalAgentDefinitionSerializer: () => externalAgentDefinitionSerializer,
|
|
302
389
|
fabricDataAgentToolParametersDeserializer: () => fabricDataAgentToolParametersDeserializer,
|
|
303
390
|
fabricDataAgentToolParametersSerializer: () => fabricDataAgentToolParametersSerializer,
|
|
391
|
+
fabricIQPreviewToolDeserializer: () => fabricIQPreviewToolDeserializer,
|
|
392
|
+
fabricIQPreviewToolSerializer: () => fabricIQPreviewToolSerializer,
|
|
304
393
|
fieldMappingDeserializer: () => fieldMappingDeserializer,
|
|
305
394
|
fieldMappingSerializer: () => fieldMappingSerializer,
|
|
395
|
+
fileDataGenerationJobOutputDeserializer: () => fileDataGenerationJobOutputDeserializer,
|
|
396
|
+
fileDataGenerationJobSourceDeserializer: () => fileDataGenerationJobSourceDeserializer,
|
|
397
|
+
fileDataGenerationJobSourceSerializer: () => fileDataGenerationJobSourceSerializer,
|
|
306
398
|
fileDatasetVersionDeserializer: () => fileDatasetVersionDeserializer,
|
|
307
399
|
fileDatasetVersionSerializer: () => fileDatasetVersionSerializer,
|
|
308
400
|
fileSearchToolDeserializer: () => fileSearchToolDeserializer,
|
|
@@ -313,6 +405,8 @@ __export(models_exports, {
|
|
|
313
405
|
fixedRatioVersionSelectionRuleSerializer: () => fixedRatioVersionSelectionRuleSerializer,
|
|
314
406
|
folderDatasetVersionDeserializer: () => folderDatasetVersionDeserializer,
|
|
315
407
|
folderDatasetVersionSerializer: () => folderDatasetVersionSerializer,
|
|
408
|
+
foundryModelWarningArrayDeserializer: () => foundryModelWarningArrayDeserializer,
|
|
409
|
+
foundryModelWarningDeserializer: () => foundryModelWarningDeserializer,
|
|
316
410
|
functionShellToolParamDeserializer: () => functionShellToolParamDeserializer,
|
|
317
411
|
functionShellToolParamEnvironmentContainerReferenceParamDeserializer: () => functionShellToolParamEnvironmentContainerReferenceParamDeserializer,
|
|
318
412
|
functionShellToolParamEnvironmentContainerReferenceParamSerializer: () => functionShellToolParamEnvironmentContainerReferenceParamSerializer,
|
|
@@ -327,8 +421,12 @@ __export(models_exports, {
|
|
|
327
421
|
functionToolParamDeserializer: () => functionToolParamDeserializer,
|
|
328
422
|
functionToolParamSerializer: () => functionToolParamSerializer,
|
|
329
423
|
functionToolSerializer: () => functionToolSerializer,
|
|
424
|
+
gitHubIssueRoutineTriggerDeserializer: () => gitHubIssueRoutineTriggerDeserializer,
|
|
425
|
+
gitHubIssueRoutineTriggerSerializer: () => gitHubIssueRoutineTriggerSerializer,
|
|
330
426
|
headerIsolationKeySourceDeserializer: () => headerIsolationKeySourceDeserializer,
|
|
331
427
|
headerIsolationKeySourceSerializer: () => headerIsolationKeySourceSerializer,
|
|
428
|
+
headerTelemetryEndpointAuthDeserializer: () => headerTelemetryEndpointAuthDeserializer,
|
|
429
|
+
headerTelemetryEndpointAuthSerializer: () => headerTelemetryEndpointAuthSerializer,
|
|
332
430
|
hostedAgentDefinitionDeserializer: () => hostedAgentDefinitionDeserializer,
|
|
333
431
|
hostedAgentDefinitionSerializer: () => hostedAgentDefinitionSerializer,
|
|
334
432
|
hourlyRecurrenceScheduleDeserializer: () => hourlyRecurrenceScheduleDeserializer,
|
|
@@ -372,6 +470,12 @@ __export(models_exports, {
|
|
|
372
470
|
insightSerializer: () => insightSerializer,
|
|
373
471
|
insightSummaryDeserializer: () => insightSummaryDeserializer,
|
|
374
472
|
insightsMetadataDeserializer: () => insightsMetadataDeserializer,
|
|
473
|
+
invokeAgentInvocationsApiDispatchPayloadSerializer: () => invokeAgentInvocationsApiDispatchPayloadSerializer,
|
|
474
|
+
invokeAgentInvocationsApiRoutineActionDeserializer: () => invokeAgentInvocationsApiRoutineActionDeserializer,
|
|
475
|
+
invokeAgentInvocationsApiRoutineActionSerializer: () => invokeAgentInvocationsApiRoutineActionSerializer,
|
|
476
|
+
invokeAgentResponsesApiDispatchPayloadSerializer: () => invokeAgentResponsesApiDispatchPayloadSerializer,
|
|
477
|
+
invokeAgentResponsesApiRoutineActionDeserializer: () => invokeAgentResponsesApiRoutineActionDeserializer,
|
|
478
|
+
invokeAgentResponsesApiRoutineActionSerializer: () => invokeAgentResponsesApiRoutineActionSerializer,
|
|
375
479
|
isolationKeySourceDeserializer: () => isolationKeySourceDeserializer,
|
|
376
480
|
isolationKeySourceSerializer: () => isolationKeySourceSerializer,
|
|
377
481
|
isolationKeySourceUnionDeserializer: () => isolationKeySourceUnionDeserializer,
|
|
@@ -382,6 +486,8 @@ __export(models_exports, {
|
|
|
382
486
|
localSkillParamArraySerializer: () => localSkillParamArraySerializer,
|
|
383
487
|
localSkillParamDeserializer: () => localSkillParamDeserializer,
|
|
384
488
|
localSkillParamSerializer: () => localSkillParamSerializer,
|
|
489
|
+
loraConfigDeserializer: () => loraConfigDeserializer,
|
|
490
|
+
loraConfigSerializer: () => loraConfigSerializer,
|
|
385
491
|
managedAgentIdentityBlueprintReferenceDeserializer: () => managedAgentIdentityBlueprintReferenceDeserializer,
|
|
386
492
|
managedAgentIdentityBlueprintReferenceSerializer: () => managedAgentIdentityBlueprintReferenceSerializer,
|
|
387
493
|
managedAzureAISearchIndexDeserializer: () => managedAzureAISearchIndexDeserializer,
|
|
@@ -393,6 +499,7 @@ __export(models_exports, {
|
|
|
393
499
|
mcpToolRequireApprovalSerializer: () => mcpToolRequireApprovalSerializer,
|
|
394
500
|
mcpToolSerializer: () => mcpToolSerializer,
|
|
395
501
|
memoryItemDeserializer: () => memoryItemDeserializer,
|
|
502
|
+
memoryItemUnionArrayDeserializer: () => memoryItemUnionArrayDeserializer,
|
|
396
503
|
memoryItemUnionDeserializer: () => memoryItemUnionDeserializer,
|
|
397
504
|
memoryOperationArrayDeserializer: () => memoryOperationArrayDeserializer,
|
|
398
505
|
memoryOperationDeserializer: () => memoryOperationDeserializer,
|
|
@@ -419,10 +526,19 @@ __export(models_exports, {
|
|
|
419
526
|
memoryStoreUpdateResponseDeserializer: () => memoryStoreUpdateResponseDeserializer,
|
|
420
527
|
microsoftFabricPreviewToolDeserializer: () => microsoftFabricPreviewToolDeserializer,
|
|
421
528
|
microsoftFabricPreviewToolSerializer: () => microsoftFabricPreviewToolSerializer,
|
|
529
|
+
modelCredentialRequestSerializer: () => modelCredentialRequestSerializer,
|
|
422
530
|
modelDeploymentDeserializer: () => modelDeploymentDeserializer,
|
|
423
531
|
modelDeploymentSkuDeserializer: () => modelDeploymentSkuDeserializer,
|
|
532
|
+
modelPendingUploadRequestSerializer: () => modelPendingUploadRequestSerializer,
|
|
533
|
+
modelPendingUploadResponseDeserializer: () => modelPendingUploadResponseDeserializer,
|
|
424
534
|
modelSamplingParamsDeserializer: () => modelSamplingParamsDeserializer,
|
|
425
535
|
modelSamplingParamsSerializer: () => modelSamplingParamsSerializer,
|
|
536
|
+
modelSourceDataDeserializer: () => modelSourceDataDeserializer,
|
|
537
|
+
modelSourceDataSerializer: () => modelSourceDataSerializer,
|
|
538
|
+
modelVersionArrayDeserializer: () => modelVersionArrayDeserializer,
|
|
539
|
+
modelVersionArraySerializer: () => modelVersionArraySerializer,
|
|
540
|
+
modelVersionDeserializer: () => modelVersionDeserializer,
|
|
541
|
+
modelVersionSerializer: () => modelVersionSerializer,
|
|
426
542
|
monthlyRecurrenceScheduleDeserializer: () => monthlyRecurrenceScheduleDeserializer,
|
|
427
543
|
monthlyRecurrenceScheduleSerializer: () => monthlyRecurrenceScheduleSerializer,
|
|
428
544
|
namespaceToolParamDeserializer: () => namespaceToolParamDeserializer,
|
|
@@ -448,14 +564,37 @@ __export(models_exports, {
|
|
|
448
564
|
openApiProjectConnectionSecuritySchemeSerializer: () => openApiProjectConnectionSecuritySchemeSerializer,
|
|
449
565
|
openApiToolDeserializer: () => openApiToolDeserializer,
|
|
450
566
|
openApiToolSerializer: () => openApiToolSerializer,
|
|
567
|
+
optimizationAgentDefinitionDeserializer: () => optimizationAgentDefinitionDeserializer,
|
|
568
|
+
optimizationCandidateArrayDeserializer: () => optimizationCandidateArrayDeserializer,
|
|
569
|
+
optimizationCandidateDeserializer: () => optimizationCandidateDeserializer,
|
|
570
|
+
optimizationJobArrayDeserializer: () => optimizationJobArrayDeserializer,
|
|
571
|
+
optimizationJobDeserializer: () => optimizationJobDeserializer,
|
|
572
|
+
optimizationJobInputsDeserializer: () => optimizationJobInputsDeserializer,
|
|
573
|
+
optimizationJobInputsSerializer: () => optimizationJobInputsSerializer,
|
|
574
|
+
optimizationJobProgressDeserializer: () => optimizationJobProgressDeserializer,
|
|
575
|
+
optimizationJobResultDeserializer: () => optimizationJobResultDeserializer,
|
|
576
|
+
optimizationOptionsDeserializer: () => optimizationOptionsDeserializer,
|
|
577
|
+
optimizationOptionsSerializer: () => optimizationOptionsSerializer,
|
|
578
|
+
optimizationTaskResultArrayDeserializer: () => optimizationTaskResultArrayDeserializer,
|
|
579
|
+
optimizationTaskResultDeserializer: () => optimizationTaskResultDeserializer,
|
|
580
|
+
otlpTelemetryEndpointDeserializer: () => otlpTelemetryEndpointDeserializer,
|
|
581
|
+
otlpTelemetryEndpointSerializer: () => otlpTelemetryEndpointSerializer,
|
|
451
582
|
pendingUploadRequestSerializer: () => pendingUploadRequestSerializer,
|
|
452
583
|
pendingUploadResponseDeserializer: () => pendingUploadResponseDeserializer,
|
|
584
|
+
proceduralMemoryItemDeserializer: () => proceduralMemoryItemDeserializer,
|
|
585
|
+
promoteCandidateRequestSerializer: () => promoteCandidateRequestSerializer,
|
|
586
|
+
promoteCandidateResponseDeserializer: () => promoteCandidateResponseDeserializer,
|
|
587
|
+
promotionInfoDeserializer: () => promotionInfoDeserializer,
|
|
453
588
|
promptAgentDefinitionDeserializer: () => promptAgentDefinitionDeserializer,
|
|
454
589
|
promptAgentDefinitionSerializer: () => promptAgentDefinitionSerializer,
|
|
455
590
|
promptAgentDefinitionTextOptionsDeserializer: () => promptAgentDefinitionTextOptionsDeserializer,
|
|
456
591
|
promptAgentDefinitionTextOptionsSerializer: () => promptAgentDefinitionTextOptionsSerializer,
|
|
457
592
|
promptBasedEvaluatorDefinitionDeserializer: () => promptBasedEvaluatorDefinitionDeserializer,
|
|
458
593
|
promptBasedEvaluatorDefinitionSerializer: () => promptBasedEvaluatorDefinitionSerializer,
|
|
594
|
+
promptDataGenerationJobSourceDeserializer: () => promptDataGenerationJobSourceDeserializer,
|
|
595
|
+
promptDataGenerationJobSourceSerializer: () => promptDataGenerationJobSourceSerializer,
|
|
596
|
+
promptEvaluatorGenerationJobSourceDeserializer: () => promptEvaluatorGenerationJobSourceDeserializer,
|
|
597
|
+
promptEvaluatorGenerationJobSourceSerializer: () => promptEvaluatorGenerationJobSourceSerializer,
|
|
459
598
|
protocolVersionRecordArrayDeserializer: () => protocolVersionRecordArrayDeserializer,
|
|
460
599
|
protocolVersionRecordArraySerializer: () => protocolVersionRecordArraySerializer,
|
|
461
600
|
protocolVersionRecordDeserializer: () => protocolVersionRecordDeserializer,
|
|
@@ -476,12 +615,36 @@ __export(models_exports, {
|
|
|
476
615
|
redTeamArraySerializer: () => redTeamArraySerializer,
|
|
477
616
|
redTeamDeserializer: () => redTeamDeserializer,
|
|
478
617
|
redTeamSerializer: () => redTeamSerializer,
|
|
618
|
+
redTeamTargetConfigDeserializer: () => redTeamTargetConfigDeserializer,
|
|
619
|
+
redTeamTargetConfigSerializer: () => redTeamTargetConfigSerializer,
|
|
620
|
+
redTeamTargetConfigUnionDeserializer: () => redTeamTargetConfigUnionDeserializer,
|
|
621
|
+
redTeamTargetConfigUnionSerializer: () => redTeamTargetConfigUnionSerializer,
|
|
479
622
|
responseUsageInputTokensDetailsDeserializer: () => responseUsageInputTokensDetailsDeserializer,
|
|
480
623
|
responseUsageOutputTokensDetailsDeserializer: () => responseUsageOutputTokensDetailsDeserializer,
|
|
624
|
+
routineActionDeserializer: () => routineActionDeserializer,
|
|
625
|
+
routineActionSerializer: () => routineActionSerializer,
|
|
626
|
+
routineActionUnionDeserializer: () => routineActionUnionDeserializer,
|
|
627
|
+
routineActionUnionSerializer: () => routineActionUnionSerializer,
|
|
628
|
+
routineArrayDeserializer: () => routineArrayDeserializer,
|
|
629
|
+
routineDeserializer: () => routineDeserializer,
|
|
630
|
+
routineDispatchPayloadSerializer: () => routineDispatchPayloadSerializer,
|
|
631
|
+
routineDispatchPayloadUnionSerializer: () => routineDispatchPayloadUnionSerializer,
|
|
632
|
+
routineRunArrayDeserializer: () => routineRunArrayDeserializer,
|
|
633
|
+
routineRunDeserializer: () => routineRunDeserializer,
|
|
634
|
+
routineTriggerDeserializer: () => routineTriggerDeserializer,
|
|
635
|
+
routineTriggerSerializer: () => routineTriggerSerializer,
|
|
636
|
+
routineTriggerUnionDeserializer: () => routineTriggerUnionDeserializer,
|
|
637
|
+
routineTriggerUnionRecordDeserializer: () => routineTriggerUnionRecordDeserializer,
|
|
638
|
+
routineTriggerUnionRecordSerializer: () => routineTriggerUnionRecordSerializer,
|
|
639
|
+
routineTriggerUnionSerializer: () => routineTriggerUnionSerializer,
|
|
640
|
+
rubricBasedEvaluatorDefinitionDeserializer: () => rubricBasedEvaluatorDefinitionDeserializer,
|
|
641
|
+
rubricBasedEvaluatorDefinitionSerializer: () => rubricBasedEvaluatorDefinitionSerializer,
|
|
481
642
|
sasCredentialsDeserializer: () => sasCredentialsDeserializer,
|
|
482
643
|
scheduleArrayDeserializer: () => scheduleArrayDeserializer,
|
|
483
644
|
scheduleArraySerializer: () => scheduleArraySerializer,
|
|
484
645
|
scheduleDeserializer: () => scheduleDeserializer,
|
|
646
|
+
scheduleRoutineTriggerDeserializer: () => scheduleRoutineTriggerDeserializer,
|
|
647
|
+
scheduleRoutineTriggerSerializer: () => scheduleRoutineTriggerSerializer,
|
|
485
648
|
scheduleRunArrayDeserializer: () => scheduleRunArrayDeserializer,
|
|
486
649
|
scheduleRunDeserializer: () => scheduleRunDeserializer,
|
|
487
650
|
scheduleSerializer: () => scheduleSerializer,
|
|
@@ -493,14 +656,20 @@ __export(models_exports, {
|
|
|
493
656
|
sessionDirectoryEntryDeserializer: () => sessionDirectoryEntryDeserializer,
|
|
494
657
|
sessionDirectoryListResponseDeserializer: () => sessionDirectoryListResponseDeserializer,
|
|
495
658
|
sessionFileWriteResponseDeserializer: () => sessionFileWriteResponseDeserializer,
|
|
659
|
+
sessionLogEventDeserializer: () => sessionLogEventDeserializer,
|
|
496
660
|
sharepointGroundingToolParametersDeserializer: () => sharepointGroundingToolParametersDeserializer,
|
|
497
661
|
sharepointGroundingToolParametersSerializer: () => sharepointGroundingToolParametersSerializer,
|
|
498
662
|
sharepointPreviewToolDeserializer: () => sharepointPreviewToolDeserializer,
|
|
499
663
|
sharepointPreviewToolSerializer: () => sharepointPreviewToolSerializer,
|
|
500
|
-
|
|
501
|
-
|
|
664
|
+
simpleQnADataGenerationJobOptionsDeserializer: () => simpleQnADataGenerationJobOptionsDeserializer,
|
|
665
|
+
simpleQnADataGenerationJobOptionsSerializer: () => simpleQnADataGenerationJobOptionsSerializer,
|
|
666
|
+
skillArrayDeserializer: () => skillArrayDeserializer,
|
|
667
|
+
skillDeserializer: () => skillDeserializer,
|
|
668
|
+
skillInlineContentSerializer: () => skillInlineContentSerializer,
|
|
502
669
|
skillReferenceParamDeserializer: () => skillReferenceParamDeserializer,
|
|
503
670
|
skillReferenceParamSerializer: () => skillReferenceParamSerializer,
|
|
671
|
+
skillVersionArrayDeserializer: () => skillVersionArrayDeserializer,
|
|
672
|
+
skillVersionDeserializer: () => skillVersionDeserializer,
|
|
504
673
|
specificApplyPatchParamDeserializer: () => specificApplyPatchParamDeserializer,
|
|
505
674
|
specificApplyPatchParamSerializer: () => specificApplyPatchParamSerializer,
|
|
506
675
|
specificFunctionShellParamDeserializer: () => specificFunctionShellParamDeserializer,
|
|
@@ -511,14 +680,7 @@ __export(models_exports, {
|
|
|
511
680
|
structuredInputDefinitionSerializer: () => structuredInputDefinitionSerializer,
|
|
512
681
|
structuredOutputDefinitionDeserializer: () => structuredOutputDefinitionDeserializer,
|
|
513
682
|
structuredOutputDefinitionSerializer: () => structuredOutputDefinitionSerializer,
|
|
514
|
-
|
|
515
|
-
targetConfigSerializer: () => targetConfigSerializer,
|
|
516
|
-
targetConfigUnionDeserializer: () => targetConfigUnionDeserializer,
|
|
517
|
-
targetConfigUnionSerializer: () => targetConfigUnionSerializer,
|
|
518
|
-
targetDeserializer: () => targetDeserializer,
|
|
519
|
-
targetSerializer: () => targetSerializer,
|
|
520
|
-
targetUnionDeserializer: () => targetUnionDeserializer,
|
|
521
|
-
targetUnionSerializer: () => targetUnionSerializer,
|
|
683
|
+
systemDataV3Deserializer: () => systemDataV3Deserializer,
|
|
522
684
|
taxonomyCategoryArrayDeserializer: () => taxonomyCategoryArrayDeserializer,
|
|
523
685
|
taxonomyCategoryArraySerializer: () => taxonomyCategoryArraySerializer,
|
|
524
686
|
taxonomyCategoryDeserializer: () => taxonomyCategoryDeserializer,
|
|
@@ -527,6 +689,18 @@ __export(models_exports, {
|
|
|
527
689
|
taxonomySubCategoryArraySerializer: () => taxonomySubCategoryArraySerializer,
|
|
528
690
|
taxonomySubCategoryDeserializer: () => taxonomySubCategoryDeserializer,
|
|
529
691
|
taxonomySubCategorySerializer: () => taxonomySubCategorySerializer,
|
|
692
|
+
telemetryConfigDeserializer: () => telemetryConfigDeserializer,
|
|
693
|
+
telemetryConfigSerializer: () => telemetryConfigSerializer,
|
|
694
|
+
telemetryEndpointAuthDeserializer: () => telemetryEndpointAuthDeserializer,
|
|
695
|
+
telemetryEndpointAuthSerializer: () => telemetryEndpointAuthSerializer,
|
|
696
|
+
telemetryEndpointAuthUnionDeserializer: () => telemetryEndpointAuthUnionDeserializer,
|
|
697
|
+
telemetryEndpointAuthUnionSerializer: () => telemetryEndpointAuthUnionSerializer,
|
|
698
|
+
telemetryEndpointDeserializer: () => telemetryEndpointDeserializer,
|
|
699
|
+
telemetryEndpointSerializer: () => telemetryEndpointSerializer,
|
|
700
|
+
telemetryEndpointUnionArrayDeserializer: () => telemetryEndpointUnionArrayDeserializer,
|
|
701
|
+
telemetryEndpointUnionArraySerializer: () => telemetryEndpointUnionArraySerializer,
|
|
702
|
+
telemetryEndpointUnionDeserializer: () => telemetryEndpointUnionDeserializer,
|
|
703
|
+
telemetryEndpointUnionSerializer: () => telemetryEndpointUnionSerializer,
|
|
530
704
|
textResponseFormatDeserializer: () => textResponseFormatDeserializer,
|
|
531
705
|
textResponseFormatJsonObjectDeserializer: () => textResponseFormatJsonObjectDeserializer,
|
|
532
706
|
textResponseFormatJsonObjectSerializer: () => textResponseFormatJsonObjectSerializer,
|
|
@@ -537,6 +711,8 @@ __export(models_exports, {
|
|
|
537
711
|
textResponseFormatTextSerializer: () => textResponseFormatTextSerializer,
|
|
538
712
|
textResponseFormatUnionDeserializer: () => textResponseFormatUnionDeserializer,
|
|
539
713
|
textResponseFormatUnionSerializer: () => textResponseFormatUnionSerializer,
|
|
714
|
+
timerRoutineTriggerDeserializer: () => timerRoutineTriggerDeserializer,
|
|
715
|
+
timerRoutineTriggerSerializer: () => timerRoutineTriggerSerializer,
|
|
540
716
|
toolChoiceAllowedDeserializer: () => toolChoiceAllowedDeserializer,
|
|
541
717
|
toolChoiceAllowedSerializer: () => toolChoiceAllowedSerializer,
|
|
542
718
|
toolChoiceCodeInterpreterDeserializer: () => toolChoiceCodeInterpreterDeserializer,
|
|
@@ -565,6 +741,10 @@ __export(models_exports, {
|
|
|
565
741
|
toolChoiceWebSearchPreview20250311Serializer: () => toolChoiceWebSearchPreview20250311Serializer,
|
|
566
742
|
toolChoiceWebSearchPreviewDeserializer: () => toolChoiceWebSearchPreviewDeserializer,
|
|
567
743
|
toolChoiceWebSearchPreviewSerializer: () => toolChoiceWebSearchPreviewSerializer,
|
|
744
|
+
toolConfigDeserializer: () => toolConfigDeserializer,
|
|
745
|
+
toolConfigRecordDeserializer: () => toolConfigRecordDeserializer,
|
|
746
|
+
toolConfigRecordSerializer: () => toolConfigRecordSerializer,
|
|
747
|
+
toolConfigSerializer: () => toolConfigSerializer,
|
|
568
748
|
toolDescriptionArrayDeserializer: () => toolDescriptionArrayDeserializer,
|
|
569
749
|
toolDescriptionArraySerializer: () => toolDescriptionArraySerializer,
|
|
570
750
|
toolDescriptionDeserializer: () => toolDescriptionDeserializer,
|
|
@@ -581,16 +761,35 @@ __export(models_exports, {
|
|
|
581
761
|
toolUnionArraySerializer: () => toolUnionArraySerializer,
|
|
582
762
|
toolUnionDeserializer: () => toolUnionDeserializer,
|
|
583
763
|
toolUnionSerializer: () => toolUnionSerializer,
|
|
764
|
+
toolUseFineTuningDataGenerationJobOptionsDeserializer: () => toolUseFineTuningDataGenerationJobOptionsDeserializer,
|
|
765
|
+
toolUseFineTuningDataGenerationJobOptionsSerializer: () => toolUseFineTuningDataGenerationJobOptionsSerializer,
|
|
584
766
|
toolboxObjectArrayDeserializer: () => toolboxObjectArrayDeserializer,
|
|
585
767
|
toolboxObjectDeserializer: () => toolboxObjectDeserializer,
|
|
586
768
|
toolboxPoliciesDeserializer: () => toolboxPoliciesDeserializer,
|
|
587
769
|
toolboxPoliciesSerializer: () => toolboxPoliciesSerializer,
|
|
770
|
+
toolboxSearchPreviewToolDeserializer: () => toolboxSearchPreviewToolDeserializer,
|
|
771
|
+
toolboxSearchPreviewToolSerializer: () => toolboxSearchPreviewToolSerializer,
|
|
772
|
+
toolboxSkillDeserializer: () => toolboxSkillDeserializer,
|
|
773
|
+
toolboxSkillReferenceDeserializer: () => toolboxSkillReferenceDeserializer,
|
|
774
|
+
toolboxSkillReferenceSerializer: () => toolboxSkillReferenceSerializer,
|
|
775
|
+
toolboxSkillSerializer: () => toolboxSkillSerializer,
|
|
776
|
+
toolboxSkillUnionArrayDeserializer: () => toolboxSkillUnionArrayDeserializer,
|
|
777
|
+
toolboxSkillUnionArraySerializer: () => toolboxSkillUnionArraySerializer,
|
|
778
|
+
toolboxSkillUnionDeserializer: () => toolboxSkillUnionDeserializer,
|
|
779
|
+
toolboxSkillUnionSerializer: () => toolboxSkillUnionSerializer,
|
|
588
780
|
toolboxVersionObjectArrayDeserializer: () => toolboxVersionObjectArrayDeserializer,
|
|
589
781
|
toolboxVersionObjectDeserializer: () => toolboxVersionObjectDeserializer,
|
|
782
|
+
tracesDataGenerationJobOptionsDeserializer: () => tracesDataGenerationJobOptionsDeserializer,
|
|
783
|
+
tracesDataGenerationJobOptionsSerializer: () => tracesDataGenerationJobOptionsSerializer,
|
|
784
|
+
tracesDataGenerationJobSourceDeserializer: () => tracesDataGenerationJobSourceDeserializer,
|
|
785
|
+
tracesDataGenerationJobSourceSerializer: () => tracesDataGenerationJobSourceSerializer,
|
|
786
|
+
tracesEvaluatorGenerationJobSourceDeserializer: () => tracesEvaluatorGenerationJobSourceDeserializer,
|
|
787
|
+
tracesEvaluatorGenerationJobSourceSerializer: () => tracesEvaluatorGenerationJobSourceSerializer,
|
|
590
788
|
triggerDeserializer: () => triggerDeserializer,
|
|
591
789
|
triggerSerializer: () => triggerSerializer,
|
|
592
790
|
triggerUnionDeserializer: () => triggerUnionDeserializer,
|
|
593
791
|
triggerUnionSerializer: () => triggerUnionSerializer,
|
|
792
|
+
updateModelVersionRequestSerializer: () => updateModelVersionRequestSerializer,
|
|
594
793
|
updateToolboxRequestSerializer: () => updateToolboxRequestSerializer,
|
|
595
794
|
userProfileMemoryItemDeserializer: () => userProfileMemoryItemDeserializer,
|
|
596
795
|
versionIndicatorDeserializer: () => versionIndicatorDeserializer,
|
|
@@ -620,13 +819,12 @@ __export(models_exports, {
|
|
|
620
819
|
weeklyRecurrenceScheduleDeserializer: () => weeklyRecurrenceScheduleDeserializer,
|
|
621
820
|
weeklyRecurrenceScheduleSerializer: () => weeklyRecurrenceScheduleSerializer,
|
|
622
821
|
workIQPreviewToolDeserializer: () => workIQPreviewToolDeserializer,
|
|
623
|
-
workIQPreviewToolParametersDeserializer: () => workIQPreviewToolParametersDeserializer,
|
|
624
|
-
workIQPreviewToolParametersSerializer: () => workIQPreviewToolParametersSerializer,
|
|
625
822
|
workIQPreviewToolSerializer: () => workIQPreviewToolSerializer,
|
|
626
823
|
workflowAgentDefinitionDeserializer: () => workflowAgentDefinitionDeserializer,
|
|
627
824
|
workflowAgentDefinitionSerializer: () => workflowAgentDefinitionSerializer
|
|
628
825
|
});
|
|
629
826
|
module.exports = __toCommonJS(models_exports);
|
|
827
|
+
var import_multipartHelpers = require("../static-helpers/multipartHelpers.js");
|
|
630
828
|
var import_serialize_record = require("../static-helpers/serialization/serialize-record.js");
|
|
631
829
|
function agentDeserializer(item) {
|
|
632
830
|
return {
|
|
@@ -634,7 +832,7 @@ function agentDeserializer(item) {
|
|
|
634
832
|
id: item["id"],
|
|
635
833
|
name: item["name"],
|
|
636
834
|
versions: _agentVersionsDeserializer(item["versions"]),
|
|
637
|
-
agent_endpoint: !item["agent_endpoint"] ? item["agent_endpoint"] :
|
|
835
|
+
agent_endpoint: !item["agent_endpoint"] ? item["agent_endpoint"] : agentEndpointConfigDeserializer(item["agent_endpoint"]),
|
|
638
836
|
instance_identity: !item["instance_identity"] ? item["instance_identity"] : agentIdentityDeserializer(item["instance_identity"]),
|
|
639
837
|
blueprint: !item["blueprint"] ? item["blueprint"] : agentIdentityDeserializer(item["blueprint"]),
|
|
640
838
|
blueprint_reference: !item["blueprint_reference"] ? item["blueprint_reference"] : agentBlueprintReferenceUnionDeserializer(item["blueprint_reference"]),
|
|
@@ -683,6 +881,8 @@ function agentDefinitionUnionSerializer(item) {
|
|
|
683
881
|
return promptAgentDefinitionSerializer(item);
|
|
684
882
|
case "workflow":
|
|
685
883
|
return workflowAgentDefinitionSerializer(item);
|
|
884
|
+
case "external":
|
|
885
|
+
return externalAgentDefinitionSerializer(item);
|
|
686
886
|
default:
|
|
687
887
|
return agentDefinitionSerializer(item);
|
|
688
888
|
}
|
|
@@ -695,6 +895,8 @@ function agentDefinitionUnionDeserializer(item) {
|
|
|
695
895
|
return promptAgentDefinitionDeserializer(item);
|
|
696
896
|
case "workflow":
|
|
697
897
|
return workflowAgentDefinitionDeserializer(item);
|
|
898
|
+
case "external":
|
|
899
|
+
return externalAgentDefinitionDeserializer(item);
|
|
698
900
|
default:
|
|
699
901
|
return agentDefinitionDeserializer(item);
|
|
700
902
|
}
|
|
@@ -712,14 +914,13 @@ function hostedAgentDefinitionSerializer(item) {
|
|
|
712
914
|
kind: item["kind"],
|
|
713
915
|
rai_config: !item["rai_config"] ? item["rai_config"] : raiConfigSerializer(item["rai_config"]),
|
|
714
916
|
tools: !item["tools"] ? item["tools"] : toolUnionArraySerializer(item["tools"]),
|
|
715
|
-
container_protocol_versions: !item["container_protocol_versions"] ? item["container_protocol_versions"] : protocolVersionRecordArraySerializer(item["container_protocol_versions"]),
|
|
716
917
|
cpu: item["cpu"],
|
|
717
918
|
memory: item["memory"],
|
|
718
919
|
environment_variables: item["environment_variables"],
|
|
719
|
-
image: item["image"],
|
|
720
920
|
container_configuration: !item["container_configuration"] ? item["container_configuration"] : containerConfigurationSerializer(item["container_configuration"]),
|
|
721
921
|
protocol_versions: !item["protocol_versions"] ? item["protocol_versions"] : protocolVersionRecordArraySerializer(item["protocol_versions"]),
|
|
722
|
-
code_configuration: !item["code_configuration"] ? item["code_configuration"] : codeConfigurationSerializer(item["code_configuration"])
|
|
922
|
+
code_configuration: !item["code_configuration"] ? item["code_configuration"] : codeConfigurationSerializer(item["code_configuration"]),
|
|
923
|
+
telemetry_config: !item["telemetry_config"] ? item["telemetry_config"] : telemetryConfigSerializer(item["telemetry_config"])
|
|
723
924
|
};
|
|
724
925
|
}
|
|
725
926
|
function hostedAgentDefinitionDeserializer(item) {
|
|
@@ -727,16 +928,15 @@ function hostedAgentDefinitionDeserializer(item) {
|
|
|
727
928
|
kind: item["kind"],
|
|
728
929
|
rai_config: !item["rai_config"] ? item["rai_config"] : raiConfigDeserializer(item["rai_config"]),
|
|
729
930
|
tools: !item["tools"] ? item["tools"] : toolUnionArrayDeserializer(item["tools"]),
|
|
730
|
-
container_protocol_versions: !item["container_protocol_versions"] ? item["container_protocol_versions"] : protocolVersionRecordArrayDeserializer(item["container_protocol_versions"]),
|
|
731
931
|
cpu: item["cpu"],
|
|
732
932
|
memory: item["memory"],
|
|
733
933
|
environment_variables: !item["environment_variables"] ? item["environment_variables"] : Object.fromEntries(
|
|
734
934
|
Object.entries(item["environment_variables"]).map(([k, p]) => [k, p])
|
|
735
935
|
),
|
|
736
|
-
image: item["image"],
|
|
737
936
|
container_configuration: !item["container_configuration"] ? item["container_configuration"] : containerConfigurationDeserializer(item["container_configuration"]),
|
|
738
937
|
protocol_versions: !item["protocol_versions"] ? item["protocol_versions"] : protocolVersionRecordArrayDeserializer(item["protocol_versions"]),
|
|
739
|
-
code_configuration: !item["code_configuration"] ? item["code_configuration"] : codeConfigurationDeserializer(item["code_configuration"])
|
|
938
|
+
code_configuration: !item["code_configuration"] ? item["code_configuration"] : codeConfigurationDeserializer(item["code_configuration"]),
|
|
939
|
+
telemetry_config: !item["telemetry_config"] ? item["telemetry_config"] : telemetryConfigDeserializer(item["telemetry_config"])
|
|
740
940
|
};
|
|
741
941
|
}
|
|
742
942
|
function toolUnionArraySerializer(result) {
|
|
@@ -781,8 +981,12 @@ function toolUnionSerializer(item) {
|
|
|
781
981
|
return a2APreviewToolSerializer(item);
|
|
782
982
|
case "work_iq_preview":
|
|
783
983
|
return workIQPreviewToolSerializer(item);
|
|
984
|
+
case "fabric_iq_preview":
|
|
985
|
+
return fabricIQPreviewToolSerializer(item);
|
|
784
986
|
case "memory_search_preview":
|
|
785
987
|
return memorySearchPreviewToolSerializer(item);
|
|
988
|
+
case "toolbox_search_preview":
|
|
989
|
+
return toolboxSearchPreviewToolSerializer(item);
|
|
786
990
|
case "code_interpreter":
|
|
787
991
|
return codeInterpreterToolSerializer(item);
|
|
788
992
|
case "function":
|
|
@@ -841,8 +1045,12 @@ function toolUnionDeserializer(item) {
|
|
|
841
1045
|
return a2APreviewToolDeserializer(item);
|
|
842
1046
|
case "work_iq_preview":
|
|
843
1047
|
return workIQPreviewToolDeserializer(item);
|
|
1048
|
+
case "fabric_iq_preview":
|
|
1049
|
+
return fabricIQPreviewToolDeserializer(item);
|
|
844
1050
|
case "memory_search_preview":
|
|
845
1051
|
return memorySearchPreviewToolDeserializer(item);
|
|
1052
|
+
case "toolbox_search_preview":
|
|
1053
|
+
return toolboxSearchPreviewToolDeserializer(item);
|
|
846
1054
|
case "code_interpreter":
|
|
847
1055
|
return codeInterpreterToolDeserializer(item);
|
|
848
1056
|
case "function":
|
|
@@ -880,15 +1088,44 @@ function toolUnionDeserializer(item) {
|
|
|
880
1088
|
function bingGroundingToolSerializer(item) {
|
|
881
1089
|
return {
|
|
882
1090
|
type: item["type"],
|
|
1091
|
+
name: item["name"],
|
|
1092
|
+
description: item["description"],
|
|
1093
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
883
1094
|
bing_grounding: bingGroundingSearchToolParametersSerializer(item["bing_grounding"])
|
|
884
1095
|
};
|
|
885
1096
|
}
|
|
886
1097
|
function bingGroundingToolDeserializer(item) {
|
|
887
1098
|
return {
|
|
888
1099
|
type: item["type"],
|
|
1100
|
+
name: item["name"],
|
|
1101
|
+
description: item["description"],
|
|
1102
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
889
1103
|
bing_grounding: bingGroundingSearchToolParametersDeserializer(item["bing_grounding"])
|
|
890
1104
|
};
|
|
891
1105
|
}
|
|
1106
|
+
function toolConfigRecordSerializer(item) {
|
|
1107
|
+
const result = {};
|
|
1108
|
+
Object.keys(item).map((key) => {
|
|
1109
|
+
result[key] = !item[key] ? item[key] : toolConfigSerializer(item[key]);
|
|
1110
|
+
});
|
|
1111
|
+
return result;
|
|
1112
|
+
}
|
|
1113
|
+
function toolConfigRecordDeserializer(item) {
|
|
1114
|
+
const result = {};
|
|
1115
|
+
Object.keys(item).map((key) => {
|
|
1116
|
+
result[key] = !item[key] ? item[key] : toolConfigDeserializer(item[key]);
|
|
1117
|
+
});
|
|
1118
|
+
return result;
|
|
1119
|
+
}
|
|
1120
|
+
function toolConfigSerializer(item) {
|
|
1121
|
+
return { pin: item["pin"], additional_search_text: item["additional_search_text"] };
|
|
1122
|
+
}
|
|
1123
|
+
function toolConfigDeserializer(item) {
|
|
1124
|
+
return {
|
|
1125
|
+
pin: item["pin"],
|
|
1126
|
+
additional_search_text: item["additional_search_text"]
|
|
1127
|
+
};
|
|
1128
|
+
}
|
|
892
1129
|
function bingGroundingSearchToolParametersSerializer(item) {
|
|
893
1130
|
return {
|
|
894
1131
|
search_configurations: bingGroundingSearchConfigurationArraySerializer(
|
|
@@ -934,6 +1171,9 @@ function bingGroundingSearchConfigurationDeserializer(item) {
|
|
|
934
1171
|
function microsoftFabricPreviewToolSerializer(item) {
|
|
935
1172
|
return {
|
|
936
1173
|
type: item["type"],
|
|
1174
|
+
name: item["name"],
|
|
1175
|
+
description: item["description"],
|
|
1176
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
937
1177
|
fabric_dataagent_preview: fabricDataAgentToolParametersSerializer(
|
|
938
1178
|
item["fabric_dataagent_preview"]
|
|
939
1179
|
)
|
|
@@ -942,6 +1182,9 @@ function microsoftFabricPreviewToolSerializer(item) {
|
|
|
942
1182
|
function microsoftFabricPreviewToolDeserializer(item) {
|
|
943
1183
|
return {
|
|
944
1184
|
type: item["type"],
|
|
1185
|
+
name: item["name"],
|
|
1186
|
+
description: item["description"],
|
|
1187
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
945
1188
|
fabric_dataagent_preview: fabricDataAgentToolParametersDeserializer(
|
|
946
1189
|
item["fabric_dataagent_preview"]
|
|
947
1190
|
)
|
|
@@ -978,6 +1221,9 @@ function toolProjectConnectionDeserializer(item) {
|
|
|
978
1221
|
function sharepointPreviewToolSerializer(item) {
|
|
979
1222
|
return {
|
|
980
1223
|
type: item["type"],
|
|
1224
|
+
name: item["name"],
|
|
1225
|
+
description: item["description"],
|
|
1226
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
981
1227
|
sharepoint_grounding_preview: sharepointGroundingToolParametersSerializer(
|
|
982
1228
|
item["sharepoint_grounding_preview"]
|
|
983
1229
|
)
|
|
@@ -986,6 +1232,9 @@ function sharepointPreviewToolSerializer(item) {
|
|
|
986
1232
|
function sharepointPreviewToolDeserializer(item) {
|
|
987
1233
|
return {
|
|
988
1234
|
type: item["type"],
|
|
1235
|
+
name: item["name"],
|
|
1236
|
+
description: item["description"],
|
|
1237
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
989
1238
|
sharepoint_grounding_preview: sharepointGroundingToolParametersDeserializer(
|
|
990
1239
|
item["sharepoint_grounding_preview"]
|
|
991
1240
|
)
|
|
@@ -1004,12 +1253,18 @@ function sharepointGroundingToolParametersDeserializer(item) {
|
|
|
1004
1253
|
function azureAISearchToolSerializer(item) {
|
|
1005
1254
|
return {
|
|
1006
1255
|
type: item["type"],
|
|
1256
|
+
name: item["name"],
|
|
1257
|
+
description: item["description"],
|
|
1258
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1007
1259
|
azure_ai_search: azureAISearchToolResourceSerializer(item["azure_ai_search"])
|
|
1008
1260
|
};
|
|
1009
1261
|
}
|
|
1010
1262
|
function azureAISearchToolDeserializer(item) {
|
|
1011
1263
|
return {
|
|
1012
1264
|
type: item["type"],
|
|
1265
|
+
name: item["name"],
|
|
1266
|
+
description: item["description"],
|
|
1267
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1013
1268
|
azure_ai_search: azureAISearchToolResourceDeserializer(item["azure_ai_search"])
|
|
1014
1269
|
};
|
|
1015
1270
|
}
|
|
@@ -1052,12 +1307,17 @@ function aiSearchIndexResourceDeserializer(item) {
|
|
|
1052
1307
|
};
|
|
1053
1308
|
}
|
|
1054
1309
|
function openApiToolSerializer(item) {
|
|
1055
|
-
return {
|
|
1310
|
+
return {
|
|
1311
|
+
type: item["type"],
|
|
1312
|
+
openapi: openApiFunctionDefinitionSerializer(item["openapi"]),
|
|
1313
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1314
|
+
};
|
|
1056
1315
|
}
|
|
1057
1316
|
function openApiToolDeserializer(item) {
|
|
1058
1317
|
return {
|
|
1059
1318
|
type: item["type"],
|
|
1060
|
-
openapi: openApiFunctionDefinitionDeserializer(item["openapi"])
|
|
1319
|
+
openapi: openApiFunctionDefinitionDeserializer(item["openapi"]),
|
|
1320
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1061
1321
|
};
|
|
1062
1322
|
}
|
|
1063
1323
|
function openApiFunctionDefinitionSerializer(item) {
|
|
@@ -1180,6 +1440,9 @@ function _openApiFunctionDefinitionFunctionDeserializer(item) {
|
|
|
1180
1440
|
function bingCustomSearchPreviewToolSerializer(item) {
|
|
1181
1441
|
return {
|
|
1182
1442
|
type: item["type"],
|
|
1443
|
+
name: item["name"],
|
|
1444
|
+
description: item["description"],
|
|
1445
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1183
1446
|
bing_custom_search_preview: bingCustomSearchToolParametersSerializer(
|
|
1184
1447
|
item["bing_custom_search_preview"]
|
|
1185
1448
|
)
|
|
@@ -1188,6 +1451,9 @@ function bingCustomSearchPreviewToolSerializer(item) {
|
|
|
1188
1451
|
function bingCustomSearchPreviewToolDeserializer(item) {
|
|
1189
1452
|
return {
|
|
1190
1453
|
type: item["type"],
|
|
1454
|
+
name: item["name"],
|
|
1455
|
+
description: item["description"],
|
|
1456
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1191
1457
|
bing_custom_search_preview: bingCustomSearchToolParametersDeserializer(
|
|
1192
1458
|
item["bing_custom_search_preview"]
|
|
1193
1459
|
)
|
|
@@ -1240,6 +1506,9 @@ function bingCustomSearchConfigurationDeserializer(item) {
|
|
|
1240
1506
|
function browserAutomationPreviewToolSerializer(item) {
|
|
1241
1507
|
return {
|
|
1242
1508
|
type: item["type"],
|
|
1509
|
+
name: item["name"],
|
|
1510
|
+
description: item["description"],
|
|
1511
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1243
1512
|
browser_automation_preview: browserAutomationToolParametersSerializer(
|
|
1244
1513
|
item["browser_automation_preview"]
|
|
1245
1514
|
)
|
|
@@ -1248,6 +1517,9 @@ function browserAutomationPreviewToolSerializer(item) {
|
|
|
1248
1517
|
function browserAutomationPreviewToolDeserializer(item) {
|
|
1249
1518
|
return {
|
|
1250
1519
|
type: item["type"],
|
|
1520
|
+
name: item["name"],
|
|
1521
|
+
description: item["description"],
|
|
1522
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1251
1523
|
browser_automation_preview: browserAutomationToolParametersDeserializer(
|
|
1252
1524
|
item["browser_automation_preview"]
|
|
1253
1525
|
)
|
|
@@ -1272,13 +1544,15 @@ function browserAutomationToolConnectionParametersDeserializer(item) {
|
|
|
1272
1544
|
function azureFunctionToolSerializer(item) {
|
|
1273
1545
|
return {
|
|
1274
1546
|
type: item["type"],
|
|
1275
|
-
azure_function: azureFunctionDefinitionSerializer(item["azure_function"])
|
|
1547
|
+
azure_function: azureFunctionDefinitionSerializer(item["azure_function"]),
|
|
1548
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1276
1549
|
};
|
|
1277
1550
|
}
|
|
1278
1551
|
function azureFunctionToolDeserializer(item) {
|
|
1279
1552
|
return {
|
|
1280
1553
|
type: item["type"],
|
|
1281
|
-
azure_function: azureFunctionDefinitionDeserializer(item["azure_function"])
|
|
1554
|
+
azure_function: azureFunctionDefinitionDeserializer(item["azure_function"]),
|
|
1555
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1282
1556
|
};
|
|
1283
1557
|
}
|
|
1284
1558
|
function azureFunctionDefinitionSerializer(item) {
|
|
@@ -1331,6 +1605,7 @@ function captureStructuredOutputsToolSerializer(item) {
|
|
|
1331
1605
|
type: item["type"],
|
|
1332
1606
|
name: item["name"],
|
|
1333
1607
|
description: item["description"],
|
|
1608
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1334
1609
|
outputs: structuredOutputDefinitionSerializer(item["outputs"])
|
|
1335
1610
|
};
|
|
1336
1611
|
}
|
|
@@ -1339,6 +1614,7 @@ function captureStructuredOutputsToolDeserializer(item) {
|
|
|
1339
1614
|
type: item["type"],
|
|
1340
1615
|
name: item["name"],
|
|
1341
1616
|
description: item["description"],
|
|
1617
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1342
1618
|
outputs: structuredOutputDefinitionDeserializer(item["outputs"])
|
|
1343
1619
|
};
|
|
1344
1620
|
}
|
|
@@ -1361,6 +1637,9 @@ function structuredOutputDefinitionDeserializer(item) {
|
|
|
1361
1637
|
function a2APreviewToolSerializer(item) {
|
|
1362
1638
|
return {
|
|
1363
1639
|
type: item["type"],
|
|
1640
|
+
name: item["name"],
|
|
1641
|
+
description: item["description"],
|
|
1642
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1364
1643
|
base_url: item["base_url"],
|
|
1365
1644
|
agent_card_path: item["agent_card_path"],
|
|
1366
1645
|
project_connection_id: item["project_connection_id"]
|
|
@@ -1369,6 +1648,9 @@ function a2APreviewToolSerializer(item) {
|
|
|
1369
1648
|
function a2APreviewToolDeserializer(item) {
|
|
1370
1649
|
return {
|
|
1371
1650
|
type: item["type"],
|
|
1651
|
+
name: item["name"],
|
|
1652
|
+
description: item["description"],
|
|
1653
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1372
1654
|
base_url: item["base_url"],
|
|
1373
1655
|
agent_card_path: item["agent_card_path"],
|
|
1374
1656
|
project_connection_id: item["project_connection_id"]
|
|
@@ -1377,30 +1659,85 @@ function a2APreviewToolDeserializer(item) {
|
|
|
1377
1659
|
function workIQPreviewToolSerializer(item) {
|
|
1378
1660
|
return {
|
|
1379
1661
|
type: item["type"],
|
|
1662
|
+
project_connection_id: item["project_connection_id"],
|
|
1380
1663
|
name: item["name"],
|
|
1381
1664
|
description: item["description"],
|
|
1382
|
-
|
|
1665
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1383
1666
|
};
|
|
1384
1667
|
}
|
|
1385
1668
|
function workIQPreviewToolDeserializer(item) {
|
|
1386
1669
|
return {
|
|
1387
1670
|
type: item["type"],
|
|
1671
|
+
project_connection_id: item["project_connection_id"],
|
|
1388
1672
|
name: item["name"],
|
|
1389
1673
|
description: item["description"],
|
|
1390
|
-
|
|
1674
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1391
1675
|
};
|
|
1392
1676
|
}
|
|
1393
|
-
function
|
|
1394
|
-
return {
|
|
1677
|
+
function fabricIQPreviewToolSerializer(item) {
|
|
1678
|
+
return {
|
|
1679
|
+
type: item["type"],
|
|
1680
|
+
project_connection_id: item["project_connection_id"],
|
|
1681
|
+
server_label: item["server_label"],
|
|
1682
|
+
server_url: item["server_url"],
|
|
1683
|
+
require_approval: !item["require_approval"] ? item["require_approval"] : _fabricIQPreviewToolRequireApprovalSerializer(item["require_approval"]),
|
|
1684
|
+
name: item["name"],
|
|
1685
|
+
description: item["description"],
|
|
1686
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1687
|
+
};
|
|
1395
1688
|
}
|
|
1396
|
-
function
|
|
1689
|
+
function fabricIQPreviewToolDeserializer(item) {
|
|
1397
1690
|
return {
|
|
1398
|
-
|
|
1691
|
+
type: item["type"],
|
|
1692
|
+
project_connection_id: item["project_connection_id"],
|
|
1693
|
+
server_label: item["server_label"],
|
|
1694
|
+
server_url: item["server_url"],
|
|
1695
|
+
require_approval: !item["require_approval"] ? item["require_approval"] : _fabricIQPreviewToolRequireApprovalDeserializer(item["require_approval"]),
|
|
1696
|
+
name: item["name"],
|
|
1697
|
+
description: item["description"],
|
|
1698
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1699
|
+
};
|
|
1700
|
+
}
|
|
1701
|
+
function _fabricIQPreviewToolRequireApprovalSerializer(item) {
|
|
1702
|
+
return item;
|
|
1703
|
+
}
|
|
1704
|
+
function _fabricIQPreviewToolRequireApprovalDeserializer(item) {
|
|
1705
|
+
return item;
|
|
1706
|
+
}
|
|
1707
|
+
function mcpToolRequireApprovalSerializer(item) {
|
|
1708
|
+
return {
|
|
1709
|
+
always: !item["always"] ? item["always"] : mcpToolFilterSerializer(item["always"]),
|
|
1710
|
+
never: !item["never"] ? item["never"] : mcpToolFilterSerializer(item["never"])
|
|
1711
|
+
};
|
|
1712
|
+
}
|
|
1713
|
+
function mcpToolRequireApprovalDeserializer(item) {
|
|
1714
|
+
return {
|
|
1715
|
+
always: !item["always"] ? item["always"] : mcpToolFilterDeserializer(item["always"]),
|
|
1716
|
+
never: !item["never"] ? item["never"] : mcpToolFilterDeserializer(item["never"])
|
|
1717
|
+
};
|
|
1718
|
+
}
|
|
1719
|
+
function mcpToolFilterSerializer(item) {
|
|
1720
|
+
return {
|
|
1721
|
+
tool_names: !item["tool_names"] ? item["tool_names"] : item["tool_names"].map((p) => {
|
|
1722
|
+
return p;
|
|
1723
|
+
}),
|
|
1724
|
+
read_only: item["read_only"]
|
|
1725
|
+
};
|
|
1726
|
+
}
|
|
1727
|
+
function mcpToolFilterDeserializer(item) {
|
|
1728
|
+
return {
|
|
1729
|
+
tool_names: !item["tool_names"] ? item["tool_names"] : item["tool_names"].map((p) => {
|
|
1730
|
+
return p;
|
|
1731
|
+
}),
|
|
1732
|
+
read_only: item["read_only"]
|
|
1399
1733
|
};
|
|
1400
1734
|
}
|
|
1401
1735
|
function memorySearchPreviewToolSerializer(item) {
|
|
1402
1736
|
return {
|
|
1403
1737
|
type: item["type"],
|
|
1738
|
+
name: item["name"],
|
|
1739
|
+
description: item["description"],
|
|
1740
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1404
1741
|
memory_store_name: item["memory_store_name"],
|
|
1405
1742
|
scope: item["scope"],
|
|
1406
1743
|
search_options: !item["search_options"] ? item["search_options"] : memorySearchOptionsSerializer(item["search_options"]),
|
|
@@ -1410,6 +1747,9 @@ function memorySearchPreviewToolSerializer(item) {
|
|
|
1410
1747
|
function memorySearchPreviewToolDeserializer(item) {
|
|
1411
1748
|
return {
|
|
1412
1749
|
type: item["type"],
|
|
1750
|
+
name: item["name"],
|
|
1751
|
+
description: item["description"],
|
|
1752
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1413
1753
|
memory_store_name: item["memory_store_name"],
|
|
1414
1754
|
scope: item["scope"],
|
|
1415
1755
|
search_options: !item["search_options"] ? item["search_options"] : memorySearchOptionsDeserializer(item["search_options"]),
|
|
@@ -1424,11 +1764,28 @@ function memorySearchOptionsDeserializer(item) {
|
|
|
1424
1764
|
max_memories: item["max_memories"]
|
|
1425
1765
|
};
|
|
1426
1766
|
}
|
|
1767
|
+
function toolboxSearchPreviewToolSerializer(item) {
|
|
1768
|
+
return {
|
|
1769
|
+
type: item["type"],
|
|
1770
|
+
name: item["name"],
|
|
1771
|
+
description: item["description"],
|
|
1772
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1773
|
+
};
|
|
1774
|
+
}
|
|
1775
|
+
function toolboxSearchPreviewToolDeserializer(item) {
|
|
1776
|
+
return {
|
|
1777
|
+
type: item["type"],
|
|
1778
|
+
name: item["name"],
|
|
1779
|
+
description: item["description"],
|
|
1780
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1781
|
+
};
|
|
1782
|
+
}
|
|
1427
1783
|
function codeInterpreterToolSerializer(item) {
|
|
1428
1784
|
return {
|
|
1429
1785
|
type: item["type"],
|
|
1430
1786
|
name: item["name"],
|
|
1431
1787
|
description: item["description"],
|
|
1788
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1432
1789
|
container: !item["container"] ? item["container"] : _codeInterpreterToolContainerSerializer(item["container"])
|
|
1433
1790
|
};
|
|
1434
1791
|
}
|
|
@@ -1437,6 +1794,7 @@ function codeInterpreterToolDeserializer(item) {
|
|
|
1437
1794
|
type: item["type"],
|
|
1438
1795
|
name: item["name"],
|
|
1439
1796
|
description: item["description"],
|
|
1797
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1440
1798
|
container: !item["container"] ? item["container"] : _codeInterpreterToolContainerDeserializer(item["container"])
|
|
1441
1799
|
};
|
|
1442
1800
|
}
|
|
@@ -1572,7 +1930,8 @@ function fileSearchToolSerializer(item) {
|
|
|
1572
1930
|
ranking_options: !item["ranking_options"] ? item["ranking_options"] : rankingOptionsSerializer(item["ranking_options"]),
|
|
1573
1931
|
filters: !item["filters"] ? item["filters"] : filtersSerializer(item["filters"]),
|
|
1574
1932
|
name: item["name"],
|
|
1575
|
-
description: item["description"]
|
|
1933
|
+
description: item["description"],
|
|
1934
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1576
1935
|
};
|
|
1577
1936
|
}
|
|
1578
1937
|
function fileSearchToolDeserializer(item) {
|
|
@@ -1583,7 +1942,8 @@ function fileSearchToolDeserializer(item) {
|
|
|
1583
1942
|
ranking_options: !item["ranking_options"] ? item["ranking_options"] : rankingOptionsDeserializer(item["ranking_options"]),
|
|
1584
1943
|
filters: !item["filters"] ? item["filters"] : filtersDeserializer(item["filters"]),
|
|
1585
1944
|
name: item["name"],
|
|
1586
|
-
description: item["description"]
|
|
1945
|
+
description: item["description"],
|
|
1946
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1587
1947
|
};
|
|
1588
1948
|
}
|
|
1589
1949
|
function rankingOptionsSerializer(item) {
|
|
@@ -1619,61 +1979,64 @@ function comparisonFilterSerializer(item) {
|
|
|
1619
1979
|
return {
|
|
1620
1980
|
type: item["type"],
|
|
1621
1981
|
key: item["key"],
|
|
1622
|
-
value:
|
|
1982
|
+
value: _fileSearchToolFiltersValueSerializer(item["value"])
|
|
1623
1983
|
};
|
|
1624
1984
|
}
|
|
1625
1985
|
function comparisonFilterDeserializer(item) {
|
|
1626
1986
|
return {
|
|
1627
1987
|
type: item["type"],
|
|
1628
1988
|
key: item["key"],
|
|
1629
|
-
value:
|
|
1989
|
+
value: _fileSearchToolFiltersValueDeserializer(item["value"])
|
|
1630
1990
|
};
|
|
1631
1991
|
}
|
|
1632
|
-
function
|
|
1992
|
+
function _fileSearchToolFiltersValueSerializer(item) {
|
|
1633
1993
|
return item;
|
|
1634
1994
|
}
|
|
1635
|
-
function
|
|
1995
|
+
function _fileSearchToolFiltersValueDeserializer(item) {
|
|
1636
1996
|
return item;
|
|
1637
1997
|
}
|
|
1638
|
-
function
|
|
1998
|
+
function _fileSearchToolFiltersValue1ArraySerializer(result) {
|
|
1639
1999
|
return result.map((item) => {
|
|
1640
|
-
return
|
|
2000
|
+
return _fileSearchToolFiltersValue1Serializer(item);
|
|
1641
2001
|
});
|
|
1642
2002
|
}
|
|
1643
|
-
function
|
|
2003
|
+
function _fileSearchToolFiltersValue1ArrayDeserializer(result) {
|
|
1644
2004
|
return result.map((item) => {
|
|
1645
|
-
return
|
|
2005
|
+
return _fileSearchToolFiltersValue1Deserializer(item);
|
|
1646
2006
|
});
|
|
1647
2007
|
}
|
|
1648
|
-
function
|
|
2008
|
+
function _fileSearchToolFiltersValue1Serializer(item) {
|
|
1649
2009
|
return item;
|
|
1650
2010
|
}
|
|
1651
|
-
function
|
|
2011
|
+
function _fileSearchToolFiltersValue1Deserializer(item) {
|
|
1652
2012
|
return item;
|
|
1653
2013
|
}
|
|
1654
2014
|
function compoundFilterSerializer(item) {
|
|
1655
|
-
return {
|
|
2015
|
+
return {
|
|
2016
|
+
type: item["type"],
|
|
2017
|
+
filters: _fileSearchToolFiltersFilterArraySerializer(item["filters"])
|
|
2018
|
+
};
|
|
1656
2019
|
}
|
|
1657
2020
|
function compoundFilterDeserializer(item) {
|
|
1658
2021
|
return {
|
|
1659
2022
|
type: item["type"],
|
|
1660
|
-
filters:
|
|
2023
|
+
filters: _fileSearchToolFiltersFilterArrayDeserializer(item["filters"])
|
|
1661
2024
|
};
|
|
1662
2025
|
}
|
|
1663
|
-
function
|
|
2026
|
+
function _fileSearchToolFiltersFilterArraySerializer(result) {
|
|
1664
2027
|
return result.map((item) => {
|
|
1665
|
-
return
|
|
2028
|
+
return _fileSearchToolFiltersFilterSerializer(item);
|
|
1666
2029
|
});
|
|
1667
2030
|
}
|
|
1668
|
-
function
|
|
2031
|
+
function _fileSearchToolFiltersFilterArrayDeserializer(result) {
|
|
1669
2032
|
return result.map((item) => {
|
|
1670
|
-
return
|
|
2033
|
+
return _fileSearchToolFiltersFilterDeserializer(item);
|
|
1671
2034
|
});
|
|
1672
2035
|
}
|
|
1673
|
-
function
|
|
2036
|
+
function _fileSearchToolFiltersFilterSerializer(item) {
|
|
1674
2037
|
return item;
|
|
1675
2038
|
}
|
|
1676
|
-
function
|
|
2039
|
+
function _fileSearchToolFiltersFilterDeserializer(item) {
|
|
1677
2040
|
return item;
|
|
1678
2041
|
}
|
|
1679
2042
|
function computerUsePreviewToolSerializer(item) {
|
|
@@ -1700,6 +2063,7 @@ function webSearchToolSerializer(item) {
|
|
|
1700
2063
|
search_context_size: item["search_context_size"],
|
|
1701
2064
|
name: item["name"],
|
|
1702
2065
|
description: item["description"],
|
|
2066
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"]),
|
|
1703
2067
|
custom_search_configuration: !item["custom_search_configuration"] ? item["custom_search_configuration"] : webSearchConfigurationSerializer(item["custom_search_configuration"])
|
|
1704
2068
|
};
|
|
1705
2069
|
}
|
|
@@ -1711,6 +2075,7 @@ function webSearchToolDeserializer(item) {
|
|
|
1711
2075
|
search_context_size: item["search_context_size"],
|
|
1712
2076
|
name: item["name"],
|
|
1713
2077
|
description: item["description"],
|
|
2078
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"]),
|
|
1714
2079
|
custom_search_configuration: !item["custom_search_configuration"] ? item["custom_search_configuration"] : webSearchConfigurationDeserializer(item["custom_search_configuration"])
|
|
1715
2080
|
};
|
|
1716
2081
|
}
|
|
@@ -1766,7 +2131,8 @@ function mcpToolSerializer(item) {
|
|
|
1766
2131
|
allowed_tools: !item["allowed_tools"] ? item["allowed_tools"] : _mcpToolAllowedToolsSerializer(item["allowed_tools"]),
|
|
1767
2132
|
require_approval: !item["require_approval"] ? item["require_approval"] : _mcpToolRequireApprovalSerializer(item["require_approval"]),
|
|
1768
2133
|
defer_loading: item["defer_loading"],
|
|
1769
|
-
project_connection_id: item["project_connection_id"]
|
|
2134
|
+
project_connection_id: item["project_connection_id"],
|
|
2135
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1770
2136
|
};
|
|
1771
2137
|
}
|
|
1772
2138
|
function mcpToolDeserializer(item) {
|
|
@@ -1781,7 +2147,8 @@ function mcpToolDeserializer(item) {
|
|
|
1781
2147
|
allowed_tools: !item["allowed_tools"] ? item["allowed_tools"] : _mcpToolAllowedToolsDeserializer(item["allowed_tools"]),
|
|
1782
2148
|
require_approval: !item["require_approval"] ? item["require_approval"] : _mcpToolRequireApprovalDeserializer(item["require_approval"]),
|
|
1783
2149
|
defer_loading: item["defer_loading"],
|
|
1784
|
-
project_connection_id: item["project_connection_id"]
|
|
2150
|
+
project_connection_id: item["project_connection_id"],
|
|
2151
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1785
2152
|
};
|
|
1786
2153
|
}
|
|
1787
2154
|
function _mcpToolAllowedToolsSerializer(item) {
|
|
@@ -1790,36 +2157,12 @@ function _mcpToolAllowedToolsSerializer(item) {
|
|
|
1790
2157
|
function _mcpToolAllowedToolsDeserializer(item) {
|
|
1791
2158
|
return item;
|
|
1792
2159
|
}
|
|
1793
|
-
function mcpToolFilterSerializer(item) {
|
|
1794
|
-
return {
|
|
1795
|
-
tool_names: item["tool_names"],
|
|
1796
|
-
read_only: item["read_only"]
|
|
1797
|
-
};
|
|
1798
|
-
}
|
|
1799
|
-
function mcpToolFilterDeserializer(item) {
|
|
1800
|
-
return {
|
|
1801
|
-
tool_names: item["tool_names"],
|
|
1802
|
-
read_only: item["read_only"]
|
|
1803
|
-
};
|
|
1804
|
-
}
|
|
1805
2160
|
function _mcpToolRequireApprovalSerializer(item) {
|
|
1806
2161
|
return item;
|
|
1807
2162
|
}
|
|
1808
2163
|
function _mcpToolRequireApprovalDeserializer(item) {
|
|
1809
2164
|
return item;
|
|
1810
2165
|
}
|
|
1811
|
-
function mcpToolRequireApprovalSerializer(item) {
|
|
1812
|
-
return {
|
|
1813
|
-
always: !item["always"] ? item["always"] : mcpToolFilterSerializer(item["always"]),
|
|
1814
|
-
never: !item["never"] ? item["never"] : mcpToolFilterSerializer(item["never"])
|
|
1815
|
-
};
|
|
1816
|
-
}
|
|
1817
|
-
function mcpToolRequireApprovalDeserializer(item) {
|
|
1818
|
-
return {
|
|
1819
|
-
always: !item["always"] ? item["always"] : mcpToolFilterDeserializer(item["always"]),
|
|
1820
|
-
never: !item["never"] ? item["never"] : mcpToolFilterDeserializer(item["never"])
|
|
1821
|
-
};
|
|
1822
|
-
}
|
|
1823
2166
|
function imageGenToolSerializer(item) {
|
|
1824
2167
|
return {
|
|
1825
2168
|
type: item["type"],
|
|
@@ -1835,7 +2178,8 @@ function imageGenToolSerializer(item) {
|
|
|
1835
2178
|
partial_images: item["partial_images"],
|
|
1836
2179
|
action: item["action"],
|
|
1837
2180
|
name: item["name"],
|
|
1838
|
-
description: item["description"]
|
|
2181
|
+
description: item["description"],
|
|
2182
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1839
2183
|
};
|
|
1840
2184
|
}
|
|
1841
2185
|
function imageGenToolDeserializer(item) {
|
|
@@ -1853,7 +2197,8 @@ function imageGenToolDeserializer(item) {
|
|
|
1853
2197
|
partial_images: item["partial_images"],
|
|
1854
2198
|
action: item["action"],
|
|
1855
2199
|
name: item["name"],
|
|
1856
|
-
description: item["description"]
|
|
2200
|
+
description: item["description"],
|
|
2201
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1857
2202
|
};
|
|
1858
2203
|
}
|
|
1859
2204
|
function imageGenToolInputImageMaskSerializer(item) {
|
|
@@ -1866,13 +2211,19 @@ function imageGenToolInputImageMaskDeserializer(item) {
|
|
|
1866
2211
|
};
|
|
1867
2212
|
}
|
|
1868
2213
|
function localShellToolParamSerializer(item) {
|
|
1869
|
-
return {
|
|
2214
|
+
return {
|
|
2215
|
+
type: item["type"],
|
|
2216
|
+
name: item["name"],
|
|
2217
|
+
description: item["description"],
|
|
2218
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
2219
|
+
};
|
|
1870
2220
|
}
|
|
1871
2221
|
function localShellToolParamDeserializer(item) {
|
|
1872
2222
|
return {
|
|
1873
2223
|
type: item["type"],
|
|
1874
2224
|
name: item["name"],
|
|
1875
|
-
description: item["description"]
|
|
2225
|
+
description: item["description"],
|
|
2226
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1876
2227
|
};
|
|
1877
2228
|
}
|
|
1878
2229
|
function functionShellToolParamSerializer(item) {
|
|
@@ -1880,7 +2231,8 @@ function functionShellToolParamSerializer(item) {
|
|
|
1880
2231
|
type: item["type"],
|
|
1881
2232
|
environment: !item["environment"] ? item["environment"] : functionShellToolParamEnvironmentUnionSerializer(item["environment"]),
|
|
1882
2233
|
name: item["name"],
|
|
1883
|
-
description: item["description"]
|
|
2234
|
+
description: item["description"],
|
|
2235
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordSerializer(item["tool_configs"])
|
|
1884
2236
|
};
|
|
1885
2237
|
}
|
|
1886
2238
|
function functionShellToolParamDeserializer(item) {
|
|
@@ -1888,7 +2240,8 @@ function functionShellToolParamDeserializer(item) {
|
|
|
1888
2240
|
type: item["type"],
|
|
1889
2241
|
environment: !item["environment"] ? item["environment"] : functionShellToolParamEnvironmentUnionDeserializer(item["environment"]),
|
|
1890
2242
|
name: item["name"],
|
|
1891
|
-
description: item["description"]
|
|
2243
|
+
description: item["description"],
|
|
2244
|
+
tool_configs: !item["tool_configs"] ? item["tool_configs"] : toolConfigRecordDeserializer(item["tool_configs"])
|
|
1892
2245
|
};
|
|
1893
2246
|
}
|
|
1894
2247
|
function functionShellToolParamEnvironmentSerializer(item) {
|
|
@@ -2256,6 +2609,14 @@ function toolSearchToolParamDeserializer(item) {
|
|
|
2256
2609
|
parameters: !item["parameters"] ? item["parameters"] : emptyModelParamDeserializer(item["parameters"])
|
|
2257
2610
|
};
|
|
2258
2611
|
}
|
|
2612
|
+
function containerConfigurationSerializer(item) {
|
|
2613
|
+
return { image: item["image"] };
|
|
2614
|
+
}
|
|
2615
|
+
function containerConfigurationDeserializer(item) {
|
|
2616
|
+
return {
|
|
2617
|
+
image: item["image"]
|
|
2618
|
+
};
|
|
2619
|
+
}
|
|
2259
2620
|
function protocolVersionRecordArraySerializer(result) {
|
|
2260
2621
|
return result.map((item) => {
|
|
2261
2622
|
return protocolVersionRecordSerializer(item);
|
|
@@ -2275,20 +2636,13 @@ function protocolVersionRecordDeserializer(item) {
|
|
|
2275
2636
|
version: item["version"]
|
|
2276
2637
|
};
|
|
2277
2638
|
}
|
|
2278
|
-
function containerConfigurationSerializer(item) {
|
|
2279
|
-
return { image: item["image"] };
|
|
2280
|
-
}
|
|
2281
|
-
function containerConfigurationDeserializer(item) {
|
|
2282
|
-
return {
|
|
2283
|
-
image: item["image"]
|
|
2284
|
-
};
|
|
2285
|
-
}
|
|
2286
2639
|
function codeConfigurationSerializer(item) {
|
|
2287
2640
|
return {
|
|
2288
2641
|
runtime: item["runtime"],
|
|
2289
2642
|
entry_point: item["entry_point"].map((p) => {
|
|
2290
2643
|
return p;
|
|
2291
|
-
})
|
|
2644
|
+
}),
|
|
2645
|
+
dependency_resolution: item["dependency_resolution"]
|
|
2292
2646
|
};
|
|
2293
2647
|
}
|
|
2294
2648
|
function codeConfigurationDeserializer(item) {
|
|
@@ -2296,7 +2650,123 @@ function codeConfigurationDeserializer(item) {
|
|
|
2296
2650
|
runtime: item["runtime"],
|
|
2297
2651
|
entry_point: item["entry_point"].map((p) => {
|
|
2298
2652
|
return p;
|
|
2299
|
-
})
|
|
2653
|
+
}),
|
|
2654
|
+
dependency_resolution: item["dependency_resolution"],
|
|
2655
|
+
content_hash: item["content_hash"]
|
|
2656
|
+
};
|
|
2657
|
+
}
|
|
2658
|
+
function telemetryConfigSerializer(item) {
|
|
2659
|
+
return { endpoints: telemetryEndpointUnionArraySerializer(item["endpoints"]) };
|
|
2660
|
+
}
|
|
2661
|
+
function telemetryConfigDeserializer(item) {
|
|
2662
|
+
return {
|
|
2663
|
+
endpoints: telemetryEndpointUnionArrayDeserializer(item["endpoints"])
|
|
2664
|
+
};
|
|
2665
|
+
}
|
|
2666
|
+
function telemetryEndpointUnionArraySerializer(result) {
|
|
2667
|
+
return result.map((item) => {
|
|
2668
|
+
return telemetryEndpointUnionSerializer(item);
|
|
2669
|
+
});
|
|
2670
|
+
}
|
|
2671
|
+
function telemetryEndpointUnionArrayDeserializer(result) {
|
|
2672
|
+
return result.map((item) => {
|
|
2673
|
+
return telemetryEndpointUnionDeserializer(item);
|
|
2674
|
+
});
|
|
2675
|
+
}
|
|
2676
|
+
function telemetryEndpointSerializer(item) {
|
|
2677
|
+
return {
|
|
2678
|
+
kind: item["kind"],
|
|
2679
|
+
data: item["data"].map((p) => {
|
|
2680
|
+
return p;
|
|
2681
|
+
}),
|
|
2682
|
+
auth: !item["auth"] ? item["auth"] : telemetryEndpointAuthUnionSerializer(item["auth"])
|
|
2683
|
+
};
|
|
2684
|
+
}
|
|
2685
|
+
function telemetryEndpointDeserializer(item) {
|
|
2686
|
+
return {
|
|
2687
|
+
kind: item["kind"],
|
|
2688
|
+
data: item["data"].map((p) => {
|
|
2689
|
+
return p;
|
|
2690
|
+
}),
|
|
2691
|
+
auth: !item["auth"] ? item["auth"] : telemetryEndpointAuthUnionDeserializer(item["auth"])
|
|
2692
|
+
};
|
|
2693
|
+
}
|
|
2694
|
+
function telemetryEndpointUnionSerializer(item) {
|
|
2695
|
+
switch (item.kind) {
|
|
2696
|
+
case "OTLP":
|
|
2697
|
+
return otlpTelemetryEndpointSerializer(item);
|
|
2698
|
+
default:
|
|
2699
|
+
return telemetryEndpointSerializer(item);
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
function telemetryEndpointUnionDeserializer(item) {
|
|
2703
|
+
switch (item["kind"]) {
|
|
2704
|
+
case "OTLP":
|
|
2705
|
+
return otlpTelemetryEndpointDeserializer(item);
|
|
2706
|
+
default:
|
|
2707
|
+
return telemetryEndpointDeserializer(item);
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
function telemetryEndpointAuthSerializer(item) {
|
|
2711
|
+
return { type: item["type"] };
|
|
2712
|
+
}
|
|
2713
|
+
function telemetryEndpointAuthDeserializer(item) {
|
|
2714
|
+
return {
|
|
2715
|
+
type: item["type"]
|
|
2716
|
+
};
|
|
2717
|
+
}
|
|
2718
|
+
function telemetryEndpointAuthUnionSerializer(item) {
|
|
2719
|
+
switch (item.type) {
|
|
2720
|
+
case "header":
|
|
2721
|
+
return headerTelemetryEndpointAuthSerializer(item);
|
|
2722
|
+
default:
|
|
2723
|
+
return telemetryEndpointAuthSerializer(item);
|
|
2724
|
+
}
|
|
2725
|
+
}
|
|
2726
|
+
function telemetryEndpointAuthUnionDeserializer(item) {
|
|
2727
|
+
switch (item["type"]) {
|
|
2728
|
+
case "header":
|
|
2729
|
+
return headerTelemetryEndpointAuthDeserializer(item);
|
|
2730
|
+
default:
|
|
2731
|
+
return telemetryEndpointAuthDeserializer(item);
|
|
2732
|
+
}
|
|
2733
|
+
}
|
|
2734
|
+
function headerTelemetryEndpointAuthSerializer(item) {
|
|
2735
|
+
return {
|
|
2736
|
+
type: item["type"],
|
|
2737
|
+
header_name: item["header_name"],
|
|
2738
|
+
secret_id: item["secret_id"],
|
|
2739
|
+
secret_key: item["secret_key"]
|
|
2740
|
+
};
|
|
2741
|
+
}
|
|
2742
|
+
function headerTelemetryEndpointAuthDeserializer(item) {
|
|
2743
|
+
return {
|
|
2744
|
+
type: item["type"],
|
|
2745
|
+
header_name: item["header_name"],
|
|
2746
|
+
secret_id: item["secret_id"],
|
|
2747
|
+
secret_key: item["secret_key"]
|
|
2748
|
+
};
|
|
2749
|
+
}
|
|
2750
|
+
function otlpTelemetryEndpointSerializer(item) {
|
|
2751
|
+
return {
|
|
2752
|
+
kind: item["kind"],
|
|
2753
|
+
data: item["data"].map((p) => {
|
|
2754
|
+
return p;
|
|
2755
|
+
}),
|
|
2756
|
+
auth: !item["auth"] ? item["auth"] : telemetryEndpointAuthUnionSerializer(item["auth"]),
|
|
2757
|
+
endpoint: item["endpoint"],
|
|
2758
|
+
protocol: item["protocol"]
|
|
2759
|
+
};
|
|
2760
|
+
}
|
|
2761
|
+
function otlpTelemetryEndpointDeserializer(item) {
|
|
2762
|
+
return {
|
|
2763
|
+
kind: item["kind"],
|
|
2764
|
+
data: item["data"].map((p) => {
|
|
2765
|
+
return p;
|
|
2766
|
+
}),
|
|
2767
|
+
auth: !item["auth"] ? item["auth"] : telemetryEndpointAuthUnionDeserializer(item["auth"]),
|
|
2768
|
+
endpoint: item["endpoint"],
|
|
2769
|
+
protocol: item["protocol"]
|
|
2300
2770
|
};
|
|
2301
2771
|
}
|
|
2302
2772
|
function promptAgentDefinitionSerializer(item) {
|
|
@@ -2677,6 +3147,20 @@ function workflowAgentDefinitionDeserializer(item) {
|
|
|
2677
3147
|
workflow: item["workflow"]
|
|
2678
3148
|
};
|
|
2679
3149
|
}
|
|
3150
|
+
function externalAgentDefinitionSerializer(item) {
|
|
3151
|
+
return {
|
|
3152
|
+
kind: item["kind"],
|
|
3153
|
+
rai_config: !item["rai_config"] ? item["rai_config"] : raiConfigSerializer(item["rai_config"]),
|
|
3154
|
+
otel_agent_id: item["otel_agent_id"]
|
|
3155
|
+
};
|
|
3156
|
+
}
|
|
3157
|
+
function externalAgentDefinitionDeserializer(item) {
|
|
3158
|
+
return {
|
|
3159
|
+
kind: item["kind"],
|
|
3160
|
+
rai_config: !item["rai_config"] ? item["rai_config"] : raiConfigDeserializer(item["rai_config"]),
|
|
3161
|
+
otel_agent_id: item["otel_agent_id"]
|
|
3162
|
+
};
|
|
3163
|
+
}
|
|
2680
3164
|
function agentIdentityDeserializer(item) {
|
|
2681
3165
|
return {
|
|
2682
3166
|
principal_id: item["principal_id"],
|
|
@@ -2720,7 +3204,7 @@ function managedAgentIdentityBlueprintReferenceDeserializer(item) {
|
|
|
2720
3204
|
blueprint_id: item["blueprint_id"]
|
|
2721
3205
|
};
|
|
2722
3206
|
}
|
|
2723
|
-
function
|
|
3207
|
+
function agentEndpointConfigSerializer(item) {
|
|
2724
3208
|
return {
|
|
2725
3209
|
version_selector: !item["version_selector"] ? item["version_selector"] : versionSelectorSerializer(item["version_selector"]),
|
|
2726
3210
|
protocols: !item["protocols"] ? item["protocols"] : item["protocols"].map((p) => {
|
|
@@ -2729,7 +3213,7 @@ function agentEndpointSerializer(item) {
|
|
|
2729
3213
|
authorization_schemes: !item["authorization_schemes"] ? item["authorization_schemes"] : agentEndpointAuthorizationSchemeUnionArraySerializer(item["authorization_schemes"])
|
|
2730
3214
|
};
|
|
2731
3215
|
}
|
|
2732
|
-
function
|
|
3216
|
+
function agentEndpointConfigDeserializer(item) {
|
|
2733
3217
|
return {
|
|
2734
3218
|
version_selector: !item["version_selector"] ? item["version_selector"] : versionSelectorDeserializer(item["version_selector"]),
|
|
2735
3219
|
protocols: !item["protocols"] ? item["protocols"] : item["protocols"].map((p) => {
|
|
@@ -2848,13 +3332,13 @@ function agentEndpointAuthorizationSchemeUnionDeserializer(item) {
|
|
|
2848
3332
|
function entraAuthorizationSchemeSerializer(item) {
|
|
2849
3333
|
return {
|
|
2850
3334
|
type: item["type"],
|
|
2851
|
-
isolation_key_source: isolationKeySourceUnionSerializer(item["isolation_key_source"])
|
|
3335
|
+
isolation_key_source: !item["isolation_key_source"] ? item["isolation_key_source"] : isolationKeySourceUnionSerializer(item["isolation_key_source"])
|
|
2852
3336
|
};
|
|
2853
3337
|
}
|
|
2854
3338
|
function entraAuthorizationSchemeDeserializer(item) {
|
|
2855
3339
|
return {
|
|
2856
3340
|
type: item["type"],
|
|
2857
|
-
isolation_key_source: isolationKeySourceUnionDeserializer(item["isolation_key_source"])
|
|
3341
|
+
isolation_key_source: !item["isolation_key_source"] ? item["isolation_key_source"] : isolationKeySourceUnionDeserializer(item["isolation_key_source"])
|
|
2858
3342
|
};
|
|
2859
3343
|
}
|
|
2860
3344
|
function isolationKeySourceSerializer(item) {
|
|
@@ -2894,17 +3378,11 @@ function entraIsolationKeySourceDeserializer(item) {
|
|
|
2894
3378
|
};
|
|
2895
3379
|
}
|
|
2896
3380
|
function headerIsolationKeySourceSerializer(item) {
|
|
2897
|
-
return {
|
|
2898
|
-
kind: item["kind"],
|
|
2899
|
-
user_isolation_key: item["user_isolation_key"],
|
|
2900
|
-
chat_isolation_key: item["chat_isolation_key"]
|
|
2901
|
-
};
|
|
3381
|
+
return { kind: item["kind"] };
|
|
2902
3382
|
}
|
|
2903
3383
|
function headerIsolationKeySourceDeserializer(item) {
|
|
2904
3384
|
return {
|
|
2905
|
-
kind: item["kind"]
|
|
2906
|
-
user_isolation_key: item["user_isolation_key"],
|
|
2907
|
-
chat_isolation_key: item["chat_isolation_key"]
|
|
3385
|
+
kind: item["kind"]
|
|
2908
3386
|
};
|
|
2909
3387
|
}
|
|
2910
3388
|
function botServiceAuthorizationSchemeSerializer(item) {
|
|
@@ -2975,23 +3453,23 @@ function agentCardSkillDeserializer(item) {
|
|
|
2975
3453
|
}
|
|
2976
3454
|
function apiErrorResponseDeserializer(item) {
|
|
2977
3455
|
return {
|
|
2978
|
-
error:
|
|
3456
|
+
error: apiErrorDeserializer(item["error"])
|
|
2979
3457
|
};
|
|
2980
3458
|
}
|
|
2981
|
-
function
|
|
3459
|
+
function apiErrorDeserializer(item) {
|
|
2982
3460
|
return {
|
|
2983
3461
|
code: item["code"],
|
|
2984
3462
|
message: item["message"],
|
|
2985
3463
|
param: item["param"],
|
|
2986
3464
|
type: item["type"],
|
|
2987
|
-
details: !item["details"] ? item["details"] :
|
|
3465
|
+
details: !item["details"] ? item["details"] : apiErrorArrayDeserializer(item["details"]),
|
|
2988
3466
|
additionalInfo: item["additionalInfo"],
|
|
2989
3467
|
debugInfo: item["debugInfo"]
|
|
2990
3468
|
};
|
|
2991
3469
|
}
|
|
2992
|
-
function
|
|
3470
|
+
function apiErrorArrayDeserializer(result) {
|
|
2993
3471
|
return result.map((item) => {
|
|
2994
|
-
return
|
|
3472
|
+
return apiErrorDeserializer(item);
|
|
2995
3473
|
});
|
|
2996
3474
|
}
|
|
2997
3475
|
function deleteAgentResponseDeserializer(item) {
|
|
@@ -3335,7 +3813,7 @@ function blobReferenceDeserializer(item) {
|
|
|
3335
3813
|
function blobReferenceSasCredentialDeserializer(item) {
|
|
3336
3814
|
return {
|
|
3337
3815
|
sasUri: item["sasUri"],
|
|
3338
|
-
type: item["type"]
|
|
3816
|
+
type: item["credentialType"] ?? item["type"]
|
|
3339
3817
|
};
|
|
3340
3818
|
}
|
|
3341
3819
|
function datasetCredentialDeserializer(item) {
|
|
@@ -3543,6 +4021,19 @@ function embeddingConfigurationDeserializer(item) {
|
|
|
3543
4021
|
embeddingField: item["embeddingField"]
|
|
3544
4022
|
};
|
|
3545
4023
|
}
|
|
4024
|
+
function createAgentVersionFromCodeContentSerializer(item) {
|
|
4025
|
+
return [
|
|
4026
|
+
{ name: "metadata", body: createAgentVersionFromCodeMetadataSerializer(item["metadata"]) },
|
|
4027
|
+
(0, import_multipartHelpers.createFilePartDescriptor)("code", item["code"], "application/octet-stream")
|
|
4028
|
+
];
|
|
4029
|
+
}
|
|
4030
|
+
function createAgentVersionFromCodeMetadataSerializer(item) {
|
|
4031
|
+
return {
|
|
4032
|
+
description: item["description"],
|
|
4033
|
+
metadata: item["metadata"],
|
|
4034
|
+
definition: hostedAgentDefinitionSerializer(item["definition"])
|
|
4035
|
+
};
|
|
4036
|
+
}
|
|
3546
4037
|
function versionIndicatorSerializer(item) {
|
|
3547
4038
|
return { type: item["type"] };
|
|
3548
4039
|
}
|
|
@@ -3599,6 +4090,12 @@ function agentSessionResourceArrayDeserializer(result) {
|
|
|
3599
4090
|
return agentSessionResourceDeserializer(item);
|
|
3600
4091
|
});
|
|
3601
4092
|
}
|
|
4093
|
+
function sessionLogEventDeserializer(item) {
|
|
4094
|
+
return {
|
|
4095
|
+
event: item["event"],
|
|
4096
|
+
data: item["data"]
|
|
4097
|
+
};
|
|
4098
|
+
}
|
|
3602
4099
|
function sessionFileWriteResponseDeserializer(item) {
|
|
3603
4100
|
return {
|
|
3604
4101
|
path: item["path"],
|
|
@@ -3607,6 +4104,9 @@ function sessionFileWriteResponseDeserializer(item) {
|
|
|
3607
4104
|
}
|
|
3608
4105
|
function sessionDirectoryListResponseDeserializer(item) {
|
|
3609
4106
|
return {
|
|
4107
|
+
first_id: item["first_id"],
|
|
4108
|
+
last_id: item["last_id"],
|
|
4109
|
+
has_more: item["has_more"],
|
|
3610
4110
|
path: item["path"],
|
|
3611
4111
|
entries: sessionDirectoryEntryArrayDeserializer(item["entries"])
|
|
3612
4112
|
};
|
|
@@ -3621,7 +4121,253 @@ function sessionDirectoryEntryDeserializer(item) {
|
|
|
3621
4121
|
name: item["name"],
|
|
3622
4122
|
size: item["size"],
|
|
3623
4123
|
is_directory: item["is_directory"],
|
|
3624
|
-
modified_time: new Date(item["modified_time"])
|
|
4124
|
+
modified_time: new Date(item["modified_time"] * 1e3)
|
|
4125
|
+
};
|
|
4126
|
+
}
|
|
4127
|
+
function optimizationJobInputsSerializer(item) {
|
|
4128
|
+
return {
|
|
4129
|
+
agent: agentIdentifierSerializer(item["agent"]),
|
|
4130
|
+
train_dataset_reference: datasetRefSerializer(item["train_dataset_reference"]),
|
|
4131
|
+
validation_dataset_reference: !item["validation_dataset_reference"] ? item["validation_dataset_reference"] : datasetRefSerializer(item["validation_dataset_reference"]),
|
|
4132
|
+
evaluators: !item["evaluators"] ? item["evaluators"] : item["evaluators"].map((p) => {
|
|
4133
|
+
return p;
|
|
4134
|
+
}),
|
|
4135
|
+
options: !item["options"] ? item["options"] : optimizationOptionsSerializer(item["options"])
|
|
4136
|
+
};
|
|
4137
|
+
}
|
|
4138
|
+
function optimizationJobInputsDeserializer(item) {
|
|
4139
|
+
return {
|
|
4140
|
+
agent: agentIdentifierDeserializer(item["agent"]),
|
|
4141
|
+
train_dataset_reference: datasetRefDeserializer(item["train_dataset_reference"]),
|
|
4142
|
+
validation_dataset_reference: !item["validation_dataset_reference"] ? item["validation_dataset_reference"] : datasetRefDeserializer(item["validation_dataset_reference"]),
|
|
4143
|
+
evaluators: !item["evaluators"] ? item["evaluators"] : item["evaluators"].map((p) => {
|
|
4144
|
+
return p;
|
|
4145
|
+
}),
|
|
4146
|
+
options: !item["options"] ? item["options"] : optimizationOptionsDeserializer(item["options"])
|
|
4147
|
+
};
|
|
4148
|
+
}
|
|
4149
|
+
function agentIdentifierSerializer(item) {
|
|
4150
|
+
return { agent_name: item["agent_name"], agent_version: item["agent_version"] };
|
|
4151
|
+
}
|
|
4152
|
+
function agentIdentifierDeserializer(item) {
|
|
4153
|
+
return {
|
|
4154
|
+
agent_name: item["agent_name"],
|
|
4155
|
+
agent_version: item["agent_version"]
|
|
4156
|
+
};
|
|
4157
|
+
}
|
|
4158
|
+
function datasetRefSerializer(item) {
|
|
4159
|
+
return { name: item["name"], version: item["version"] };
|
|
4160
|
+
}
|
|
4161
|
+
function datasetRefDeserializer(item) {
|
|
4162
|
+
return {
|
|
4163
|
+
name: item["name"],
|
|
4164
|
+
version: item["version"]
|
|
4165
|
+
};
|
|
4166
|
+
}
|
|
4167
|
+
function optimizationOptionsSerializer(item) {
|
|
4168
|
+
return {
|
|
4169
|
+
max_iterations: item["max_iterations"],
|
|
4170
|
+
optimization_config: item["optimization_config"],
|
|
4171
|
+
eval_model: item["eval_model"],
|
|
4172
|
+
optimization_model: item["optimization_model"],
|
|
4173
|
+
evaluation_level: item["evaluation_level"]
|
|
4174
|
+
};
|
|
4175
|
+
}
|
|
4176
|
+
function optimizationOptionsDeserializer(item) {
|
|
4177
|
+
return {
|
|
4178
|
+
max_iterations: item["max_iterations"],
|
|
4179
|
+
optimization_config: !item["optimization_config"] ? item["optimization_config"] : Object.fromEntries(
|
|
4180
|
+
Object.entries(item["optimization_config"]).map(([k, p]) => [k, p])
|
|
4181
|
+
),
|
|
4182
|
+
eval_model: item["eval_model"],
|
|
4183
|
+
optimization_model: item["optimization_model"],
|
|
4184
|
+
evaluation_level: item["evaluation_level"]
|
|
4185
|
+
};
|
|
4186
|
+
}
|
|
4187
|
+
function optimizationJobDeserializer(item) {
|
|
4188
|
+
return {
|
|
4189
|
+
id: item["id"],
|
|
4190
|
+
status: item["status"],
|
|
4191
|
+
error: !item["error"] ? item["error"] : apiErrorDeserializer(item["error"]),
|
|
4192
|
+
result: !item["result"] ? item["result"] : optimizationJobResultDeserializer(item["result"]),
|
|
4193
|
+
inputs: !item["inputs"] ? item["inputs"] : optimizationJobInputsDeserializer(item["inputs"]),
|
|
4194
|
+
created_at: new Date(item["created_at"] * 1e3),
|
|
4195
|
+
updated_at: !item["updated_at"] ? item["updated_at"] : new Date(item["updated_at"] * 1e3),
|
|
4196
|
+
progress: !item["progress"] ? item["progress"] : optimizationJobProgressDeserializer(item["progress"]),
|
|
4197
|
+
dataset: !item["dataset"] ? item["dataset"] : datasetInfoDeserializer(item["dataset"])
|
|
4198
|
+
};
|
|
4199
|
+
}
|
|
4200
|
+
function optimizationJobResultDeserializer(item) {
|
|
4201
|
+
return {
|
|
4202
|
+
baseline: !item["baseline"] ? item["baseline"] : optimizationCandidateDeserializer(item["baseline"]),
|
|
4203
|
+
best: !item["best"] ? item["best"] : optimizationCandidateDeserializer(item["best"]),
|
|
4204
|
+
candidates: !item["candidates"] ? item["candidates"] : optimizationCandidateArrayDeserializer(item["candidates"]),
|
|
4205
|
+
options: !item["options"] ? item["options"] : optimizationOptionsDeserializer(item["options"]),
|
|
4206
|
+
warnings: !item["warnings"] ? item["warnings"] : item["warnings"].map((p) => {
|
|
4207
|
+
return p;
|
|
4208
|
+
}),
|
|
4209
|
+
all_target_attributes_failed: item["all_target_attributes_failed"]
|
|
4210
|
+
};
|
|
4211
|
+
}
|
|
4212
|
+
function optimizationCandidateDeserializer(item) {
|
|
4213
|
+
return {
|
|
4214
|
+
candidate_id: item["candidate_id"],
|
|
4215
|
+
name: item["name"],
|
|
4216
|
+
config: optimizationAgentDefinitionDeserializer(item["config"]),
|
|
4217
|
+
mutations: Object.fromEntries(
|
|
4218
|
+
Object.entries(item["mutations"]).map(([k, p]) => [k, p])
|
|
4219
|
+
),
|
|
4220
|
+
avg_score: item["avg_score"],
|
|
4221
|
+
avg_tokens: item["avg_tokens"],
|
|
4222
|
+
pass_rate: item["pass_rate"],
|
|
4223
|
+
task_scores: optimizationTaskResultArrayDeserializer(item["task_scores"]),
|
|
4224
|
+
is_pareto_optimal: item["is_pareto_optimal"],
|
|
4225
|
+
eval_id: item["eval_id"],
|
|
4226
|
+
eval_run_id: item["eval_run_id"],
|
|
4227
|
+
promotion: !item["promotion"] ? item["promotion"] : promotionInfoDeserializer(item["promotion"])
|
|
4228
|
+
};
|
|
4229
|
+
}
|
|
4230
|
+
function optimizationAgentDefinitionDeserializer(item) {
|
|
4231
|
+
return {
|
|
4232
|
+
agent_name: item["agent_name"],
|
|
4233
|
+
agent_version: item["agent_version"],
|
|
4234
|
+
model: item["model"],
|
|
4235
|
+
system_prompt: item["system_prompt"],
|
|
4236
|
+
skills: !item["skills"] ? item["skills"] : item["skills"].map((p) => {
|
|
4237
|
+
return Object.fromEntries(Object.entries(p).map(([k1, p1]) => [k1, p1]));
|
|
4238
|
+
}),
|
|
4239
|
+
tools: !item["tools"] ? item["tools"] : item["tools"].map((p) => {
|
|
4240
|
+
return Object.fromEntries(Object.entries(p).map(([k1, p1]) => [k1, p1]));
|
|
4241
|
+
})
|
|
4242
|
+
};
|
|
4243
|
+
}
|
|
4244
|
+
function optimizationTaskResultArrayDeserializer(result) {
|
|
4245
|
+
return result.map((item) => {
|
|
4246
|
+
return optimizationTaskResultDeserializer(item);
|
|
4247
|
+
});
|
|
4248
|
+
}
|
|
4249
|
+
function optimizationTaskResultDeserializer(item) {
|
|
4250
|
+
return {
|
|
4251
|
+
task_name: item["task_name"],
|
|
4252
|
+
query: item["query"],
|
|
4253
|
+
scores: Object.fromEntries(
|
|
4254
|
+
Object.entries(item["scores"]).map(([k, p]) => [k, p])
|
|
4255
|
+
),
|
|
4256
|
+
composite_score: item["composite_score"],
|
|
4257
|
+
tokens: item["tokens"],
|
|
4258
|
+
duration_seconds: item["duration_seconds"],
|
|
4259
|
+
passed: item["passed"],
|
|
4260
|
+
error_message: item["error_message"],
|
|
4261
|
+
rationales: !item["rationales"] ? item["rationales"] : Object.fromEntries(
|
|
4262
|
+
Object.entries(item["rationales"]).map(([k, p]) => [k, p])
|
|
4263
|
+
),
|
|
4264
|
+
response: item["response"],
|
|
4265
|
+
run_id: item["run_id"]
|
|
4266
|
+
};
|
|
4267
|
+
}
|
|
4268
|
+
function promotionInfoDeserializer(item) {
|
|
4269
|
+
return {
|
|
4270
|
+
promoted_at: new Date(item["promoted_at"] * 1e3),
|
|
4271
|
+
agent_name: item["agent_name"],
|
|
4272
|
+
agent_version: item["agent_version"]
|
|
4273
|
+
};
|
|
4274
|
+
}
|
|
4275
|
+
function optimizationCandidateArrayDeserializer(result) {
|
|
4276
|
+
return result.map((item) => {
|
|
4277
|
+
return optimizationCandidateDeserializer(item);
|
|
4278
|
+
});
|
|
4279
|
+
}
|
|
4280
|
+
function optimizationJobProgressDeserializer(item) {
|
|
4281
|
+
return {
|
|
4282
|
+
current_iteration: item["current_iteration"],
|
|
4283
|
+
best_score: item["best_score"],
|
|
4284
|
+
elapsed_seconds: item["elapsed_seconds"]
|
|
4285
|
+
};
|
|
4286
|
+
}
|
|
4287
|
+
function datasetInfoDeserializer(item) {
|
|
4288
|
+
return {
|
|
4289
|
+
name: item["name"],
|
|
4290
|
+
version: item["version"],
|
|
4291
|
+
task_count: item["task_count"],
|
|
4292
|
+
is_inline: item["is_inline"]
|
|
4293
|
+
};
|
|
4294
|
+
}
|
|
4295
|
+
function _agentsPagedResultOptimizationJobDeserializer(item) {
|
|
4296
|
+
return {
|
|
4297
|
+
data: optimizationJobArrayDeserializer(item["data"]),
|
|
4298
|
+
first_id: item["first_id"],
|
|
4299
|
+
last_id: item["last_id"],
|
|
4300
|
+
has_more: item["has_more"]
|
|
4301
|
+
};
|
|
4302
|
+
}
|
|
4303
|
+
function optimizationJobArrayDeserializer(result) {
|
|
4304
|
+
return result.map((item) => {
|
|
4305
|
+
return optimizationJobDeserializer(item);
|
|
4306
|
+
});
|
|
4307
|
+
}
|
|
4308
|
+
function agentsPagedResultOptimizationCandidateDeserializer(item) {
|
|
4309
|
+
return {
|
|
4310
|
+
data: optimizationCandidateArrayDeserializer(item["data"]),
|
|
4311
|
+
first_id: item["first_id"],
|
|
4312
|
+
last_id: item["last_id"],
|
|
4313
|
+
has_more: item["has_more"]
|
|
4314
|
+
};
|
|
4315
|
+
}
|
|
4316
|
+
function candidateMetadataDeserializer(item) {
|
|
4317
|
+
return {
|
|
4318
|
+
candidate_id: item["candidate_id"],
|
|
4319
|
+
job_id: item["job_id"],
|
|
4320
|
+
candidate_name: item["candidate_name"],
|
|
4321
|
+
status: item["status"],
|
|
4322
|
+
score: item["score"],
|
|
4323
|
+
has_results: item["has_results"],
|
|
4324
|
+
created_at: new Date(item["created_at"] * 1e3),
|
|
4325
|
+
updated_at: new Date(item["updated_at"] * 1e3),
|
|
4326
|
+
promotion: !item["promotion"] ? item["promotion"] : promotionInfoDeserializer(item["promotion"]),
|
|
4327
|
+
files: candidateFileInfoArrayDeserializer(item["files"])
|
|
4328
|
+
};
|
|
4329
|
+
}
|
|
4330
|
+
function candidateFileInfoArrayDeserializer(result) {
|
|
4331
|
+
return result.map((item) => {
|
|
4332
|
+
return candidateFileInfoDeserializer(item);
|
|
4333
|
+
});
|
|
4334
|
+
}
|
|
4335
|
+
function candidateFileInfoDeserializer(item) {
|
|
4336
|
+
return {
|
|
4337
|
+
path: item["path"],
|
|
4338
|
+
type: item["type"],
|
|
4339
|
+
size_bytes: item["size_bytes"]
|
|
4340
|
+
};
|
|
4341
|
+
}
|
|
4342
|
+
function candidateDeployConfigDeserializer(item) {
|
|
4343
|
+
return {
|
|
4344
|
+
instructions: item["instructions"],
|
|
4345
|
+
model: item["model"],
|
|
4346
|
+
temperature: item["temperature"],
|
|
4347
|
+
skills: !item["skills"] ? item["skills"] : item["skills"].map((p) => {
|
|
4348
|
+
return Object.fromEntries(Object.entries(p).map(([k1, p1]) => [k1, p1]));
|
|
4349
|
+
}),
|
|
4350
|
+
tools: !item["tools"] ? item["tools"] : item["tools"].map((p) => {
|
|
4351
|
+
return Object.fromEntries(Object.entries(p).map(([k1, p1]) => [k1, p1]));
|
|
4352
|
+
})
|
|
4353
|
+
};
|
|
4354
|
+
}
|
|
4355
|
+
function candidateResultsDeserializer(item) {
|
|
4356
|
+
return {
|
|
4357
|
+
candidate_id: item["candidate_id"],
|
|
4358
|
+
results: optimizationTaskResultArrayDeserializer(item["results"])
|
|
4359
|
+
};
|
|
4360
|
+
}
|
|
4361
|
+
function promoteCandidateRequestSerializer(item) {
|
|
4362
|
+
return { agent_name: item["agent_name"], agent_version: item["agent_version"] };
|
|
4363
|
+
}
|
|
4364
|
+
function promoteCandidateResponseDeserializer(item) {
|
|
4365
|
+
return {
|
|
4366
|
+
candidate_id: item["candidate_id"],
|
|
4367
|
+
status: item["status"],
|
|
4368
|
+
promoted_at: new Date(item["promoted_at"] * 1e3),
|
|
4369
|
+
agent_name: item["agent_name"],
|
|
4370
|
+
agent_version: item["agent_version"]
|
|
3625
4371
|
};
|
|
3626
4372
|
}
|
|
3627
4373
|
function evaluationTaxonomySerializer(item) {
|
|
@@ -3672,43 +4418,43 @@ function evaluationTaxonomyInputUnionDeserializer(item) {
|
|
|
3672
4418
|
function agentTaxonomyInputSerializer(item) {
|
|
3673
4419
|
return {
|
|
3674
4420
|
type: item["type"],
|
|
3675
|
-
target:
|
|
4421
|
+
target: evaluationTargetUnionSerializer(item["target"]),
|
|
3676
4422
|
riskCategories: item["riskCategories"]
|
|
3677
4423
|
};
|
|
3678
4424
|
}
|
|
3679
4425
|
function agentTaxonomyInputDeserializer(item) {
|
|
3680
4426
|
return {
|
|
3681
4427
|
type: item["type"],
|
|
3682
|
-
target:
|
|
4428
|
+
target: evaluationTargetUnionDeserializer(item["target"]),
|
|
3683
4429
|
riskCategories: item["riskCategories"]
|
|
3684
4430
|
};
|
|
3685
4431
|
}
|
|
3686
|
-
function
|
|
4432
|
+
function evaluationTargetSerializer(item) {
|
|
3687
4433
|
return { type: item["type"] };
|
|
3688
4434
|
}
|
|
3689
|
-
function
|
|
4435
|
+
function evaluationTargetDeserializer(item) {
|
|
3690
4436
|
return {
|
|
3691
4437
|
type: item["type"]
|
|
3692
4438
|
};
|
|
3693
4439
|
}
|
|
3694
|
-
function
|
|
4440
|
+
function evaluationTargetUnionSerializer(item) {
|
|
3695
4441
|
switch (item.type) {
|
|
3696
4442
|
case "azure_ai_model":
|
|
3697
4443
|
return azureAIModelTargetSerializer(item);
|
|
3698
4444
|
case "azure_ai_agent":
|
|
3699
4445
|
return azureAIAgentTargetSerializer(item);
|
|
3700
4446
|
default:
|
|
3701
|
-
return
|
|
4447
|
+
return evaluationTargetSerializer(item);
|
|
3702
4448
|
}
|
|
3703
4449
|
}
|
|
3704
|
-
function
|
|
4450
|
+
function evaluationTargetUnionDeserializer(item) {
|
|
3705
4451
|
switch (item.type) {
|
|
3706
4452
|
case "azure_ai_model":
|
|
3707
4453
|
return azureAIModelTargetDeserializer(item);
|
|
3708
4454
|
case "azure_ai_agent":
|
|
3709
4455
|
return azureAIAgentTargetDeserializer(item);
|
|
3710
4456
|
default:
|
|
3711
|
-
return
|
|
4457
|
+
return evaluationTargetDeserializer(item);
|
|
3712
4458
|
}
|
|
3713
4459
|
}
|
|
3714
4460
|
function azureAIModelTargetSerializer(item) {
|
|
@@ -3746,7 +4492,8 @@ function azureAIAgentTargetSerializer(item) {
|
|
|
3746
4492
|
type: item["type"],
|
|
3747
4493
|
name: item["name"],
|
|
3748
4494
|
version: item["version"],
|
|
3749
|
-
tool_descriptions: !item["tool_descriptions"] ? item["tool_descriptions"] : toolDescriptionArraySerializer(item["tool_descriptions"])
|
|
4495
|
+
tool_descriptions: !item["tool_descriptions"] ? item["tool_descriptions"] : toolDescriptionArraySerializer(item["tool_descriptions"]),
|
|
4496
|
+
tools: !item["tools"] ? item["tools"] : toolUnionArraySerializer(item["tools"])
|
|
3750
4497
|
};
|
|
3751
4498
|
}
|
|
3752
4499
|
function azureAIAgentTargetDeserializer(item) {
|
|
@@ -3754,7 +4501,8 @@ function azureAIAgentTargetDeserializer(item) {
|
|
|
3754
4501
|
type: item["type"],
|
|
3755
4502
|
name: item["name"],
|
|
3756
4503
|
version: item["version"],
|
|
3757
|
-
tool_descriptions: !item["tool_descriptions"] ? item["tool_descriptions"] : toolDescriptionArrayDeserializer(item["tool_descriptions"])
|
|
4504
|
+
tool_descriptions: !item["tool_descriptions"] ? item["tool_descriptions"] : toolDescriptionArrayDeserializer(item["tool_descriptions"]),
|
|
4505
|
+
tools: !item["tools"] ? item["tools"] : toolUnionArrayDeserializer(item["tools"])
|
|
3758
4506
|
};
|
|
3759
4507
|
}
|
|
3760
4508
|
function toolDescriptionArraySerializer(result) {
|
|
@@ -3884,6 +4632,7 @@ function evaluatorVersionDeserializer(item) {
|
|
|
3884
4632
|
evaluator_type: item["evaluator_type"],
|
|
3885
4633
|
categories: item["categories"],
|
|
3886
4634
|
definition: evaluatorDefinitionUnionDeserializer(item["definition"]),
|
|
4635
|
+
generation_artifacts: !item["generation_artifacts"] ? item["generation_artifacts"] : evaluatorGenerationArtifactsDeserializer(item["generation_artifacts"]),
|
|
3887
4636
|
created_by: item["created_by"],
|
|
3888
4637
|
created_at: item["created_at"],
|
|
3889
4638
|
modified_at: item["modified_at"],
|
|
@@ -3916,6 +4665,8 @@ function evaluatorDefinitionUnionSerializer(item) {
|
|
|
3916
4665
|
return codeBasedEvaluatorDefinitionSerializer(item);
|
|
3917
4666
|
case "prompt":
|
|
3918
4667
|
return promptBasedEvaluatorDefinitionSerializer(item);
|
|
4668
|
+
case "rubric":
|
|
4669
|
+
return rubricBasedEvaluatorDefinitionSerializer(item);
|
|
3919
4670
|
default:
|
|
3920
4671
|
return evaluatorDefinitionSerializer(item);
|
|
3921
4672
|
}
|
|
@@ -3926,6 +4677,8 @@ function evaluatorDefinitionUnionDeserializer(item) {
|
|
|
3926
4677
|
return codeBasedEvaluatorDefinitionDeserializer(item);
|
|
3927
4678
|
case "prompt":
|
|
3928
4679
|
return promptBasedEvaluatorDefinitionDeserializer(item);
|
|
4680
|
+
case "rubric":
|
|
4681
|
+
return rubricBasedEvaluatorDefinitionDeserializer(item);
|
|
3929
4682
|
default:
|
|
3930
4683
|
return evaluatorDefinitionDeserializer(item);
|
|
3931
4684
|
}
|
|
@@ -4006,91 +4759,343 @@ function promptBasedEvaluatorDefinitionDeserializer(item) {
|
|
|
4006
4759
|
prompt_text: item["prompt_text"]
|
|
4007
4760
|
};
|
|
4008
4761
|
}
|
|
4009
|
-
function
|
|
4762
|
+
function rubricBasedEvaluatorDefinitionSerializer(item) {
|
|
4010
4763
|
return {
|
|
4011
|
-
|
|
4012
|
-
|
|
4764
|
+
type: item["type"],
|
|
4765
|
+
init_parameters: item["init_parameters"],
|
|
4766
|
+
data_schema: item["data_schema"],
|
|
4767
|
+
metrics: !item["metrics"] ? item["metrics"] : evaluatorMetricRecordSerializer(item["metrics"]),
|
|
4768
|
+
dimensions: dimensionArraySerializer(item["dimensions"]),
|
|
4769
|
+
pass_threshold: item["pass_threshold"]
|
|
4013
4770
|
};
|
|
4014
4771
|
}
|
|
4015
|
-
function
|
|
4772
|
+
function rubricBasedEvaluatorDefinitionDeserializer(item) {
|
|
4016
4773
|
return {
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4774
|
+
type: item["type"],
|
|
4775
|
+
init_parameters: !item["init_parameters"] ? item["init_parameters"] : Object.fromEntries(
|
|
4776
|
+
Object.entries(item["init_parameters"]).map(([k, p]) => [k, p])
|
|
4777
|
+
),
|
|
4778
|
+
data_schema: !item["data_schema"] ? item["data_schema"] : Object.fromEntries(
|
|
4779
|
+
Object.entries(item["data_schema"]).map(([k, p]) => [k, p])
|
|
4780
|
+
),
|
|
4781
|
+
metrics: !item["metrics"] ? item["metrics"] : evaluatorMetricRecordDeserializer(item["metrics"]),
|
|
4782
|
+
dimensions: dimensionArrayDeserializer(item["dimensions"]),
|
|
4783
|
+
pass_threshold: item["pass_threshold"]
|
|
4023
4784
|
};
|
|
4024
4785
|
}
|
|
4025
|
-
function
|
|
4786
|
+
function dimensionArraySerializer(result) {
|
|
4787
|
+
return result.map((item) => {
|
|
4788
|
+
return dimensionSerializer(item);
|
|
4789
|
+
});
|
|
4790
|
+
}
|
|
4791
|
+
function dimensionArrayDeserializer(result) {
|
|
4792
|
+
return result.map((item) => {
|
|
4793
|
+
return dimensionDeserializer(item);
|
|
4794
|
+
});
|
|
4795
|
+
}
|
|
4796
|
+
function dimensionSerializer(item) {
|
|
4026
4797
|
return {
|
|
4027
|
-
|
|
4028
|
-
|
|
4798
|
+
id: item["id"],
|
|
4799
|
+
description: item["description"],
|
|
4800
|
+
weight: item["weight"],
|
|
4801
|
+
always_applicable: item["always_applicable"]
|
|
4029
4802
|
};
|
|
4030
4803
|
}
|
|
4031
|
-
function
|
|
4804
|
+
function dimensionDeserializer(item) {
|
|
4805
|
+
return {
|
|
4806
|
+
id: item["id"],
|
|
4807
|
+
description: item["description"],
|
|
4808
|
+
weight: item["weight"],
|
|
4809
|
+
always_applicable: item["always_applicable"]
|
|
4810
|
+
};
|
|
4811
|
+
}
|
|
4812
|
+
function evaluatorGenerationArtifactsDeserializer(item) {
|
|
4813
|
+
return {
|
|
4814
|
+
dataset: datasetReferenceDeserializer(item["dataset"]),
|
|
4815
|
+
kinds: item["kinds"].map((p) => {
|
|
4816
|
+
return p;
|
|
4817
|
+
})
|
|
4818
|
+
};
|
|
4819
|
+
}
|
|
4820
|
+
function datasetReferenceDeserializer(item) {
|
|
4821
|
+
return {
|
|
4822
|
+
name: item["name"],
|
|
4823
|
+
version: item["version"]
|
|
4824
|
+
};
|
|
4825
|
+
}
|
|
4826
|
+
function evaluatorCredentialRequestSerializer(item) {
|
|
4827
|
+
return { blob_uri: item["blob_uri"] };
|
|
4828
|
+
}
|
|
4829
|
+
function evaluatorGenerationJobSerializer(item) {
|
|
4830
|
+
if (!item["inputs"]) {
|
|
4831
|
+
return {};
|
|
4832
|
+
}
|
|
4833
|
+
return evaluatorGenerationInputsSerializer(item["inputs"]);
|
|
4834
|
+
}
|
|
4835
|
+
function evaluatorGenerationJobDeserializer(item) {
|
|
4836
|
+
return {
|
|
4837
|
+
id: item["id"],
|
|
4838
|
+
inputs: !item["inputs"] ? item["inputs"] : evaluatorGenerationInputsDeserializer(item["inputs"]),
|
|
4839
|
+
result: !item["result"] ? item["result"] : evaluatorVersionDeserializer(item["result"]),
|
|
4840
|
+
status: item["status"],
|
|
4841
|
+
error: !item["error"] ? item["error"] : apiErrorDeserializer(item["error"]),
|
|
4842
|
+
created_at: new Date(item["created_at"] * 1e3),
|
|
4843
|
+
finished_at: !item["finished_at"] ? item["finished_at"] : new Date(item["finished_at"] * 1e3),
|
|
4844
|
+
usage: !item["usage"] ? item["usage"] : evaluatorGenerationTokenUsageDeserializer(item["usage"])
|
|
4845
|
+
};
|
|
4846
|
+
}
|
|
4847
|
+
function evaluatorGenerationInputsSerializer(item) {
|
|
4848
|
+
return {
|
|
4849
|
+
sources: evaluatorGenerationJobSourceUnionArraySerializer(item["sources"]),
|
|
4850
|
+
model: item["model"],
|
|
4851
|
+
evaluator_name: item["evaluator_name"],
|
|
4852
|
+
evaluator_display_name: item["evaluator_display_name"],
|
|
4853
|
+
evaluator_description: item["evaluator_description"]
|
|
4854
|
+
};
|
|
4855
|
+
}
|
|
4856
|
+
function evaluatorGenerationInputsDeserializer(item) {
|
|
4857
|
+
return {
|
|
4858
|
+
sources: evaluatorGenerationJobSourceUnionArrayDeserializer(item["sources"]),
|
|
4859
|
+
model: item["model"],
|
|
4860
|
+
evaluator_name: item["evaluator_name"],
|
|
4861
|
+
evaluator_display_name: item["evaluator_display_name"],
|
|
4862
|
+
evaluator_description: item["evaluator_description"]
|
|
4863
|
+
};
|
|
4864
|
+
}
|
|
4865
|
+
function evaluatorGenerationJobSourceUnionArraySerializer(result) {
|
|
4866
|
+
return result.map((item) => {
|
|
4867
|
+
return evaluatorGenerationJobSourceUnionSerializer(item);
|
|
4868
|
+
});
|
|
4869
|
+
}
|
|
4870
|
+
function evaluatorGenerationJobSourceUnionArrayDeserializer(result) {
|
|
4871
|
+
return result.map((item) => {
|
|
4872
|
+
return evaluatorGenerationJobSourceUnionDeserializer(item);
|
|
4873
|
+
});
|
|
4874
|
+
}
|
|
4875
|
+
function evaluatorGenerationJobSourceSerializer(item) {
|
|
4032
4876
|
return { type: item["type"] };
|
|
4033
4877
|
}
|
|
4034
|
-
function
|
|
4878
|
+
function evaluatorGenerationJobSourceDeserializer(item) {
|
|
4035
4879
|
return {
|
|
4036
4880
|
type: item["type"]
|
|
4037
4881
|
};
|
|
4038
4882
|
}
|
|
4039
|
-
function
|
|
4883
|
+
function evaluatorGenerationJobSourceUnionSerializer(item) {
|
|
4040
4884
|
switch (item.type) {
|
|
4041
|
-
case "
|
|
4042
|
-
return
|
|
4885
|
+
case "prompt":
|
|
4886
|
+
return promptEvaluatorGenerationJobSourceSerializer(
|
|
4043
4887
|
item
|
|
4044
4888
|
);
|
|
4045
|
-
case "
|
|
4046
|
-
return
|
|
4047
|
-
case "
|
|
4048
|
-
return
|
|
4889
|
+
case "agent":
|
|
4890
|
+
return agentEvaluatorGenerationJobSourceSerializer(item);
|
|
4891
|
+
case "traces":
|
|
4892
|
+
return tracesEvaluatorGenerationJobSourceSerializer(
|
|
4893
|
+
item
|
|
4894
|
+
);
|
|
4895
|
+
case "dataset":
|
|
4896
|
+
return datasetEvaluatorGenerationJobSourceSerializer(
|
|
4049
4897
|
item
|
|
4050
4898
|
);
|
|
4051
4899
|
default:
|
|
4052
|
-
return
|
|
4900
|
+
return evaluatorGenerationJobSourceSerializer(item);
|
|
4053
4901
|
}
|
|
4054
4902
|
}
|
|
4055
|
-
function
|
|
4056
|
-
switch (item
|
|
4057
|
-
case "
|
|
4058
|
-
return
|
|
4903
|
+
function evaluatorGenerationJobSourceUnionDeserializer(item) {
|
|
4904
|
+
switch (item["type"]) {
|
|
4905
|
+
case "prompt":
|
|
4906
|
+
return promptEvaluatorGenerationJobSourceDeserializer(
|
|
4059
4907
|
item
|
|
4060
4908
|
);
|
|
4061
|
-
case "
|
|
4062
|
-
return
|
|
4063
|
-
|
|
4064
|
-
|
|
4909
|
+
case "agent":
|
|
4910
|
+
return agentEvaluatorGenerationJobSourceDeserializer(
|
|
4911
|
+
item
|
|
4912
|
+
);
|
|
4913
|
+
case "traces":
|
|
4914
|
+
return tracesEvaluatorGenerationJobSourceDeserializer(
|
|
4915
|
+
item
|
|
4916
|
+
);
|
|
4917
|
+
case "dataset":
|
|
4918
|
+
return datasetEvaluatorGenerationJobSourceDeserializer(
|
|
4065
4919
|
item
|
|
4066
4920
|
);
|
|
4067
4921
|
default:
|
|
4068
|
-
return
|
|
4922
|
+
return evaluatorGenerationJobSourceDeserializer(item);
|
|
4069
4923
|
}
|
|
4070
4924
|
}
|
|
4071
|
-
function
|
|
4925
|
+
function promptEvaluatorGenerationJobSourceSerializer(item) {
|
|
4926
|
+
return { type: item["type"], description: item["description"], prompt: item["prompt"] };
|
|
4927
|
+
}
|
|
4928
|
+
function promptEvaluatorGenerationJobSourceDeserializer(item) {
|
|
4072
4929
|
return {
|
|
4073
4930
|
type: item["type"],
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
modelConfiguration: !item["modelConfiguration"] ? item["modelConfiguration"] : insightModelConfigurationSerializer(item["modelConfiguration"])
|
|
4931
|
+
description: item["description"],
|
|
4932
|
+
prompt: item["prompt"]
|
|
4077
4933
|
};
|
|
4078
4934
|
}
|
|
4079
|
-
function
|
|
4935
|
+
function agentEvaluatorGenerationJobSourceSerializer(item) {
|
|
4080
4936
|
return {
|
|
4081
4937
|
type: item["type"],
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4938
|
+
description: item["description"],
|
|
4939
|
+
agent_name: item["agent_name"],
|
|
4940
|
+
agent_version: item["agent_version"]
|
|
4085
4941
|
};
|
|
4086
4942
|
}
|
|
4087
|
-
function
|
|
4088
|
-
return { modelDeploymentName: item["modelDeploymentName"] };
|
|
4089
|
-
}
|
|
4090
|
-
function insightModelConfigurationDeserializer(item) {
|
|
4943
|
+
function agentEvaluatorGenerationJobSourceDeserializer(item) {
|
|
4091
4944
|
return {
|
|
4092
|
-
|
|
4093
|
-
|
|
4945
|
+
type: item["type"],
|
|
4946
|
+
description: item["description"],
|
|
4947
|
+
agent_name: item["agent_name"],
|
|
4948
|
+
agent_version: item["agent_version"]
|
|
4949
|
+
};
|
|
4950
|
+
}
|
|
4951
|
+
function tracesEvaluatorGenerationJobSourceSerializer(item) {
|
|
4952
|
+
return {
|
|
4953
|
+
type: item["type"],
|
|
4954
|
+
description: item["description"],
|
|
4955
|
+
agent_id: item["agent_id"],
|
|
4956
|
+
agent_name: item["agent_name"],
|
|
4957
|
+
agent_version: item["agent_version"],
|
|
4958
|
+
start_time: !item["start_time"] ? item["start_time"] : item["start_time"].getTime() / 1e3 | 0,
|
|
4959
|
+
end_time: !item["end_time"] ? item["end_time"] : item["end_time"].getTime() / 1e3 | 0
|
|
4960
|
+
};
|
|
4961
|
+
}
|
|
4962
|
+
function tracesEvaluatorGenerationJobSourceDeserializer(item) {
|
|
4963
|
+
return {
|
|
4964
|
+
type: item["type"],
|
|
4965
|
+
description: item["description"],
|
|
4966
|
+
agent_id: item["agent_id"],
|
|
4967
|
+
agent_name: item["agent_name"],
|
|
4968
|
+
agent_version: item["agent_version"],
|
|
4969
|
+
start_time: !item["start_time"] ? item["start_time"] : new Date(item["start_time"] * 1e3),
|
|
4970
|
+
end_time: !item["end_time"] ? item["end_time"] : new Date(item["end_time"] * 1e3)
|
|
4971
|
+
};
|
|
4972
|
+
}
|
|
4973
|
+
function datasetEvaluatorGenerationJobSourceSerializer(item) {
|
|
4974
|
+
return {
|
|
4975
|
+
type: item["type"],
|
|
4976
|
+
description: item["description"],
|
|
4977
|
+
name: item["name"],
|
|
4978
|
+
version: item["version"]
|
|
4979
|
+
};
|
|
4980
|
+
}
|
|
4981
|
+
function datasetEvaluatorGenerationJobSourceDeserializer(item) {
|
|
4982
|
+
return {
|
|
4983
|
+
type: item["type"],
|
|
4984
|
+
description: item["description"],
|
|
4985
|
+
name: item["name"],
|
|
4986
|
+
version: item["version"]
|
|
4987
|
+
};
|
|
4988
|
+
}
|
|
4989
|
+
function evaluatorGenerationTokenUsageDeserializer(item) {
|
|
4990
|
+
return {
|
|
4991
|
+
input_tokens: item["input_tokens"],
|
|
4992
|
+
output_tokens: item["output_tokens"],
|
|
4993
|
+
total_tokens: item["total_tokens"]
|
|
4994
|
+
};
|
|
4995
|
+
}
|
|
4996
|
+
function _agentsPagedResultEvaluatorGenerationJobDeserializer(item) {
|
|
4997
|
+
return {
|
|
4998
|
+
data: evaluatorGenerationJobArrayDeserializer(item["value"] ?? item["data"] ?? []),
|
|
4999
|
+
first_id: item["first_id"],
|
|
5000
|
+
last_id: item["last_id"],
|
|
5001
|
+
has_more: item["has_more"] ?? false
|
|
5002
|
+
};
|
|
5003
|
+
}
|
|
5004
|
+
function evaluatorGenerationJobArraySerializer(result) {
|
|
5005
|
+
return result.map((item) => {
|
|
5006
|
+
return evaluatorGenerationJobSerializer(item);
|
|
5007
|
+
});
|
|
5008
|
+
}
|
|
5009
|
+
function evaluatorGenerationJobArrayDeserializer(result) {
|
|
5010
|
+
return result.map((item) => {
|
|
5011
|
+
return evaluatorGenerationJobDeserializer(item);
|
|
5012
|
+
});
|
|
5013
|
+
}
|
|
5014
|
+
function insightSerializer(item) {
|
|
5015
|
+
return {
|
|
5016
|
+
displayName: item["displayName"],
|
|
5017
|
+
request: insightRequestUnionSerializer(item["request"])
|
|
5018
|
+
};
|
|
5019
|
+
}
|
|
5020
|
+
function insightDeserializer(item) {
|
|
5021
|
+
return {
|
|
5022
|
+
insight_id: item["id"],
|
|
5023
|
+
metadata: insightsMetadataDeserializer(item["metadata"]),
|
|
5024
|
+
state: item["state"],
|
|
5025
|
+
displayName: item["displayName"],
|
|
5026
|
+
request: insightRequestUnionDeserializer(item["request"]),
|
|
5027
|
+
result: !item["result"] ? item["result"] : insightResultUnionDeserializer(item["result"])
|
|
5028
|
+
};
|
|
5029
|
+
}
|
|
5030
|
+
function insightsMetadataDeserializer(item) {
|
|
5031
|
+
return {
|
|
5032
|
+
createdAt: new Date(item["createdAt"]),
|
|
5033
|
+
completedAt: !item["completedAt"] ? item["completedAt"] : new Date(item["completedAt"])
|
|
5034
|
+
};
|
|
5035
|
+
}
|
|
5036
|
+
function insightRequestSerializer(item) {
|
|
5037
|
+
return { type: item["type"] };
|
|
5038
|
+
}
|
|
5039
|
+
function insightRequestDeserializer(item) {
|
|
5040
|
+
return {
|
|
5041
|
+
type: item["type"]
|
|
5042
|
+
};
|
|
5043
|
+
}
|
|
5044
|
+
function insightRequestUnionSerializer(item) {
|
|
5045
|
+
switch (item.type) {
|
|
5046
|
+
case "EvaluationRunClusterInsight":
|
|
5047
|
+
return evaluationRunClusterInsightRequestSerializer(
|
|
5048
|
+
item
|
|
5049
|
+
);
|
|
5050
|
+
case "AgentClusterInsight":
|
|
5051
|
+
return agentClusterInsightRequestSerializer(item);
|
|
5052
|
+
case "EvaluationComparison":
|
|
5053
|
+
return evaluationComparisonInsightRequestSerializer(
|
|
5054
|
+
item
|
|
5055
|
+
);
|
|
5056
|
+
default:
|
|
5057
|
+
return insightRequestSerializer(item);
|
|
5058
|
+
}
|
|
5059
|
+
}
|
|
5060
|
+
function insightRequestUnionDeserializer(item) {
|
|
5061
|
+
switch (item["type"]) {
|
|
5062
|
+
case "EvaluationRunClusterInsight":
|
|
5063
|
+
return evaluationRunClusterInsightRequestDeserializer(
|
|
5064
|
+
item
|
|
5065
|
+
);
|
|
5066
|
+
case "AgentClusterInsight":
|
|
5067
|
+
return agentClusterInsightRequestDeserializer(item);
|
|
5068
|
+
case "EvaluationComparison":
|
|
5069
|
+
return evaluationComparisonInsightRequestDeserializer(
|
|
5070
|
+
item
|
|
5071
|
+
);
|
|
5072
|
+
default:
|
|
5073
|
+
return insightRequestDeserializer(item);
|
|
5074
|
+
}
|
|
5075
|
+
}
|
|
5076
|
+
function evaluationRunClusterInsightRequestSerializer(item) {
|
|
5077
|
+
return {
|
|
5078
|
+
type: item["type"],
|
|
5079
|
+
evalId: item["evalId"],
|
|
5080
|
+
runIds: item["runIds"],
|
|
5081
|
+
modelConfiguration: !item["modelConfiguration"] ? item["modelConfiguration"] : insightModelConfigurationSerializer(item["modelConfiguration"])
|
|
5082
|
+
};
|
|
5083
|
+
}
|
|
5084
|
+
function evaluationRunClusterInsightRequestDeserializer(item) {
|
|
5085
|
+
return {
|
|
5086
|
+
type: item["type"],
|
|
5087
|
+
evalId: item["evalId"],
|
|
5088
|
+
runIds: item["runIds"],
|
|
5089
|
+
modelConfiguration: !item["modelConfiguration"] ? item["modelConfiguration"] : insightModelConfigurationDeserializer(item["modelConfiguration"])
|
|
5090
|
+
};
|
|
5091
|
+
}
|
|
5092
|
+
function insightModelConfigurationSerializer(item) {
|
|
5093
|
+
return { modelDeploymentName: item["modelDeploymentName"] };
|
|
5094
|
+
}
|
|
5095
|
+
function insightModelConfigurationDeserializer(item) {
|
|
5096
|
+
return {
|
|
5097
|
+
modelDeploymentName: item["modelDeploymentName"]
|
|
5098
|
+
};
|
|
4094
5099
|
}
|
|
4095
5100
|
function agentClusterInsightRequestSerializer(item) {
|
|
4096
5101
|
return {
|
|
@@ -4350,14 +5355,18 @@ function memoryStoreDefaultOptionsSerializer(item) {
|
|
|
4350
5355
|
return {
|
|
4351
5356
|
user_profile_enabled: item["user_profile_enabled"],
|
|
4352
5357
|
user_profile_details: item["user_profile_details"],
|
|
4353
|
-
chat_summary_enabled: item["chat_summary_enabled"]
|
|
5358
|
+
chat_summary_enabled: item["chat_summary_enabled"],
|
|
5359
|
+
procedural_memory_enabled: item["procedural_memory_enabled"],
|
|
5360
|
+
default_ttl_seconds: item["default_ttl_seconds"]
|
|
4354
5361
|
};
|
|
4355
5362
|
}
|
|
4356
5363
|
function memoryStoreDefaultOptionsDeserializer(item) {
|
|
4357
5364
|
return {
|
|
4358
5365
|
user_profile_enabled: item["user_profile_enabled"],
|
|
4359
5366
|
user_profile_details: item["user_profile_details"],
|
|
4360
|
-
chat_summary_enabled: item["chat_summary_enabled"]
|
|
5367
|
+
chat_summary_enabled: item["chat_summary_enabled"],
|
|
5368
|
+
procedural_memory_enabled: item["procedural_memory_enabled"],
|
|
5369
|
+
default_ttl_seconds: item["default_ttl_seconds"]
|
|
4361
5370
|
};
|
|
4362
5371
|
}
|
|
4363
5372
|
function memoryStoreDeserializer(item) {
|
|
@@ -4424,6 +5433,8 @@ function memoryItemUnionDeserializer(item) {
|
|
|
4424
5433
|
return userProfileMemoryItemDeserializer(item);
|
|
4425
5434
|
case "chat_summary":
|
|
4426
5435
|
return chatSummaryMemoryItemDeserializer(item);
|
|
5436
|
+
case "procedural":
|
|
5437
|
+
return proceduralMemoryItemDeserializer(item);
|
|
4427
5438
|
default:
|
|
4428
5439
|
return memoryItemDeserializer(item);
|
|
4429
5440
|
}
|
|
@@ -4446,6 +5457,15 @@ function chatSummaryMemoryItemDeserializer(item) {
|
|
|
4446
5457
|
kind: item["kind"]
|
|
4447
5458
|
};
|
|
4448
5459
|
}
|
|
5460
|
+
function proceduralMemoryItemDeserializer(item) {
|
|
5461
|
+
return {
|
|
5462
|
+
memory_id: item["memory_id"],
|
|
5463
|
+
updated_at: new Date(item["updated_at"] * 1e3),
|
|
5464
|
+
scope: item["scope"],
|
|
5465
|
+
content: item["content"],
|
|
5466
|
+
kind: item["kind"]
|
|
5467
|
+
};
|
|
5468
|
+
}
|
|
4449
5469
|
function memoryStoreOperationUsageDeserializer(item) {
|
|
4450
5470
|
return {
|
|
4451
5471
|
embedding_tokens: item["embedding_tokens"],
|
|
@@ -4474,7 +5494,7 @@ function memoryStoreUpdateResponseDeserializer(item) {
|
|
|
4474
5494
|
status: item["status"],
|
|
4475
5495
|
superseded_by: item["superseded_by"],
|
|
4476
5496
|
result: !item["result"] ? item["result"] : memoryStoreUpdateCompletedResultDeserializer(item["result"]),
|
|
4477
|
-
error: !item["error"] ? item["error"] :
|
|
5497
|
+
error: !item["error"] ? item["error"] : apiErrorDeserializer(item["error"])
|
|
4478
5498
|
};
|
|
4479
5499
|
}
|
|
4480
5500
|
function memoryStoreUpdateCompletedResultDeserializer(item) {
|
|
@@ -4502,6 +5522,153 @@ function memoryStoreDeleteScopeResponseDeserializer(item) {
|
|
|
4502
5522
|
deleted: item["deleted"]
|
|
4503
5523
|
};
|
|
4504
5524
|
}
|
|
5525
|
+
function _agentsPagedResultMemoryItemDeserializer(item) {
|
|
5526
|
+
return {
|
|
5527
|
+
data: memoryItemUnionArrayDeserializer(item["data"]),
|
|
5528
|
+
first_id: item["first_id"],
|
|
5529
|
+
last_id: item["last_id"],
|
|
5530
|
+
has_more: item["has_more"]
|
|
5531
|
+
};
|
|
5532
|
+
}
|
|
5533
|
+
function memoryItemUnionArrayDeserializer(result) {
|
|
5534
|
+
return result.map((item) => {
|
|
5535
|
+
return memoryItemUnionDeserializer(item);
|
|
5536
|
+
});
|
|
5537
|
+
}
|
|
5538
|
+
function deleteMemoryResponseDeserializer(item) {
|
|
5539
|
+
return {
|
|
5540
|
+
object: item["object"],
|
|
5541
|
+
memory_id: item["memory_id"],
|
|
5542
|
+
deleted: item["deleted"]
|
|
5543
|
+
};
|
|
5544
|
+
}
|
|
5545
|
+
function _pagedModelVersionDeserializer(item) {
|
|
5546
|
+
return {
|
|
5547
|
+
value: modelVersionArrayDeserializer(item["value"]),
|
|
5548
|
+
nextLink: item["nextLink"]
|
|
5549
|
+
};
|
|
5550
|
+
}
|
|
5551
|
+
function modelVersionArraySerializer(result) {
|
|
5552
|
+
return result.map((item) => {
|
|
5553
|
+
return modelVersionSerializer(item);
|
|
5554
|
+
});
|
|
5555
|
+
}
|
|
5556
|
+
function modelVersionArrayDeserializer(result) {
|
|
5557
|
+
return result.map((item) => {
|
|
5558
|
+
return modelVersionDeserializer(item);
|
|
5559
|
+
});
|
|
5560
|
+
}
|
|
5561
|
+
function modelVersionSerializer(item) {
|
|
5562
|
+
return {
|
|
5563
|
+
blobUri: item["blobUri"],
|
|
5564
|
+
weightType: item["weightType"],
|
|
5565
|
+
baseModel: item["baseModel"],
|
|
5566
|
+
source: !item["source"] ? item["source"] : modelSourceDataSerializer(item["source"]),
|
|
5567
|
+
loraConfig: !item["loraConfig"] ? item["loraConfig"] : loraConfigSerializer(item["loraConfig"]),
|
|
5568
|
+
description: item["description"],
|
|
5569
|
+
tags: item["tags"]
|
|
5570
|
+
};
|
|
5571
|
+
}
|
|
5572
|
+
function modelVersionDeserializer(item) {
|
|
5573
|
+
return {
|
|
5574
|
+
systemData: !item["systemData"] ? item["systemData"] : systemDataV3Deserializer(item["systemData"]),
|
|
5575
|
+
blobUri: item["blobUri"],
|
|
5576
|
+
weightType: item["weightType"],
|
|
5577
|
+
baseModel: item["baseModel"],
|
|
5578
|
+
source: !item["source"] ? item["source"] : modelSourceDataDeserializer(item["source"]),
|
|
5579
|
+
loraConfig: !item["loraConfig"] ? item["loraConfig"] : loraConfigDeserializer(item["loraConfig"]),
|
|
5580
|
+
artifactProfile: !item["artifactProfile"] ? item["artifactProfile"] : artifactProfileDeserializer(item["artifactProfile"]),
|
|
5581
|
+
warnings: !item["warnings"] ? item["warnings"] : foundryModelWarningArrayDeserializer(item["warnings"]),
|
|
5582
|
+
id: item["id"],
|
|
5583
|
+
name: item["name"],
|
|
5584
|
+
version: item["version"],
|
|
5585
|
+
description: item["description"],
|
|
5586
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p]))
|
|
5587
|
+
};
|
|
5588
|
+
}
|
|
5589
|
+
function systemDataV3Deserializer(item) {
|
|
5590
|
+
return {
|
|
5591
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"] * 1e3),
|
|
5592
|
+
createdBy: item["createdBy"],
|
|
5593
|
+
createdByType: item["createdByType"],
|
|
5594
|
+
lastModifiedAt: !item["lastModifiedAt"] ? item["lastModifiedAt"] : new Date(item["lastModifiedAt"] * 1e3)
|
|
5595
|
+
};
|
|
5596
|
+
}
|
|
5597
|
+
function modelSourceDataSerializer(item) {
|
|
5598
|
+
return { sourceType: item["sourceType"], jobId: item["jobId"] };
|
|
5599
|
+
}
|
|
5600
|
+
function modelSourceDataDeserializer(item) {
|
|
5601
|
+
return {
|
|
5602
|
+
sourceType: item["sourceType"],
|
|
5603
|
+
jobId: item["jobId"]
|
|
5604
|
+
};
|
|
5605
|
+
}
|
|
5606
|
+
function loraConfigSerializer(item) {
|
|
5607
|
+
return {
|
|
5608
|
+
rank: item["rank"],
|
|
5609
|
+
alpha: item["alpha"],
|
|
5610
|
+
targetModules: !item["targetModules"] ? item["targetModules"] : item["targetModules"].map((p) => {
|
|
5611
|
+
return p;
|
|
5612
|
+
}),
|
|
5613
|
+
dropout: item["dropout"]
|
|
5614
|
+
};
|
|
5615
|
+
}
|
|
5616
|
+
function loraConfigDeserializer(item) {
|
|
5617
|
+
return {
|
|
5618
|
+
rank: item["rank"],
|
|
5619
|
+
alpha: item["alpha"],
|
|
5620
|
+
targetModules: !item["targetModules"] ? item["targetModules"] : item["targetModules"].map((p) => {
|
|
5621
|
+
return p;
|
|
5622
|
+
}),
|
|
5623
|
+
dropout: item["dropout"]
|
|
5624
|
+
};
|
|
5625
|
+
}
|
|
5626
|
+
function artifactProfileDeserializer(item) {
|
|
5627
|
+
return {
|
|
5628
|
+
category: item["category"],
|
|
5629
|
+
signals: !item["signals"] ? item["signals"] : item["signals"].map((p) => {
|
|
5630
|
+
return p;
|
|
5631
|
+
})
|
|
5632
|
+
};
|
|
5633
|
+
}
|
|
5634
|
+
function foundryModelWarningArrayDeserializer(result) {
|
|
5635
|
+
return result.map((item) => {
|
|
5636
|
+
return foundryModelWarningDeserializer(item);
|
|
5637
|
+
});
|
|
5638
|
+
}
|
|
5639
|
+
function foundryModelWarningDeserializer(item) {
|
|
5640
|
+
return {
|
|
5641
|
+
code: item["code"],
|
|
5642
|
+
message: item["message"]
|
|
5643
|
+
};
|
|
5644
|
+
}
|
|
5645
|
+
function updateModelVersionRequestSerializer(item) {
|
|
5646
|
+
return { description: item["description"], tags: item["tags"] };
|
|
5647
|
+
}
|
|
5648
|
+
function _createAsyncResponseDeserializer(item) {
|
|
5649
|
+
return {
|
|
5650
|
+
location: item["location"],
|
|
5651
|
+
operationResult: item["operationResult"]
|
|
5652
|
+
};
|
|
5653
|
+
}
|
|
5654
|
+
function modelPendingUploadRequestSerializer(item) {
|
|
5655
|
+
return {
|
|
5656
|
+
pendingUploadId: item["pendingUploadId"],
|
|
5657
|
+
connectionName: item["connectionName"],
|
|
5658
|
+
pendingUploadType: item["pendingUploadType"]
|
|
5659
|
+
};
|
|
5660
|
+
}
|
|
5661
|
+
function modelPendingUploadResponseDeserializer(item) {
|
|
5662
|
+
return {
|
|
5663
|
+
blobReference: blobReferenceDeserializer(item["blobReference"]),
|
|
5664
|
+
pendingUploadId: item["pendingUploadId"],
|
|
5665
|
+
version: item["version"],
|
|
5666
|
+
pendingUploadType: item["pendingUploadType"]
|
|
5667
|
+
};
|
|
5668
|
+
}
|
|
5669
|
+
function modelCredentialRequestSerializer(item) {
|
|
5670
|
+
return { blobUri: item["blobUri"] };
|
|
5671
|
+
}
|
|
4505
5672
|
function redTeamSerializer(item) {
|
|
4506
5673
|
return {
|
|
4507
5674
|
displayName: item["displayName"],
|
|
@@ -4512,7 +5679,7 @@ function redTeamSerializer(item) {
|
|
|
4512
5679
|
applicationScenario: item["applicationScenario"],
|
|
4513
5680
|
tags: item["tags"],
|
|
4514
5681
|
properties: item["properties"],
|
|
4515
|
-
target: item["target"] ?
|
|
5682
|
+
target: item["target"] ? redTeamTargetConfigUnionSerializer(item["target"]) : void 0
|
|
4516
5683
|
};
|
|
4517
5684
|
}
|
|
4518
5685
|
function redTeamDeserializer(item) {
|
|
@@ -4527,31 +5694,31 @@ function redTeamDeserializer(item) {
|
|
|
4527
5694
|
tags: item["tags"],
|
|
4528
5695
|
properties: item["properties"],
|
|
4529
5696
|
status: item["status"],
|
|
4530
|
-
target: item["target"] ?
|
|
5697
|
+
target: item["target"] ? redTeamTargetConfigUnionDeserializer(item["target"]) : void 0
|
|
4531
5698
|
};
|
|
4532
5699
|
}
|
|
4533
|
-
function
|
|
5700
|
+
function redTeamTargetConfigSerializer(item) {
|
|
4534
5701
|
return { type: item["type"] };
|
|
4535
5702
|
}
|
|
4536
|
-
function
|
|
5703
|
+
function redTeamTargetConfigDeserializer(item) {
|
|
4537
5704
|
return {
|
|
4538
5705
|
type: item["type"]
|
|
4539
5706
|
};
|
|
4540
5707
|
}
|
|
4541
|
-
function
|
|
5708
|
+
function redTeamTargetConfigUnionSerializer(item) {
|
|
4542
5709
|
switch (item.type) {
|
|
4543
5710
|
case "AzureOpenAIModel":
|
|
4544
5711
|
return azureOpenAIModelConfigurationSerializer(item);
|
|
4545
5712
|
default:
|
|
4546
|
-
return
|
|
5713
|
+
return redTeamTargetConfigSerializer(item);
|
|
4547
5714
|
}
|
|
4548
5715
|
}
|
|
4549
|
-
function
|
|
5716
|
+
function redTeamTargetConfigUnionDeserializer(item) {
|
|
4550
5717
|
switch (item.type) {
|
|
4551
5718
|
case "AzureOpenAIModel":
|
|
4552
5719
|
return azureOpenAIModelConfigurationDeserializer(item);
|
|
4553
5720
|
default:
|
|
4554
|
-
return
|
|
5721
|
+
return redTeamTargetConfigDeserializer(item);
|
|
4555
5722
|
}
|
|
4556
5723
|
}
|
|
4557
5724
|
function azureOpenAIModelConfigurationSerializer(item) {
|
|
@@ -4579,25 +5746,299 @@ function redTeamArrayDeserializer(result) {
|
|
|
4579
5746
|
return redTeamDeserializer(item);
|
|
4580
5747
|
});
|
|
4581
5748
|
}
|
|
4582
|
-
function
|
|
5749
|
+
function routineTriggerUnionRecordSerializer(item) {
|
|
5750
|
+
const result = {};
|
|
5751
|
+
Object.keys(item).map((key) => {
|
|
5752
|
+
result[key] = !item[key] ? item[key] : routineTriggerUnionSerializer(item[key]);
|
|
5753
|
+
});
|
|
5754
|
+
return result;
|
|
5755
|
+
}
|
|
5756
|
+
function routineTriggerUnionRecordDeserializer(item) {
|
|
5757
|
+
const result = {};
|
|
5758
|
+
Object.keys(item).map((key) => {
|
|
5759
|
+
result[key] = !item[key] ? item[key] : routineTriggerUnionDeserializer(item[key]);
|
|
5760
|
+
});
|
|
5761
|
+
return result;
|
|
5762
|
+
}
|
|
5763
|
+
function routineTriggerSerializer(item) {
|
|
5764
|
+
return { type: item["type"] };
|
|
5765
|
+
}
|
|
5766
|
+
function routineTriggerDeserializer(item) {
|
|
4583
5767
|
return {
|
|
4584
|
-
|
|
4585
|
-
description: item["description"],
|
|
4586
|
-
enabled: item["enabled"],
|
|
4587
|
-
trigger: triggerUnionSerializer(item["trigger"]),
|
|
4588
|
-
task: scheduleTaskUnionSerializer(item["task"]),
|
|
4589
|
-
tags: item["tags"],
|
|
4590
|
-
properties: item["properties"]
|
|
5768
|
+
type: item["type"]
|
|
4591
5769
|
};
|
|
4592
5770
|
}
|
|
4593
|
-
function
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
5771
|
+
function routineTriggerUnionSerializer(item) {
|
|
5772
|
+
switch (item.type) {
|
|
5773
|
+
case "schedule":
|
|
5774
|
+
return scheduleRoutineTriggerSerializer(item);
|
|
5775
|
+
case "timer":
|
|
5776
|
+
return timerRoutineTriggerSerializer(item);
|
|
5777
|
+
case "github_issue":
|
|
5778
|
+
return gitHubIssueRoutineTriggerSerializer(item);
|
|
5779
|
+
case "custom":
|
|
5780
|
+
return customRoutineTriggerSerializer(item);
|
|
5781
|
+
default:
|
|
5782
|
+
return routineTriggerSerializer(item);
|
|
5783
|
+
}
|
|
5784
|
+
}
|
|
5785
|
+
function routineTriggerUnionDeserializer(item) {
|
|
5786
|
+
switch (item["type"]) {
|
|
5787
|
+
case "schedule":
|
|
5788
|
+
return scheduleRoutineTriggerDeserializer(item);
|
|
5789
|
+
case "timer":
|
|
5790
|
+
return timerRoutineTriggerDeserializer(item);
|
|
5791
|
+
case "github_issue":
|
|
5792
|
+
return gitHubIssueRoutineTriggerDeserializer(item);
|
|
5793
|
+
case "custom":
|
|
5794
|
+
return customRoutineTriggerDeserializer(item);
|
|
5795
|
+
default:
|
|
5796
|
+
return routineTriggerDeserializer(item);
|
|
5797
|
+
}
|
|
5798
|
+
}
|
|
5799
|
+
function scheduleRoutineTriggerSerializer(item) {
|
|
5800
|
+
return {
|
|
5801
|
+
type: item["type"],
|
|
5802
|
+
cron_expression: item["cron_expression"],
|
|
5803
|
+
time_zone: item["time_zone"]
|
|
5804
|
+
};
|
|
5805
|
+
}
|
|
5806
|
+
function scheduleRoutineTriggerDeserializer(item) {
|
|
5807
|
+
return {
|
|
5808
|
+
type: item["type"],
|
|
5809
|
+
cron_expression: item["cron_expression"],
|
|
5810
|
+
time_zone: item["time_zone"]
|
|
5811
|
+
};
|
|
5812
|
+
}
|
|
5813
|
+
function timerRoutineTriggerSerializer(item) {
|
|
5814
|
+
return { type: item["type"], at: !item["at"] ? item["at"] : item["at"].toISOString() };
|
|
5815
|
+
}
|
|
5816
|
+
function timerRoutineTriggerDeserializer(item) {
|
|
5817
|
+
return {
|
|
5818
|
+
type: item["type"],
|
|
5819
|
+
at: !item["at"] ? item["at"] : new Date(item["at"])
|
|
5820
|
+
};
|
|
5821
|
+
}
|
|
5822
|
+
function gitHubIssueRoutineTriggerSerializer(item) {
|
|
5823
|
+
return {
|
|
5824
|
+
type: item["type"],
|
|
5825
|
+
connection_id: item["connection_id"],
|
|
5826
|
+
owner: item["owner"],
|
|
5827
|
+
repository: item["repository"],
|
|
5828
|
+
issue_event: item["issue_event"]
|
|
5829
|
+
};
|
|
5830
|
+
}
|
|
5831
|
+
function gitHubIssueRoutineTriggerDeserializer(item) {
|
|
5832
|
+
return {
|
|
5833
|
+
type: item["type"],
|
|
5834
|
+
connection_id: item["connection_id"],
|
|
5835
|
+
owner: item["owner"],
|
|
5836
|
+
repository: item["repository"],
|
|
5837
|
+
issue_event: item["issue_event"]
|
|
5838
|
+
};
|
|
5839
|
+
}
|
|
5840
|
+
function customRoutineTriggerSerializer(item) {
|
|
5841
|
+
return {
|
|
5842
|
+
type: item["type"],
|
|
5843
|
+
provider: item["provider"],
|
|
5844
|
+
event_name: item["event_name"],
|
|
5845
|
+
parameters: item["parameters"]
|
|
5846
|
+
};
|
|
5847
|
+
}
|
|
5848
|
+
function customRoutineTriggerDeserializer(item) {
|
|
5849
|
+
return {
|
|
5850
|
+
type: item["type"],
|
|
5851
|
+
provider: item["provider"],
|
|
5852
|
+
event_name: item["event_name"],
|
|
5853
|
+
parameters: Object.fromEntries(
|
|
5854
|
+
Object.entries(item["parameters"]).map(([k, p]) => [k, p])
|
|
5855
|
+
)
|
|
5856
|
+
};
|
|
5857
|
+
}
|
|
5858
|
+
function routineActionSerializer(item) {
|
|
5859
|
+
return { type: item["type"] };
|
|
5860
|
+
}
|
|
5861
|
+
function routineActionDeserializer(item) {
|
|
5862
|
+
return {
|
|
5863
|
+
type: item["type"]
|
|
5864
|
+
};
|
|
5865
|
+
}
|
|
5866
|
+
function routineActionUnionSerializer(item) {
|
|
5867
|
+
switch (item.type) {
|
|
5868
|
+
case "invoke_agent_responses_api":
|
|
5869
|
+
return invokeAgentResponsesApiRoutineActionSerializer(
|
|
5870
|
+
item
|
|
5871
|
+
);
|
|
5872
|
+
case "invoke_agent_invocations_api":
|
|
5873
|
+
return invokeAgentInvocationsApiRoutineActionSerializer(
|
|
5874
|
+
item
|
|
5875
|
+
);
|
|
5876
|
+
default:
|
|
5877
|
+
return routineActionSerializer(item);
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
function routineActionUnionDeserializer(item) {
|
|
5881
|
+
switch (item["type"]) {
|
|
5882
|
+
case "invoke_agent_responses_api":
|
|
5883
|
+
return invokeAgentResponsesApiRoutineActionDeserializer(
|
|
5884
|
+
item
|
|
5885
|
+
);
|
|
5886
|
+
case "invoke_agent_invocations_api":
|
|
5887
|
+
return invokeAgentInvocationsApiRoutineActionDeserializer(
|
|
5888
|
+
item
|
|
5889
|
+
);
|
|
5890
|
+
default:
|
|
5891
|
+
return routineActionDeserializer(item);
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5894
|
+
function invokeAgentResponsesApiRoutineActionSerializer(item) {
|
|
5895
|
+
return {
|
|
5896
|
+
type: item["type"],
|
|
5897
|
+
agent_name: item["agent_name"],
|
|
5898
|
+
agent_endpoint_id: item["agent_endpoint_id"],
|
|
5899
|
+
input: item["input"],
|
|
5900
|
+
conversation: item["conversation"]
|
|
5901
|
+
};
|
|
5902
|
+
}
|
|
5903
|
+
function invokeAgentResponsesApiRoutineActionDeserializer(item) {
|
|
5904
|
+
return {
|
|
5905
|
+
type: item["type"],
|
|
5906
|
+
agent_name: item["agent_name"],
|
|
5907
|
+
agent_endpoint_id: item["agent_endpoint_id"],
|
|
5908
|
+
input: item["input"],
|
|
5909
|
+
conversation: item["conversation"]
|
|
5910
|
+
};
|
|
5911
|
+
}
|
|
5912
|
+
function invokeAgentInvocationsApiRoutineActionSerializer(item) {
|
|
5913
|
+
return {
|
|
5914
|
+
type: item["type"],
|
|
5915
|
+
agent_name: item["agent_name"],
|
|
5916
|
+
agent_endpoint_id: item["agent_endpoint_id"],
|
|
5917
|
+
input: item["input"],
|
|
5918
|
+
session_id: item["session_id"]
|
|
5919
|
+
};
|
|
5920
|
+
}
|
|
5921
|
+
function invokeAgentInvocationsApiRoutineActionDeserializer(item) {
|
|
5922
|
+
return {
|
|
5923
|
+
type: item["type"],
|
|
5924
|
+
agent_name: item["agent_name"],
|
|
5925
|
+
agent_endpoint_id: item["agent_endpoint_id"],
|
|
5926
|
+
input: item["input"],
|
|
5927
|
+
session_id: item["session_id"]
|
|
5928
|
+
};
|
|
5929
|
+
}
|
|
5930
|
+
function routineDeserializer(item) {
|
|
5931
|
+
return {
|
|
5932
|
+
name: item["name"],
|
|
5933
|
+
description: item["description"],
|
|
5934
|
+
enabled: item["enabled"],
|
|
5935
|
+
triggers: !item["triggers"] ? item["triggers"] : routineTriggerUnionRecordDeserializer(item["triggers"]),
|
|
5936
|
+
action: !item["action"] ? item["action"] : routineActionUnionDeserializer(item["action"]),
|
|
5937
|
+
created_at: !item["created_at"] ? item["created_at"] : new Date(item["created_at"] * 1e3),
|
|
5938
|
+
updated_at: !item["updated_at"] ? item["updated_at"] : new Date(item["updated_at"] * 1e3)
|
|
5939
|
+
};
|
|
5940
|
+
}
|
|
5941
|
+
function _agentsPagedResultRoutineDeserializer(item) {
|
|
5942
|
+
return {
|
|
5943
|
+
data: routineArrayDeserializer(item["data"]),
|
|
5944
|
+
first_id: item["first_id"],
|
|
5945
|
+
last_id: item["last_id"],
|
|
5946
|
+
has_more: item["has_more"]
|
|
5947
|
+
};
|
|
5948
|
+
}
|
|
5949
|
+
function routineArrayDeserializer(result) {
|
|
5950
|
+
return (result ?? []).map((item) => {
|
|
5951
|
+
return routineDeserializer(item);
|
|
5952
|
+
});
|
|
5953
|
+
}
|
|
5954
|
+
function _agentsPagedResultRoutineRunDeserializer(item) {
|
|
5955
|
+
return {
|
|
5956
|
+
data: routineRunArrayDeserializer(item["data"]),
|
|
5957
|
+
first_id: item["first_id"],
|
|
5958
|
+
last_id: item["last_id"],
|
|
5959
|
+
has_more: item["has_more"]
|
|
5960
|
+
};
|
|
5961
|
+
}
|
|
5962
|
+
function routineRunArrayDeserializer(result) {
|
|
5963
|
+
return result.map((item) => {
|
|
5964
|
+
return routineRunDeserializer(item);
|
|
5965
|
+
});
|
|
5966
|
+
}
|
|
5967
|
+
function routineRunDeserializer(item) {
|
|
5968
|
+
return {
|
|
5969
|
+
id: item["id"],
|
|
5970
|
+
status: item["status"],
|
|
5971
|
+
phase: item["phase"],
|
|
5972
|
+
trigger_type: item["trigger_type"],
|
|
5973
|
+
trigger_name: item["trigger_name"],
|
|
5974
|
+
attempt_source: item["attempt_source"],
|
|
5975
|
+
action_type: item["action_type"],
|
|
5976
|
+
agent_id: item["agent_id"],
|
|
5977
|
+
agent_endpoint_id: item["agent_endpoint_id"],
|
|
5978
|
+
conversation_id: item["conversation_id"],
|
|
5979
|
+
session_id: item["session_id"],
|
|
5980
|
+
triggered_at: !item["triggered_at"] ? item["triggered_at"] : new Date(item["triggered_at"] * 1e3),
|
|
5981
|
+
scheduled_fire_at: !item["scheduled_fire_at"] ? item["scheduled_fire_at"] : new Date(item["scheduled_fire_at"] * 1e3),
|
|
5982
|
+
started_at: !item["started_at"] ? item["started_at"] : new Date(item["started_at"] * 1e3),
|
|
5983
|
+
ended_at: !item["ended_at"] ? item["ended_at"] : new Date(item["ended_at"] * 1e3),
|
|
5984
|
+
dispatch_id: item["dispatch_id"],
|
|
5985
|
+
action_correlation_id: item["action_correlation_id"],
|
|
5986
|
+
response_id: item["response_id"],
|
|
5987
|
+
task_id: item["task_id"],
|
|
5988
|
+
error_status_code: item["error_status_code"],
|
|
5989
|
+
error_type: item["error_type"],
|
|
5990
|
+
error_message: item["error_message"]
|
|
5991
|
+
};
|
|
5992
|
+
}
|
|
5993
|
+
function routineDispatchPayloadSerializer(item) {
|
|
5994
|
+
return { type: item["type"] };
|
|
5995
|
+
}
|
|
5996
|
+
function routineDispatchPayloadUnionSerializer(item) {
|
|
5997
|
+
switch (item.type) {
|
|
5998
|
+
case "invoke_agent_responses_api":
|
|
5999
|
+
return invokeAgentResponsesApiDispatchPayloadSerializer(
|
|
6000
|
+
item
|
|
6001
|
+
);
|
|
6002
|
+
case "invoke_agent_invocations_api":
|
|
6003
|
+
return invokeAgentInvocationsApiDispatchPayloadSerializer(
|
|
6004
|
+
item
|
|
6005
|
+
);
|
|
6006
|
+
default:
|
|
6007
|
+
return routineDispatchPayloadSerializer(item);
|
|
6008
|
+
}
|
|
6009
|
+
}
|
|
6010
|
+
function invokeAgentResponsesApiDispatchPayloadSerializer(item) {
|
|
6011
|
+
return { type: item["type"], input: item["input"] };
|
|
6012
|
+
}
|
|
6013
|
+
function invokeAgentInvocationsApiDispatchPayloadSerializer(item) {
|
|
6014
|
+
return { type: item["type"], input: item["input"] };
|
|
6015
|
+
}
|
|
6016
|
+
function dispatchRoutineResponseDeserializer(item) {
|
|
6017
|
+
return {
|
|
6018
|
+
dispatch_id: item["dispatch_id"],
|
|
6019
|
+
action_correlation_id: item["action_correlation_id"],
|
|
6020
|
+
task_id: item["task_id"]
|
|
6021
|
+
};
|
|
6022
|
+
}
|
|
6023
|
+
function scheduleSerializer(item) {
|
|
6024
|
+
return {
|
|
6025
|
+
displayName: item["displayName"],
|
|
6026
|
+
description: item["description"],
|
|
6027
|
+
enabled: item["enabled"],
|
|
6028
|
+
trigger: triggerUnionSerializer(item["trigger"]),
|
|
6029
|
+
task: scheduleTaskUnionSerializer(item["task"]),
|
|
6030
|
+
tags: item["tags"],
|
|
6031
|
+
properties: item["properties"]
|
|
6032
|
+
};
|
|
6033
|
+
}
|
|
6034
|
+
function scheduleDeserializer(item) {
|
|
6035
|
+
return {
|
|
6036
|
+
schedule_id: item["id"],
|
|
6037
|
+
displayName: item["displayName"],
|
|
6038
|
+
description: item["description"],
|
|
6039
|
+
enabled: item["enabled"],
|
|
6040
|
+
provisioningStatus: item["provisioningStatus"],
|
|
6041
|
+
trigger: triggerUnionDeserializer(item["trigger"]),
|
|
4601
6042
|
task: scheduleTaskUnionDeserializer(item["task"]),
|
|
4602
6043
|
tags: item["tags"],
|
|
4603
6044
|
properties: item["properties"],
|
|
@@ -4798,7 +6239,7 @@ function evaluationScheduleTaskSerializer(item) {
|
|
|
4798
6239
|
type: item["type"],
|
|
4799
6240
|
configuration: item["configuration"],
|
|
4800
6241
|
evalId: item["evalId"],
|
|
4801
|
-
evalRun:
|
|
6242
|
+
evalRun: item["evalRun"]
|
|
4802
6243
|
};
|
|
4803
6244
|
}
|
|
4804
6245
|
function evaluationScheduleTaskDeserializer(item) {
|
|
@@ -4806,15 +6247,9 @@ function evaluationScheduleTaskDeserializer(item) {
|
|
|
4806
6247
|
type: item["type"],
|
|
4807
6248
|
configuration: item["configuration"],
|
|
4808
6249
|
evalId: item["evalId"],
|
|
4809
|
-
evalRun:
|
|
6250
|
+
evalRun: item["evalRun"]
|
|
4810
6251
|
};
|
|
4811
6252
|
}
|
|
4812
|
-
function _evaluationScheduleTaskEvalRunSerializer(_item) {
|
|
4813
|
-
return {};
|
|
4814
|
-
}
|
|
4815
|
-
function _evaluationScheduleTaskEvalRunDeserializer(item) {
|
|
4816
|
-
return item;
|
|
4817
|
-
}
|
|
4818
6253
|
function insightScheduleTaskSerializer(item) {
|
|
4819
6254
|
return {
|
|
4820
6255
|
type: item["type"],
|
|
@@ -4866,6 +6301,50 @@ function scheduleRunArrayDeserializer(result) {
|
|
|
4866
6301
|
return scheduleRunDeserializer(item);
|
|
4867
6302
|
});
|
|
4868
6303
|
}
|
|
6304
|
+
function toolboxSkillUnionArraySerializer(result) {
|
|
6305
|
+
return result.map((item) => {
|
|
6306
|
+
return toolboxSkillUnionSerializer(item);
|
|
6307
|
+
});
|
|
6308
|
+
}
|
|
6309
|
+
function toolboxSkillUnionArrayDeserializer(result) {
|
|
6310
|
+
return result.map((item) => {
|
|
6311
|
+
return toolboxSkillUnionDeserializer(item);
|
|
6312
|
+
});
|
|
6313
|
+
}
|
|
6314
|
+
function toolboxSkillSerializer(item) {
|
|
6315
|
+
return { type: item["type"] };
|
|
6316
|
+
}
|
|
6317
|
+
function toolboxSkillDeserializer(item) {
|
|
6318
|
+
return {
|
|
6319
|
+
type: item["type"]
|
|
6320
|
+
};
|
|
6321
|
+
}
|
|
6322
|
+
function toolboxSkillUnionSerializer(item) {
|
|
6323
|
+
switch (item.type) {
|
|
6324
|
+
case "skill_reference":
|
|
6325
|
+
return toolboxSkillReferenceSerializer(item);
|
|
6326
|
+
default:
|
|
6327
|
+
return toolboxSkillSerializer(item);
|
|
6328
|
+
}
|
|
6329
|
+
}
|
|
6330
|
+
function toolboxSkillUnionDeserializer(item) {
|
|
6331
|
+
switch (item["type"]) {
|
|
6332
|
+
case "skill_reference":
|
|
6333
|
+
return toolboxSkillReferenceDeserializer(item);
|
|
6334
|
+
default:
|
|
6335
|
+
return toolboxSkillDeserializer(item);
|
|
6336
|
+
}
|
|
6337
|
+
}
|
|
6338
|
+
function toolboxSkillReferenceSerializer(item) {
|
|
6339
|
+
return { type: item["type"], name: item["name"], version: item["version"] };
|
|
6340
|
+
}
|
|
6341
|
+
function toolboxSkillReferenceDeserializer(item) {
|
|
6342
|
+
return {
|
|
6343
|
+
type: item["type"],
|
|
6344
|
+
name: item["name"],
|
|
6345
|
+
version: item["version"]
|
|
6346
|
+
};
|
|
6347
|
+
}
|
|
4869
6348
|
function toolboxPoliciesSerializer(item) {
|
|
4870
6349
|
return {
|
|
4871
6350
|
rai_config: !item["rai_config"] ? item["rai_config"] : raiConfigSerializer(item["rai_config"])
|
|
@@ -4887,6 +6366,7 @@ function toolboxVersionObjectDeserializer(item) {
|
|
|
4887
6366
|
description: item["description"],
|
|
4888
6367
|
created_at: new Date(item["created_at"] * 1e3),
|
|
4889
6368
|
tools: toolUnionArrayDeserializer(item["tools"]),
|
|
6369
|
+
skills: !item["skills"] ? item["skills"] : toolboxSkillUnionArrayDeserializer(item["skills"]),
|
|
4890
6370
|
policies: !item["policies"] ? item["policies"] : toolboxPoliciesDeserializer(item["policies"])
|
|
4891
6371
|
};
|
|
4892
6372
|
}
|
|
@@ -4923,34 +6403,411 @@ function toolboxVersionObjectArrayDeserializer(result) {
|
|
|
4923
6403
|
return toolboxVersionObjectDeserializer(item);
|
|
4924
6404
|
});
|
|
4925
6405
|
}
|
|
4926
|
-
function
|
|
6406
|
+
function skillDeserializer(item) {
|
|
4927
6407
|
return {
|
|
4928
|
-
|
|
4929
|
-
has_blob: item["has_blob"],
|
|
6408
|
+
id: item["id"],
|
|
4930
6409
|
name: item["name"],
|
|
4931
6410
|
description: item["description"],
|
|
4932
|
-
|
|
6411
|
+
created_at: new Date(item["created_at"] * 1e3),
|
|
6412
|
+
default_version: item["default_version"],
|
|
6413
|
+
latest_version: item["latest_version"]
|
|
4933
6414
|
};
|
|
4934
6415
|
}
|
|
4935
|
-
function
|
|
6416
|
+
function _agentsPagedResultSkillDeserializer(item) {
|
|
4936
6417
|
return {
|
|
4937
|
-
data:
|
|
4938
|
-
first_id: item
|
|
4939
|
-
last_id: item
|
|
4940
|
-
has_more: item
|
|
6418
|
+
data: skillArrayDeserializer(item["data"]),
|
|
6419
|
+
first_id: item["first_id"],
|
|
6420
|
+
last_id: item["last_id"],
|
|
6421
|
+
has_more: item["has_more"]
|
|
4941
6422
|
};
|
|
4942
6423
|
}
|
|
4943
|
-
function
|
|
6424
|
+
function skillArrayDeserializer(result) {
|
|
4944
6425
|
return result.map((item) => {
|
|
4945
|
-
return
|
|
6426
|
+
return skillDeserializer(item);
|
|
4946
6427
|
});
|
|
4947
6428
|
}
|
|
4948
6429
|
function deleteSkillResponseDeserializer(item) {
|
|
4949
6430
|
return {
|
|
6431
|
+
id: item["id"],
|
|
4950
6432
|
name: item["name"],
|
|
4951
6433
|
deleted: item["deleted"]
|
|
4952
6434
|
};
|
|
4953
6435
|
}
|
|
6436
|
+
function skillInlineContentSerializer(item) {
|
|
6437
|
+
return {
|
|
6438
|
+
description: item["description"],
|
|
6439
|
+
instructions: item["instructions"],
|
|
6440
|
+
license: item["license"],
|
|
6441
|
+
compatibility: item["compatibility"],
|
|
6442
|
+
metadata: item["metadata"],
|
|
6443
|
+
allowed_tools: !item["allowed_tools"] ? item["allowed_tools"] : item["allowed_tools"].map((p) => {
|
|
6444
|
+
return p;
|
|
6445
|
+
})
|
|
6446
|
+
};
|
|
6447
|
+
}
|
|
6448
|
+
function skillVersionDeserializer(item) {
|
|
6449
|
+
return {
|
|
6450
|
+
id: item["id"],
|
|
6451
|
+
skill_id: item["skill_id"],
|
|
6452
|
+
name: item["name"],
|
|
6453
|
+
version: item["version"],
|
|
6454
|
+
description: item["description"],
|
|
6455
|
+
created_at: new Date(item["created_at"] * 1e3)
|
|
6456
|
+
};
|
|
6457
|
+
}
|
|
6458
|
+
function createSkillVersionFromFilesBodySerializer(item) {
|
|
6459
|
+
return [
|
|
6460
|
+
...item["files"].map((x) => (0, import_multipartHelpers.createFilePartDescriptor)("files", x)),
|
|
6461
|
+
...item["default"] === void 0 ? [] : [{ name: "default", body: item["default"] }]
|
|
6462
|
+
];
|
|
6463
|
+
}
|
|
6464
|
+
function _agentsPagedResultSkillVersionDeserializer(item) {
|
|
6465
|
+
return {
|
|
6466
|
+
data: skillVersionArrayDeserializer(item["data"]),
|
|
6467
|
+
first_id: item["first_id"],
|
|
6468
|
+
last_id: item["last_id"],
|
|
6469
|
+
has_more: item["has_more"]
|
|
6470
|
+
};
|
|
6471
|
+
}
|
|
6472
|
+
function skillVersionArrayDeserializer(result) {
|
|
6473
|
+
return result.map((item) => {
|
|
6474
|
+
return skillVersionDeserializer(item);
|
|
6475
|
+
});
|
|
6476
|
+
}
|
|
6477
|
+
function deleteSkillVersionResponseDeserializer(item) {
|
|
6478
|
+
return {
|
|
6479
|
+
id: item["id"],
|
|
6480
|
+
name: item["name"],
|
|
6481
|
+
deleted: item["deleted"],
|
|
6482
|
+
version: item["version"]
|
|
6483
|
+
};
|
|
6484
|
+
}
|
|
6485
|
+
function dataGenerationJobSerializer(item) {
|
|
6486
|
+
return {
|
|
6487
|
+
inputs: !item["inputs"] ? item["inputs"] : dataGenerationJobInputsSerializer(item["inputs"])
|
|
6488
|
+
};
|
|
6489
|
+
}
|
|
6490
|
+
function dataGenerationJobDeserializer(item) {
|
|
6491
|
+
return {
|
|
6492
|
+
id: item["id"],
|
|
6493
|
+
inputs: !item["inputs"] ? item["inputs"] : dataGenerationJobInputsDeserializer(item["inputs"]),
|
|
6494
|
+
result: !item["result"] ? item["result"] : dataGenerationJobResultDeserializer(item["result"]),
|
|
6495
|
+
status: item["status"],
|
|
6496
|
+
error: !item["error"] ? item["error"] : apiErrorDeserializer(item["error"]),
|
|
6497
|
+
created_at: new Date(item["created_at"] * 1e3),
|
|
6498
|
+
finished_at: !item["finished_at"] ? item["finished_at"] : new Date(item["finished_at"] * 1e3)
|
|
6499
|
+
};
|
|
6500
|
+
}
|
|
6501
|
+
function dataGenerationJobInputsSerializer(item) {
|
|
6502
|
+
return {
|
|
6503
|
+
name: item["name"],
|
|
6504
|
+
sources: dataGenerationJobSourceUnionArraySerializer(item["sources"]),
|
|
6505
|
+
options: dataGenerationJobOptionsUnionSerializer(item["options"]),
|
|
6506
|
+
scenario: item["scenario"],
|
|
6507
|
+
output_options: !item["output_options"] ? item["output_options"] : dataGenerationJobOutputOptionsSerializer(item["output_options"])
|
|
6508
|
+
};
|
|
6509
|
+
}
|
|
6510
|
+
function dataGenerationJobInputsDeserializer(item) {
|
|
6511
|
+
return {
|
|
6512
|
+
name: item["name"],
|
|
6513
|
+
sources: dataGenerationJobSourceUnionArrayDeserializer(item["sources"]),
|
|
6514
|
+
options: dataGenerationJobOptionsUnionDeserializer(item["options"]),
|
|
6515
|
+
scenario: item["scenario"],
|
|
6516
|
+
output_options: !item["output_options"] ? item["output_options"] : dataGenerationJobOutputOptionsDeserializer(item["output_options"])
|
|
6517
|
+
};
|
|
6518
|
+
}
|
|
6519
|
+
function dataGenerationJobSourceUnionArraySerializer(result) {
|
|
6520
|
+
return result.map((item) => {
|
|
6521
|
+
return dataGenerationJobSourceUnionSerializer(item);
|
|
6522
|
+
});
|
|
6523
|
+
}
|
|
6524
|
+
function dataGenerationJobSourceUnionArrayDeserializer(result) {
|
|
6525
|
+
return result.map((item) => {
|
|
6526
|
+
return dataGenerationJobSourceUnionDeserializer(item);
|
|
6527
|
+
});
|
|
6528
|
+
}
|
|
6529
|
+
function dataGenerationJobSourceSerializer(item) {
|
|
6530
|
+
return { type: item["type"], description: item["description"] };
|
|
6531
|
+
}
|
|
6532
|
+
function dataGenerationJobSourceDeserializer(item) {
|
|
6533
|
+
return {
|
|
6534
|
+
type: item["type"],
|
|
6535
|
+
description: item["description"]
|
|
6536
|
+
};
|
|
6537
|
+
}
|
|
6538
|
+
function dataGenerationJobSourceUnionSerializer(item) {
|
|
6539
|
+
switch (item.type) {
|
|
6540
|
+
case "prompt":
|
|
6541
|
+
return promptDataGenerationJobSourceSerializer(item);
|
|
6542
|
+
case "agent":
|
|
6543
|
+
return agentDataGenerationJobSourceSerializer(item);
|
|
6544
|
+
case "traces":
|
|
6545
|
+
return tracesDataGenerationJobSourceSerializer(item);
|
|
6546
|
+
case "file":
|
|
6547
|
+
return fileDataGenerationJobSourceSerializer(item);
|
|
6548
|
+
default:
|
|
6549
|
+
return dataGenerationJobSourceSerializer(item);
|
|
6550
|
+
}
|
|
6551
|
+
}
|
|
6552
|
+
function dataGenerationJobSourceUnionDeserializer(item) {
|
|
6553
|
+
switch (item["type"]) {
|
|
6554
|
+
case "prompt":
|
|
6555
|
+
return promptDataGenerationJobSourceDeserializer(item);
|
|
6556
|
+
case "agent":
|
|
6557
|
+
return agentDataGenerationJobSourceDeserializer(item);
|
|
6558
|
+
case "traces":
|
|
6559
|
+
return tracesDataGenerationJobSourceDeserializer(item);
|
|
6560
|
+
case "file":
|
|
6561
|
+
return fileDataGenerationJobSourceDeserializer(item);
|
|
6562
|
+
default:
|
|
6563
|
+
return dataGenerationJobSourceDeserializer(item);
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
function promptDataGenerationJobSourceSerializer(item) {
|
|
6567
|
+
return { type: item["type"], description: item["description"], prompt: item["prompt"] };
|
|
6568
|
+
}
|
|
6569
|
+
function promptDataGenerationJobSourceDeserializer(item) {
|
|
6570
|
+
return {
|
|
6571
|
+
type: item["type"],
|
|
6572
|
+
description: item["description"],
|
|
6573
|
+
prompt: item["prompt"]
|
|
6574
|
+
};
|
|
6575
|
+
}
|
|
6576
|
+
function agentDataGenerationJobSourceSerializer(item) {
|
|
6577
|
+
return {
|
|
6578
|
+
type: item["type"],
|
|
6579
|
+
description: item["description"],
|
|
6580
|
+
agent_name: item["agent_name"],
|
|
6581
|
+
agent_version: item["agent_version"]
|
|
6582
|
+
};
|
|
6583
|
+
}
|
|
6584
|
+
function agentDataGenerationJobSourceDeserializer(item) {
|
|
6585
|
+
return {
|
|
6586
|
+
type: item["type"],
|
|
6587
|
+
description: item["description"],
|
|
6588
|
+
agent_name: item["agent_name"],
|
|
6589
|
+
agent_version: item["agent_version"]
|
|
6590
|
+
};
|
|
6591
|
+
}
|
|
6592
|
+
function tracesDataGenerationJobSourceSerializer(item) {
|
|
6593
|
+
return {
|
|
6594
|
+
type: item["type"],
|
|
6595
|
+
description: item["description"],
|
|
6596
|
+
agent_id: item["agent_id"],
|
|
6597
|
+
agent_name: item["agent_name"],
|
|
6598
|
+
agent_version: item["agent_version"],
|
|
6599
|
+
start_time: !item["start_time"] ? item["start_time"] : item["start_time"].getTime() / 1e3 | 0,
|
|
6600
|
+
end_time: !item["end_time"] ? item["end_time"] : item["end_time"].getTime() / 1e3 | 0
|
|
6601
|
+
};
|
|
6602
|
+
}
|
|
6603
|
+
function tracesDataGenerationJobSourceDeserializer(item) {
|
|
6604
|
+
return {
|
|
6605
|
+
type: item["type"],
|
|
6606
|
+
description: item["description"],
|
|
6607
|
+
agent_id: item["agent_id"],
|
|
6608
|
+
agent_name: item["agent_name"],
|
|
6609
|
+
agent_version: item["agent_version"],
|
|
6610
|
+
start_time: new Date(item["start_time"] * 1e3),
|
|
6611
|
+
end_time: !item["end_time"] ? item["end_time"] : new Date(item["end_time"] * 1e3)
|
|
6612
|
+
};
|
|
6613
|
+
}
|
|
6614
|
+
function fileDataGenerationJobSourceSerializer(item) {
|
|
6615
|
+
return { type: item["type"], description: item["description"], id: item["id"] };
|
|
6616
|
+
}
|
|
6617
|
+
function fileDataGenerationJobSourceDeserializer(item) {
|
|
6618
|
+
return {
|
|
6619
|
+
type: item["type"],
|
|
6620
|
+
description: item["description"],
|
|
6621
|
+
id: item["id"]
|
|
6622
|
+
};
|
|
6623
|
+
}
|
|
6624
|
+
function dataGenerationJobOptionsSerializer(item) {
|
|
6625
|
+
return {
|
|
6626
|
+
type: item["type"],
|
|
6627
|
+
max_samples: item["max_samples"],
|
|
6628
|
+
train_split: item["train_split"],
|
|
6629
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsSerializer(item["model_options"])
|
|
6630
|
+
};
|
|
6631
|
+
}
|
|
6632
|
+
function dataGenerationJobOptionsDeserializer(item) {
|
|
6633
|
+
return {
|
|
6634
|
+
type: item["type"],
|
|
6635
|
+
max_samples: item["max_samples"],
|
|
6636
|
+
train_split: item["train_split"],
|
|
6637
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsDeserializer(item["model_options"])
|
|
6638
|
+
};
|
|
6639
|
+
}
|
|
6640
|
+
function dataGenerationJobOptionsUnionSerializer(item) {
|
|
6641
|
+
switch (item.type) {
|
|
6642
|
+
case "simple_qna":
|
|
6643
|
+
return simpleQnADataGenerationJobOptionsSerializer(item);
|
|
6644
|
+
case "traces":
|
|
6645
|
+
return tracesDataGenerationJobOptionsSerializer(item);
|
|
6646
|
+
case "tool_use":
|
|
6647
|
+
return toolUseFineTuningDataGenerationJobOptionsSerializer(
|
|
6648
|
+
item
|
|
6649
|
+
);
|
|
6650
|
+
default:
|
|
6651
|
+
return dataGenerationJobOptionsSerializer(item);
|
|
6652
|
+
}
|
|
6653
|
+
}
|
|
6654
|
+
function dataGenerationJobOptionsUnionDeserializer(item) {
|
|
6655
|
+
switch (item["type"]) {
|
|
6656
|
+
case "simple_qna":
|
|
6657
|
+
return simpleQnADataGenerationJobOptionsDeserializer(
|
|
6658
|
+
item
|
|
6659
|
+
);
|
|
6660
|
+
case "traces":
|
|
6661
|
+
return tracesDataGenerationJobOptionsDeserializer(item);
|
|
6662
|
+
case "tool_use":
|
|
6663
|
+
return toolUseFineTuningDataGenerationJobOptionsDeserializer(
|
|
6664
|
+
item
|
|
6665
|
+
);
|
|
6666
|
+
default:
|
|
6667
|
+
return dataGenerationJobOptionsDeserializer(item);
|
|
6668
|
+
}
|
|
6669
|
+
}
|
|
6670
|
+
function dataGenerationModelOptionsSerializer(item) {
|
|
6671
|
+
return { model: item["model"] };
|
|
6672
|
+
}
|
|
6673
|
+
function dataGenerationModelOptionsDeserializer(item) {
|
|
6674
|
+
return {
|
|
6675
|
+
model: item["model"]
|
|
6676
|
+
};
|
|
6677
|
+
}
|
|
6678
|
+
function simpleQnADataGenerationJobOptionsSerializer(item) {
|
|
6679
|
+
return {
|
|
6680
|
+
type: item["type"],
|
|
6681
|
+
max_samples: item["max_samples"],
|
|
6682
|
+
train_split: item["train_split"],
|
|
6683
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsSerializer(item["model_options"]),
|
|
6684
|
+
question_types: !item["question_types"] ? item["question_types"] : item["question_types"].map((p) => {
|
|
6685
|
+
return p;
|
|
6686
|
+
})
|
|
6687
|
+
};
|
|
6688
|
+
}
|
|
6689
|
+
function simpleQnADataGenerationJobOptionsDeserializer(item) {
|
|
6690
|
+
return {
|
|
6691
|
+
type: item["type"],
|
|
6692
|
+
max_samples: item["max_samples"],
|
|
6693
|
+
train_split: item["train_split"],
|
|
6694
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsDeserializer(item["model_options"]),
|
|
6695
|
+
question_types: !item["question_types"] ? item["question_types"] : item["question_types"].map((p) => {
|
|
6696
|
+
return p;
|
|
6697
|
+
})
|
|
6698
|
+
};
|
|
6699
|
+
}
|
|
6700
|
+
function tracesDataGenerationJobOptionsSerializer(item) {
|
|
6701
|
+
return {
|
|
6702
|
+
type: item["type"],
|
|
6703
|
+
max_samples: item["max_samples"],
|
|
6704
|
+
train_split: item["train_split"],
|
|
6705
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsSerializer(item["model_options"])
|
|
6706
|
+
};
|
|
6707
|
+
}
|
|
6708
|
+
function tracesDataGenerationJobOptionsDeserializer(item) {
|
|
6709
|
+
return {
|
|
6710
|
+
type: item["type"],
|
|
6711
|
+
max_samples: item["max_samples"],
|
|
6712
|
+
train_split: item["train_split"],
|
|
6713
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsDeserializer(item["model_options"])
|
|
6714
|
+
};
|
|
6715
|
+
}
|
|
6716
|
+
function toolUseFineTuningDataGenerationJobOptionsSerializer(item) {
|
|
6717
|
+
return {
|
|
6718
|
+
type: item["type"],
|
|
6719
|
+
max_samples: item["max_samples"],
|
|
6720
|
+
train_split: item["train_split"],
|
|
6721
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsSerializer(item["model_options"])
|
|
6722
|
+
};
|
|
6723
|
+
}
|
|
6724
|
+
function toolUseFineTuningDataGenerationJobOptionsDeserializer(item) {
|
|
6725
|
+
return {
|
|
6726
|
+
type: item["type"],
|
|
6727
|
+
max_samples: item["max_samples"],
|
|
6728
|
+
train_split: item["train_split"],
|
|
6729
|
+
model_options: !item["model_options"] ? item["model_options"] : dataGenerationModelOptionsDeserializer(item["model_options"])
|
|
6730
|
+
};
|
|
6731
|
+
}
|
|
6732
|
+
function dataGenerationJobOutputOptionsSerializer(item) {
|
|
6733
|
+
return { name: item["name"], description: item["description"], tags: item["tags"] };
|
|
6734
|
+
}
|
|
6735
|
+
function dataGenerationJobOutputOptionsDeserializer(item) {
|
|
6736
|
+
return {
|
|
6737
|
+
name: item["name"],
|
|
6738
|
+
description: item["description"],
|
|
6739
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p]))
|
|
6740
|
+
};
|
|
6741
|
+
}
|
|
6742
|
+
function dataGenerationJobResultDeserializer(item) {
|
|
6743
|
+
return {
|
|
6744
|
+
outputs: !item["outputs"] ? item["outputs"] : dataGenerationJobOutputUnionArrayDeserializer(item["outputs"]),
|
|
6745
|
+
generated_samples: item["generated_samples"],
|
|
6746
|
+
token_usage: !item["token_usage"] ? item["token_usage"] : dataGenerationTokenUsageDeserializer(item["token_usage"])
|
|
6747
|
+
};
|
|
6748
|
+
}
|
|
6749
|
+
function dataGenerationJobOutputUnionArrayDeserializer(result) {
|
|
6750
|
+
return result.map((item) => {
|
|
6751
|
+
return dataGenerationJobOutputUnionDeserializer(item);
|
|
6752
|
+
});
|
|
6753
|
+
}
|
|
6754
|
+
function dataGenerationJobOutputDeserializer(item) {
|
|
6755
|
+
return {
|
|
6756
|
+
type: item["type"]
|
|
6757
|
+
};
|
|
6758
|
+
}
|
|
6759
|
+
function dataGenerationJobOutputUnionDeserializer(item) {
|
|
6760
|
+
switch (item["type"]) {
|
|
6761
|
+
case "file":
|
|
6762
|
+
return fileDataGenerationJobOutputDeserializer(item);
|
|
6763
|
+
case "dataset":
|
|
6764
|
+
return datasetDataGenerationJobOutputDeserializer(item);
|
|
6765
|
+
default:
|
|
6766
|
+
return dataGenerationJobOutputDeserializer(item);
|
|
6767
|
+
}
|
|
6768
|
+
}
|
|
6769
|
+
function fileDataGenerationJobOutputDeserializer(item) {
|
|
6770
|
+
return {
|
|
6771
|
+
type: item["type"],
|
|
6772
|
+
id: item["id"],
|
|
6773
|
+
filename: item["filename"]
|
|
6774
|
+
};
|
|
6775
|
+
}
|
|
6776
|
+
function datasetDataGenerationJobOutputDeserializer(item) {
|
|
6777
|
+
return {
|
|
6778
|
+
type: item["type"],
|
|
6779
|
+
id: item["id"],
|
|
6780
|
+
name: item["name"],
|
|
6781
|
+
version: item["version"],
|
|
6782
|
+
description: item["description"],
|
|
6783
|
+
tags: !item["tags"] ? item["tags"] : Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p]))
|
|
6784
|
+
};
|
|
6785
|
+
}
|
|
6786
|
+
function dataGenerationTokenUsageDeserializer(item) {
|
|
6787
|
+
return {
|
|
6788
|
+
prompt_tokens: item["prompt_tokens"],
|
|
6789
|
+
completion_tokens: item["completion_tokens"],
|
|
6790
|
+
total_tokens: item["total_tokens"]
|
|
6791
|
+
};
|
|
6792
|
+
}
|
|
6793
|
+
function _agentsPagedResultDataGenerationJobDeserializer(item) {
|
|
6794
|
+
return {
|
|
6795
|
+
data: dataGenerationJobArrayDeserializer(item["data"]),
|
|
6796
|
+
first_id: item["first_id"],
|
|
6797
|
+
last_id: item["last_id"],
|
|
6798
|
+
has_more: item["has_more"]
|
|
6799
|
+
};
|
|
6800
|
+
}
|
|
6801
|
+
function dataGenerationJobArraySerializer(result) {
|
|
6802
|
+
return result.map((item) => {
|
|
6803
|
+
return dataGenerationJobSerializer(item);
|
|
6804
|
+
});
|
|
6805
|
+
}
|
|
6806
|
+
function dataGenerationJobArrayDeserializer(result) {
|
|
6807
|
+
return result.map((item) => {
|
|
6808
|
+
return dataGenerationJobDeserializer(item);
|
|
6809
|
+
});
|
|
6810
|
+
}
|
|
4954
6811
|
function updateToolboxRequestSerializer(item) {
|
|
4955
6812
|
return { default_version: item["default_version"] };
|
|
4956
6813
|
}
|
|
@@ -4968,22 +6825,34 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
4968
6825
|
_agentsPagedResultAgentObjectDeserializer,
|
|
4969
6826
|
_agentsPagedResultAgentSessionResourceDeserializer,
|
|
4970
6827
|
_agentsPagedResultAgentVersionObjectDeserializer,
|
|
6828
|
+
_agentsPagedResultDataGenerationJobDeserializer,
|
|
6829
|
+
_agentsPagedResultEvaluatorGenerationJobDeserializer,
|
|
6830
|
+
_agentsPagedResultMemoryItemDeserializer,
|
|
4971
6831
|
_agentsPagedResultMemoryStoreObjectDeserializer,
|
|
4972
|
-
|
|
6832
|
+
_agentsPagedResultOptimizationJobDeserializer,
|
|
6833
|
+
_agentsPagedResultRoutineDeserializer,
|
|
6834
|
+
_agentsPagedResultRoutineRunDeserializer,
|
|
6835
|
+
_agentsPagedResultSkillDeserializer,
|
|
6836
|
+
_agentsPagedResultSkillVersionDeserializer,
|
|
4973
6837
|
_agentsPagedResultToolboxObjectDeserializer,
|
|
4974
6838
|
_agentsPagedResultToolboxVersionObjectDeserializer,
|
|
4975
6839
|
_azureFunctionDefinitionFunctionDeserializer,
|
|
4976
6840
|
_azureFunctionDefinitionFunctionSerializer,
|
|
4977
6841
|
_codeInterpreterToolContainerDeserializer,
|
|
4978
6842
|
_codeInterpreterToolContainerSerializer,
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
6843
|
+
_createAsyncResponseDeserializer,
|
|
6844
|
+
_fabricIQPreviewToolRequireApprovalDeserializer,
|
|
6845
|
+
_fabricIQPreviewToolRequireApprovalSerializer,
|
|
6846
|
+
_fileSearchToolFiltersFilterArrayDeserializer,
|
|
6847
|
+
_fileSearchToolFiltersFilterArraySerializer,
|
|
6848
|
+
_fileSearchToolFiltersFilterDeserializer,
|
|
6849
|
+
_fileSearchToolFiltersFilterSerializer,
|
|
6850
|
+
_fileSearchToolFiltersValue1ArrayDeserializer,
|
|
6851
|
+
_fileSearchToolFiltersValue1ArraySerializer,
|
|
6852
|
+
_fileSearchToolFiltersValue1Deserializer,
|
|
6853
|
+
_fileSearchToolFiltersValue1Serializer,
|
|
6854
|
+
_fileSearchToolFiltersValueDeserializer,
|
|
6855
|
+
_fileSearchToolFiltersValueSerializer,
|
|
4987
6856
|
_listVersionsRequestTypeSerializer,
|
|
4988
6857
|
_mcpToolAllowedToolsDeserializer,
|
|
4989
6858
|
_mcpToolAllowedToolsSerializer,
|
|
@@ -5003,6 +6872,7 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5003
6872
|
_pagedEvaluatorVersionDeserializer,
|
|
5004
6873
|
_pagedIndexDeserializer,
|
|
5005
6874
|
_pagedInsightDeserializer,
|
|
6875
|
+
_pagedModelVersionDeserializer,
|
|
5006
6876
|
_pagedRedTeamDeserializer,
|
|
5007
6877
|
_pagedScheduleDeserializer,
|
|
5008
6878
|
_pagedScheduleRunDeserializer,
|
|
@@ -5024,6 +6894,8 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5024
6894
|
agentClusterInsightRequestDeserializer,
|
|
5025
6895
|
agentClusterInsightRequestSerializer,
|
|
5026
6896
|
agentClusterInsightResultDeserializer,
|
|
6897
|
+
agentDataGenerationJobSourceDeserializer,
|
|
6898
|
+
agentDataGenerationJobSourceSerializer,
|
|
5027
6899
|
agentDefinitionDeserializer,
|
|
5028
6900
|
agentDefinitionSerializer,
|
|
5029
6901
|
agentDefinitionUnionDeserializer,
|
|
@@ -5035,8 +6907,12 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5035
6907
|
agentEndpointAuthorizationSchemeUnionArraySerializer,
|
|
5036
6908
|
agentEndpointAuthorizationSchemeUnionDeserializer,
|
|
5037
6909
|
agentEndpointAuthorizationSchemeUnionSerializer,
|
|
5038
|
-
|
|
5039
|
-
|
|
6910
|
+
agentEndpointConfigDeserializer,
|
|
6911
|
+
agentEndpointConfigSerializer,
|
|
6912
|
+
agentEvaluatorGenerationJobSourceDeserializer,
|
|
6913
|
+
agentEvaluatorGenerationJobSourceSerializer,
|
|
6914
|
+
agentIdentifierDeserializer,
|
|
6915
|
+
agentIdentifierSerializer,
|
|
5040
6916
|
agentIdentityDeserializer,
|
|
5041
6917
|
agentSessionResourceArrayDeserializer,
|
|
5042
6918
|
agentSessionResourceDeserializer,
|
|
@@ -5045,16 +6921,20 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5045
6921
|
agentVersionArrayDeserializer,
|
|
5046
6922
|
agentVersionDeserializer,
|
|
5047
6923
|
agenticIdentityPreviewCredentialsDeserializer,
|
|
6924
|
+
agentsPagedResultOptimizationCandidateDeserializer,
|
|
5048
6925
|
aiSearchIndexResourceArrayDeserializer,
|
|
5049
6926
|
aiSearchIndexResourceArraySerializer,
|
|
5050
6927
|
aiSearchIndexResourceDeserializer,
|
|
5051
6928
|
aiSearchIndexResourceSerializer,
|
|
6929
|
+
apiErrorArrayDeserializer,
|
|
6930
|
+
apiErrorDeserializer,
|
|
5052
6931
|
apiErrorResponseDeserializer,
|
|
5053
6932
|
apiKeyCredentialsDeserializer,
|
|
5054
6933
|
applyPatchToolParamDeserializer,
|
|
5055
6934
|
applyPatchToolParamSerializer,
|
|
5056
6935
|
approximateLocationDeserializer,
|
|
5057
6936
|
approximateLocationSerializer,
|
|
6937
|
+
artifactProfileDeserializer,
|
|
5058
6938
|
autoCodeInterpreterToolParamDeserializer,
|
|
5059
6939
|
autoCodeInterpreterToolParamSerializer,
|
|
5060
6940
|
azureAIAgentTargetDeserializer,
|
|
@@ -5107,6 +6987,11 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5107
6987
|
browserAutomationToolConnectionParametersSerializer,
|
|
5108
6988
|
browserAutomationToolParametersDeserializer,
|
|
5109
6989
|
browserAutomationToolParametersSerializer,
|
|
6990
|
+
candidateDeployConfigDeserializer,
|
|
6991
|
+
candidateFileInfoArrayDeserializer,
|
|
6992
|
+
candidateFileInfoDeserializer,
|
|
6993
|
+
candidateMetadataDeserializer,
|
|
6994
|
+
candidateResultsDeserializer,
|
|
5110
6995
|
captureStructuredOutputsToolDeserializer,
|
|
5111
6996
|
captureStructuredOutputsToolSerializer,
|
|
5112
6997
|
chartCoordinateDeserializer,
|
|
@@ -5122,10 +7007,6 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5122
7007
|
codeInterpreterToolSerializer,
|
|
5123
7008
|
comparisonFilterDeserializer,
|
|
5124
7009
|
comparisonFilterSerializer,
|
|
5125
|
-
comparisonFilterValueItemsArrayDeserializer,
|
|
5126
|
-
comparisonFilterValueItemsArraySerializer,
|
|
5127
|
-
comparisonFilterValueItemsDeserializer,
|
|
5128
|
-
comparisonFilterValueItemsSerializer,
|
|
5129
7010
|
compoundFilterDeserializer,
|
|
5130
7011
|
compoundFilterSerializer,
|
|
5131
7012
|
computerToolDeserializer,
|
|
@@ -5160,11 +7041,16 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5160
7041
|
continuousEvaluationRuleActionSerializer,
|
|
5161
7042
|
cosmosDBIndexDeserializer,
|
|
5162
7043
|
cosmosDBIndexSerializer,
|
|
7044
|
+
createAgentVersionFromCodeContentSerializer,
|
|
7045
|
+
createAgentVersionFromCodeMetadataSerializer,
|
|
7046
|
+
createSkillVersionFromFilesBodySerializer,
|
|
5163
7047
|
cronTriggerDeserializer,
|
|
5164
7048
|
cronTriggerSerializer,
|
|
5165
7049
|
customCredentialDeserializer,
|
|
5166
7050
|
customGrammarFormatParamDeserializer,
|
|
5167
7051
|
customGrammarFormatParamSerializer,
|
|
7052
|
+
customRoutineTriggerDeserializer,
|
|
7053
|
+
customRoutineTriggerSerializer,
|
|
5168
7054
|
customTextFormatParamDeserializer,
|
|
5169
7055
|
customTextFormatParamSerializer,
|
|
5170
7056
|
customToolParamDeserializer,
|
|
@@ -5175,7 +7061,39 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5175
7061
|
customToolParamSerializer,
|
|
5176
7062
|
dailyRecurrenceScheduleDeserializer,
|
|
5177
7063
|
dailyRecurrenceScheduleSerializer,
|
|
7064
|
+
dataGenerationJobArrayDeserializer,
|
|
7065
|
+
dataGenerationJobArraySerializer,
|
|
7066
|
+
dataGenerationJobDeserializer,
|
|
7067
|
+
dataGenerationJobInputsDeserializer,
|
|
7068
|
+
dataGenerationJobInputsSerializer,
|
|
7069
|
+
dataGenerationJobOptionsDeserializer,
|
|
7070
|
+
dataGenerationJobOptionsSerializer,
|
|
7071
|
+
dataGenerationJobOptionsUnionDeserializer,
|
|
7072
|
+
dataGenerationJobOptionsUnionSerializer,
|
|
7073
|
+
dataGenerationJobOutputDeserializer,
|
|
7074
|
+
dataGenerationJobOutputOptionsDeserializer,
|
|
7075
|
+
dataGenerationJobOutputOptionsSerializer,
|
|
7076
|
+
dataGenerationJobOutputUnionArrayDeserializer,
|
|
7077
|
+
dataGenerationJobOutputUnionDeserializer,
|
|
7078
|
+
dataGenerationJobResultDeserializer,
|
|
7079
|
+
dataGenerationJobSerializer,
|
|
7080
|
+
dataGenerationJobSourceDeserializer,
|
|
7081
|
+
dataGenerationJobSourceSerializer,
|
|
7082
|
+
dataGenerationJobSourceUnionArrayDeserializer,
|
|
7083
|
+
dataGenerationJobSourceUnionArraySerializer,
|
|
7084
|
+
dataGenerationJobSourceUnionDeserializer,
|
|
7085
|
+
dataGenerationJobSourceUnionSerializer,
|
|
7086
|
+
dataGenerationModelOptionsDeserializer,
|
|
7087
|
+
dataGenerationModelOptionsSerializer,
|
|
7088
|
+
dataGenerationTokenUsageDeserializer,
|
|
5178
7089
|
datasetCredentialDeserializer,
|
|
7090
|
+
datasetDataGenerationJobOutputDeserializer,
|
|
7091
|
+
datasetEvaluatorGenerationJobSourceDeserializer,
|
|
7092
|
+
datasetEvaluatorGenerationJobSourceSerializer,
|
|
7093
|
+
datasetInfoDeserializer,
|
|
7094
|
+
datasetRefDeserializer,
|
|
7095
|
+
datasetRefSerializer,
|
|
7096
|
+
datasetReferenceDeserializer,
|
|
5179
7097
|
datasetVersionDeserializer,
|
|
5180
7098
|
datasetVersionSerializer,
|
|
5181
7099
|
datasetVersionUnionArrayDeserializer,
|
|
@@ -5184,11 +7102,18 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5184
7102
|
datasetVersionUnionSerializer,
|
|
5185
7103
|
deleteAgentResponseDeserializer,
|
|
5186
7104
|
deleteAgentVersionResponseDeserializer,
|
|
7105
|
+
deleteMemoryResponseDeserializer,
|
|
5187
7106
|
deleteMemoryStoreResponseDeserializer,
|
|
5188
7107
|
deleteSkillResponseDeserializer,
|
|
7108
|
+
deleteSkillVersionResponseDeserializer,
|
|
5189
7109
|
deploymentDeserializer,
|
|
5190
7110
|
deploymentUnionArrayDeserializer,
|
|
5191
7111
|
deploymentUnionDeserializer,
|
|
7112
|
+
dimensionArrayDeserializer,
|
|
7113
|
+
dimensionArraySerializer,
|
|
7114
|
+
dimensionDeserializer,
|
|
7115
|
+
dimensionSerializer,
|
|
7116
|
+
dispatchRoutineResponseDeserializer,
|
|
5192
7117
|
embeddingConfigurationDeserializer,
|
|
5193
7118
|
embeddingConfigurationSerializer,
|
|
5194
7119
|
emptyModelParamDeserializer,
|
|
@@ -5198,8 +7123,6 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5198
7123
|
entraIDCredentialsDeserializer,
|
|
5199
7124
|
entraIsolationKeySourceDeserializer,
|
|
5200
7125
|
entraIsolationKeySourceSerializer,
|
|
5201
|
-
errorArrayDeserializer,
|
|
5202
|
-
errorDeserializer,
|
|
5203
7126
|
evalResultDeserializer,
|
|
5204
7127
|
evalRunResultCompareItemArrayDeserializer,
|
|
5205
7128
|
evalRunResultCompareItemDeserializer,
|
|
@@ -5225,6 +7148,10 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5225
7148
|
evaluationRunClusterInsightResultDeserializer,
|
|
5226
7149
|
evaluationScheduleTaskDeserializer,
|
|
5227
7150
|
evaluationScheduleTaskSerializer,
|
|
7151
|
+
evaluationTargetDeserializer,
|
|
7152
|
+
evaluationTargetSerializer,
|
|
7153
|
+
evaluationTargetUnionDeserializer,
|
|
7154
|
+
evaluationTargetUnionSerializer,
|
|
5228
7155
|
evaluationTaxonomyArrayDeserializer,
|
|
5229
7156
|
evaluationTaxonomyArraySerializer,
|
|
5230
7157
|
evaluationTaxonomyDeserializer,
|
|
@@ -5233,10 +7160,25 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5233
7160
|
evaluationTaxonomyInputUnionDeserializer,
|
|
5234
7161
|
evaluationTaxonomyInputUnionSerializer,
|
|
5235
7162
|
evaluationTaxonomySerializer,
|
|
7163
|
+
evaluatorCredentialRequestSerializer,
|
|
5236
7164
|
evaluatorDefinitionDeserializer,
|
|
5237
7165
|
evaluatorDefinitionSerializer,
|
|
5238
7166
|
evaluatorDefinitionUnionDeserializer,
|
|
5239
7167
|
evaluatorDefinitionUnionSerializer,
|
|
7168
|
+
evaluatorGenerationArtifactsDeserializer,
|
|
7169
|
+
evaluatorGenerationInputsDeserializer,
|
|
7170
|
+
evaluatorGenerationInputsSerializer,
|
|
7171
|
+
evaluatorGenerationJobArrayDeserializer,
|
|
7172
|
+
evaluatorGenerationJobArraySerializer,
|
|
7173
|
+
evaluatorGenerationJobDeserializer,
|
|
7174
|
+
evaluatorGenerationJobSerializer,
|
|
7175
|
+
evaluatorGenerationJobSourceDeserializer,
|
|
7176
|
+
evaluatorGenerationJobSourceSerializer,
|
|
7177
|
+
evaluatorGenerationJobSourceUnionArrayDeserializer,
|
|
7178
|
+
evaluatorGenerationJobSourceUnionArraySerializer,
|
|
7179
|
+
evaluatorGenerationJobSourceUnionDeserializer,
|
|
7180
|
+
evaluatorGenerationJobSourceUnionSerializer,
|
|
7181
|
+
evaluatorGenerationTokenUsageDeserializer,
|
|
5240
7182
|
evaluatorMetricDeserializer,
|
|
5241
7183
|
evaluatorMetricRecordDeserializer,
|
|
5242
7184
|
evaluatorMetricRecordSerializer,
|
|
@@ -5245,10 +7187,17 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5245
7187
|
evaluatorVersionArraySerializer,
|
|
5246
7188
|
evaluatorVersionDeserializer,
|
|
5247
7189
|
evaluatorVersionSerializer,
|
|
7190
|
+
externalAgentDefinitionDeserializer,
|
|
7191
|
+
externalAgentDefinitionSerializer,
|
|
5248
7192
|
fabricDataAgentToolParametersDeserializer,
|
|
5249
7193
|
fabricDataAgentToolParametersSerializer,
|
|
7194
|
+
fabricIQPreviewToolDeserializer,
|
|
7195
|
+
fabricIQPreviewToolSerializer,
|
|
5250
7196
|
fieldMappingDeserializer,
|
|
5251
7197
|
fieldMappingSerializer,
|
|
7198
|
+
fileDataGenerationJobOutputDeserializer,
|
|
7199
|
+
fileDataGenerationJobSourceDeserializer,
|
|
7200
|
+
fileDataGenerationJobSourceSerializer,
|
|
5252
7201
|
fileDatasetVersionDeserializer,
|
|
5253
7202
|
fileDatasetVersionSerializer,
|
|
5254
7203
|
fileSearchToolDeserializer,
|
|
@@ -5259,6 +7208,8 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5259
7208
|
fixedRatioVersionSelectionRuleSerializer,
|
|
5260
7209
|
folderDatasetVersionDeserializer,
|
|
5261
7210
|
folderDatasetVersionSerializer,
|
|
7211
|
+
foundryModelWarningArrayDeserializer,
|
|
7212
|
+
foundryModelWarningDeserializer,
|
|
5262
7213
|
functionShellToolParamDeserializer,
|
|
5263
7214
|
functionShellToolParamEnvironmentContainerReferenceParamDeserializer,
|
|
5264
7215
|
functionShellToolParamEnvironmentContainerReferenceParamSerializer,
|
|
@@ -5273,8 +7224,12 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5273
7224
|
functionToolParamDeserializer,
|
|
5274
7225
|
functionToolParamSerializer,
|
|
5275
7226
|
functionToolSerializer,
|
|
7227
|
+
gitHubIssueRoutineTriggerDeserializer,
|
|
7228
|
+
gitHubIssueRoutineTriggerSerializer,
|
|
5276
7229
|
headerIsolationKeySourceDeserializer,
|
|
5277
7230
|
headerIsolationKeySourceSerializer,
|
|
7231
|
+
headerTelemetryEndpointAuthDeserializer,
|
|
7232
|
+
headerTelemetryEndpointAuthSerializer,
|
|
5278
7233
|
hostedAgentDefinitionDeserializer,
|
|
5279
7234
|
hostedAgentDefinitionSerializer,
|
|
5280
7235
|
hourlyRecurrenceScheduleDeserializer,
|
|
@@ -5318,6 +7273,12 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5318
7273
|
insightSerializer,
|
|
5319
7274
|
insightSummaryDeserializer,
|
|
5320
7275
|
insightsMetadataDeserializer,
|
|
7276
|
+
invokeAgentInvocationsApiDispatchPayloadSerializer,
|
|
7277
|
+
invokeAgentInvocationsApiRoutineActionDeserializer,
|
|
7278
|
+
invokeAgentInvocationsApiRoutineActionSerializer,
|
|
7279
|
+
invokeAgentResponsesApiDispatchPayloadSerializer,
|
|
7280
|
+
invokeAgentResponsesApiRoutineActionDeserializer,
|
|
7281
|
+
invokeAgentResponsesApiRoutineActionSerializer,
|
|
5321
7282
|
isolationKeySourceDeserializer,
|
|
5322
7283
|
isolationKeySourceSerializer,
|
|
5323
7284
|
isolationKeySourceUnionDeserializer,
|
|
@@ -5328,6 +7289,8 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5328
7289
|
localSkillParamArraySerializer,
|
|
5329
7290
|
localSkillParamDeserializer,
|
|
5330
7291
|
localSkillParamSerializer,
|
|
7292
|
+
loraConfigDeserializer,
|
|
7293
|
+
loraConfigSerializer,
|
|
5331
7294
|
managedAgentIdentityBlueprintReferenceDeserializer,
|
|
5332
7295
|
managedAgentIdentityBlueprintReferenceSerializer,
|
|
5333
7296
|
managedAzureAISearchIndexDeserializer,
|
|
@@ -5339,6 +7302,7 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5339
7302
|
mcpToolRequireApprovalSerializer,
|
|
5340
7303
|
mcpToolSerializer,
|
|
5341
7304
|
memoryItemDeserializer,
|
|
7305
|
+
memoryItemUnionArrayDeserializer,
|
|
5342
7306
|
memoryItemUnionDeserializer,
|
|
5343
7307
|
memoryOperationArrayDeserializer,
|
|
5344
7308
|
memoryOperationDeserializer,
|
|
@@ -5365,10 +7329,19 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5365
7329
|
memoryStoreUpdateResponseDeserializer,
|
|
5366
7330
|
microsoftFabricPreviewToolDeserializer,
|
|
5367
7331
|
microsoftFabricPreviewToolSerializer,
|
|
7332
|
+
modelCredentialRequestSerializer,
|
|
5368
7333
|
modelDeploymentDeserializer,
|
|
5369
7334
|
modelDeploymentSkuDeserializer,
|
|
7335
|
+
modelPendingUploadRequestSerializer,
|
|
7336
|
+
modelPendingUploadResponseDeserializer,
|
|
5370
7337
|
modelSamplingParamsDeserializer,
|
|
5371
7338
|
modelSamplingParamsSerializer,
|
|
7339
|
+
modelSourceDataDeserializer,
|
|
7340
|
+
modelSourceDataSerializer,
|
|
7341
|
+
modelVersionArrayDeserializer,
|
|
7342
|
+
modelVersionArraySerializer,
|
|
7343
|
+
modelVersionDeserializer,
|
|
7344
|
+
modelVersionSerializer,
|
|
5372
7345
|
monthlyRecurrenceScheduleDeserializer,
|
|
5373
7346
|
monthlyRecurrenceScheduleSerializer,
|
|
5374
7347
|
namespaceToolParamDeserializer,
|
|
@@ -5394,14 +7367,37 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5394
7367
|
openApiProjectConnectionSecuritySchemeSerializer,
|
|
5395
7368
|
openApiToolDeserializer,
|
|
5396
7369
|
openApiToolSerializer,
|
|
7370
|
+
optimizationAgentDefinitionDeserializer,
|
|
7371
|
+
optimizationCandidateArrayDeserializer,
|
|
7372
|
+
optimizationCandidateDeserializer,
|
|
7373
|
+
optimizationJobArrayDeserializer,
|
|
7374
|
+
optimizationJobDeserializer,
|
|
7375
|
+
optimizationJobInputsDeserializer,
|
|
7376
|
+
optimizationJobInputsSerializer,
|
|
7377
|
+
optimizationJobProgressDeserializer,
|
|
7378
|
+
optimizationJobResultDeserializer,
|
|
7379
|
+
optimizationOptionsDeserializer,
|
|
7380
|
+
optimizationOptionsSerializer,
|
|
7381
|
+
optimizationTaskResultArrayDeserializer,
|
|
7382
|
+
optimizationTaskResultDeserializer,
|
|
7383
|
+
otlpTelemetryEndpointDeserializer,
|
|
7384
|
+
otlpTelemetryEndpointSerializer,
|
|
5397
7385
|
pendingUploadRequestSerializer,
|
|
5398
7386
|
pendingUploadResponseDeserializer,
|
|
7387
|
+
proceduralMemoryItemDeserializer,
|
|
7388
|
+
promoteCandidateRequestSerializer,
|
|
7389
|
+
promoteCandidateResponseDeserializer,
|
|
7390
|
+
promotionInfoDeserializer,
|
|
5399
7391
|
promptAgentDefinitionDeserializer,
|
|
5400
7392
|
promptAgentDefinitionSerializer,
|
|
5401
7393
|
promptAgentDefinitionTextOptionsDeserializer,
|
|
5402
7394
|
promptAgentDefinitionTextOptionsSerializer,
|
|
5403
7395
|
promptBasedEvaluatorDefinitionDeserializer,
|
|
5404
7396
|
promptBasedEvaluatorDefinitionSerializer,
|
|
7397
|
+
promptDataGenerationJobSourceDeserializer,
|
|
7398
|
+
promptDataGenerationJobSourceSerializer,
|
|
7399
|
+
promptEvaluatorGenerationJobSourceDeserializer,
|
|
7400
|
+
promptEvaluatorGenerationJobSourceSerializer,
|
|
5405
7401
|
protocolVersionRecordArrayDeserializer,
|
|
5406
7402
|
protocolVersionRecordArraySerializer,
|
|
5407
7403
|
protocolVersionRecordDeserializer,
|
|
@@ -5422,12 +7418,36 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5422
7418
|
redTeamArraySerializer,
|
|
5423
7419
|
redTeamDeserializer,
|
|
5424
7420
|
redTeamSerializer,
|
|
7421
|
+
redTeamTargetConfigDeserializer,
|
|
7422
|
+
redTeamTargetConfigSerializer,
|
|
7423
|
+
redTeamTargetConfigUnionDeserializer,
|
|
7424
|
+
redTeamTargetConfigUnionSerializer,
|
|
5425
7425
|
responseUsageInputTokensDetailsDeserializer,
|
|
5426
7426
|
responseUsageOutputTokensDetailsDeserializer,
|
|
7427
|
+
routineActionDeserializer,
|
|
7428
|
+
routineActionSerializer,
|
|
7429
|
+
routineActionUnionDeserializer,
|
|
7430
|
+
routineActionUnionSerializer,
|
|
7431
|
+
routineArrayDeserializer,
|
|
7432
|
+
routineDeserializer,
|
|
7433
|
+
routineDispatchPayloadSerializer,
|
|
7434
|
+
routineDispatchPayloadUnionSerializer,
|
|
7435
|
+
routineRunArrayDeserializer,
|
|
7436
|
+
routineRunDeserializer,
|
|
7437
|
+
routineTriggerDeserializer,
|
|
7438
|
+
routineTriggerSerializer,
|
|
7439
|
+
routineTriggerUnionDeserializer,
|
|
7440
|
+
routineTriggerUnionRecordDeserializer,
|
|
7441
|
+
routineTriggerUnionRecordSerializer,
|
|
7442
|
+
routineTriggerUnionSerializer,
|
|
7443
|
+
rubricBasedEvaluatorDefinitionDeserializer,
|
|
7444
|
+
rubricBasedEvaluatorDefinitionSerializer,
|
|
5427
7445
|
sasCredentialsDeserializer,
|
|
5428
7446
|
scheduleArrayDeserializer,
|
|
5429
7447
|
scheduleArraySerializer,
|
|
5430
7448
|
scheduleDeserializer,
|
|
7449
|
+
scheduleRoutineTriggerDeserializer,
|
|
7450
|
+
scheduleRoutineTriggerSerializer,
|
|
5431
7451
|
scheduleRunArrayDeserializer,
|
|
5432
7452
|
scheduleRunDeserializer,
|
|
5433
7453
|
scheduleSerializer,
|
|
@@ -5439,14 +7459,20 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5439
7459
|
sessionDirectoryEntryDeserializer,
|
|
5440
7460
|
sessionDirectoryListResponseDeserializer,
|
|
5441
7461
|
sessionFileWriteResponseDeserializer,
|
|
7462
|
+
sessionLogEventDeserializer,
|
|
5442
7463
|
sharepointGroundingToolParametersDeserializer,
|
|
5443
7464
|
sharepointGroundingToolParametersSerializer,
|
|
5444
7465
|
sharepointPreviewToolDeserializer,
|
|
5445
7466
|
sharepointPreviewToolSerializer,
|
|
5446
|
-
|
|
5447
|
-
|
|
7467
|
+
simpleQnADataGenerationJobOptionsDeserializer,
|
|
7468
|
+
simpleQnADataGenerationJobOptionsSerializer,
|
|
7469
|
+
skillArrayDeserializer,
|
|
7470
|
+
skillDeserializer,
|
|
7471
|
+
skillInlineContentSerializer,
|
|
5448
7472
|
skillReferenceParamDeserializer,
|
|
5449
7473
|
skillReferenceParamSerializer,
|
|
7474
|
+
skillVersionArrayDeserializer,
|
|
7475
|
+
skillVersionDeserializer,
|
|
5450
7476
|
specificApplyPatchParamDeserializer,
|
|
5451
7477
|
specificApplyPatchParamSerializer,
|
|
5452
7478
|
specificFunctionShellParamDeserializer,
|
|
@@ -5457,14 +7483,7 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5457
7483
|
structuredInputDefinitionSerializer,
|
|
5458
7484
|
structuredOutputDefinitionDeserializer,
|
|
5459
7485
|
structuredOutputDefinitionSerializer,
|
|
5460
|
-
|
|
5461
|
-
targetConfigSerializer,
|
|
5462
|
-
targetConfigUnionDeserializer,
|
|
5463
|
-
targetConfigUnionSerializer,
|
|
5464
|
-
targetDeserializer,
|
|
5465
|
-
targetSerializer,
|
|
5466
|
-
targetUnionDeserializer,
|
|
5467
|
-
targetUnionSerializer,
|
|
7486
|
+
systemDataV3Deserializer,
|
|
5468
7487
|
taxonomyCategoryArrayDeserializer,
|
|
5469
7488
|
taxonomyCategoryArraySerializer,
|
|
5470
7489
|
taxonomyCategoryDeserializer,
|
|
@@ -5473,6 +7492,18 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5473
7492
|
taxonomySubCategoryArraySerializer,
|
|
5474
7493
|
taxonomySubCategoryDeserializer,
|
|
5475
7494
|
taxonomySubCategorySerializer,
|
|
7495
|
+
telemetryConfigDeserializer,
|
|
7496
|
+
telemetryConfigSerializer,
|
|
7497
|
+
telemetryEndpointAuthDeserializer,
|
|
7498
|
+
telemetryEndpointAuthSerializer,
|
|
7499
|
+
telemetryEndpointAuthUnionDeserializer,
|
|
7500
|
+
telemetryEndpointAuthUnionSerializer,
|
|
7501
|
+
telemetryEndpointDeserializer,
|
|
7502
|
+
telemetryEndpointSerializer,
|
|
7503
|
+
telemetryEndpointUnionArrayDeserializer,
|
|
7504
|
+
telemetryEndpointUnionArraySerializer,
|
|
7505
|
+
telemetryEndpointUnionDeserializer,
|
|
7506
|
+
telemetryEndpointUnionSerializer,
|
|
5476
7507
|
textResponseFormatDeserializer,
|
|
5477
7508
|
textResponseFormatJsonObjectDeserializer,
|
|
5478
7509
|
textResponseFormatJsonObjectSerializer,
|
|
@@ -5483,6 +7514,8 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5483
7514
|
textResponseFormatTextSerializer,
|
|
5484
7515
|
textResponseFormatUnionDeserializer,
|
|
5485
7516
|
textResponseFormatUnionSerializer,
|
|
7517
|
+
timerRoutineTriggerDeserializer,
|
|
7518
|
+
timerRoutineTriggerSerializer,
|
|
5486
7519
|
toolChoiceAllowedDeserializer,
|
|
5487
7520
|
toolChoiceAllowedSerializer,
|
|
5488
7521
|
toolChoiceCodeInterpreterDeserializer,
|
|
@@ -5511,6 +7544,10 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5511
7544
|
toolChoiceWebSearchPreview20250311Serializer,
|
|
5512
7545
|
toolChoiceWebSearchPreviewDeserializer,
|
|
5513
7546
|
toolChoiceWebSearchPreviewSerializer,
|
|
7547
|
+
toolConfigDeserializer,
|
|
7548
|
+
toolConfigRecordDeserializer,
|
|
7549
|
+
toolConfigRecordSerializer,
|
|
7550
|
+
toolConfigSerializer,
|
|
5514
7551
|
toolDescriptionArrayDeserializer,
|
|
5515
7552
|
toolDescriptionArraySerializer,
|
|
5516
7553
|
toolDescriptionDeserializer,
|
|
@@ -5527,16 +7564,35 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5527
7564
|
toolUnionArraySerializer,
|
|
5528
7565
|
toolUnionDeserializer,
|
|
5529
7566
|
toolUnionSerializer,
|
|
7567
|
+
toolUseFineTuningDataGenerationJobOptionsDeserializer,
|
|
7568
|
+
toolUseFineTuningDataGenerationJobOptionsSerializer,
|
|
5530
7569
|
toolboxObjectArrayDeserializer,
|
|
5531
7570
|
toolboxObjectDeserializer,
|
|
5532
7571
|
toolboxPoliciesDeserializer,
|
|
5533
7572
|
toolboxPoliciesSerializer,
|
|
7573
|
+
toolboxSearchPreviewToolDeserializer,
|
|
7574
|
+
toolboxSearchPreviewToolSerializer,
|
|
7575
|
+
toolboxSkillDeserializer,
|
|
7576
|
+
toolboxSkillReferenceDeserializer,
|
|
7577
|
+
toolboxSkillReferenceSerializer,
|
|
7578
|
+
toolboxSkillSerializer,
|
|
7579
|
+
toolboxSkillUnionArrayDeserializer,
|
|
7580
|
+
toolboxSkillUnionArraySerializer,
|
|
7581
|
+
toolboxSkillUnionDeserializer,
|
|
7582
|
+
toolboxSkillUnionSerializer,
|
|
5534
7583
|
toolboxVersionObjectArrayDeserializer,
|
|
5535
7584
|
toolboxVersionObjectDeserializer,
|
|
7585
|
+
tracesDataGenerationJobOptionsDeserializer,
|
|
7586
|
+
tracesDataGenerationJobOptionsSerializer,
|
|
7587
|
+
tracesDataGenerationJobSourceDeserializer,
|
|
7588
|
+
tracesDataGenerationJobSourceSerializer,
|
|
7589
|
+
tracesEvaluatorGenerationJobSourceDeserializer,
|
|
7590
|
+
tracesEvaluatorGenerationJobSourceSerializer,
|
|
5536
7591
|
triggerDeserializer,
|
|
5537
7592
|
triggerSerializer,
|
|
5538
7593
|
triggerUnionDeserializer,
|
|
5539
7594
|
triggerUnionSerializer,
|
|
7595
|
+
updateModelVersionRequestSerializer,
|
|
5540
7596
|
updateToolboxRequestSerializer,
|
|
5541
7597
|
userProfileMemoryItemDeserializer,
|
|
5542
7598
|
versionIndicatorDeserializer,
|
|
@@ -5566,8 +7622,6 @@ var KnownApiVersions = /* @__PURE__ */ ((KnownApiVersions2) => {
|
|
|
5566
7622
|
weeklyRecurrenceScheduleDeserializer,
|
|
5567
7623
|
weeklyRecurrenceScheduleSerializer,
|
|
5568
7624
|
workIQPreviewToolDeserializer,
|
|
5569
|
-
workIQPreviewToolParametersDeserializer,
|
|
5570
|
-
workIQPreviewToolParametersSerializer,
|
|
5571
7625
|
workIQPreviewToolSerializer,
|
|
5572
7626
|
workflowAgentDefinitionDeserializer,
|
|
5573
7627
|
workflowAgentDefinitionSerializer
|