azure-ai-agentserver-core 1.0.0b2__py3-none-any.whl

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.
Files changed (29) hide show
  1. azure/ai/agentserver/__init__.py +1 -0
  2. azure/ai/agentserver/core/__init__.py +14 -0
  3. azure/ai/agentserver/core/_version.py +9 -0
  4. azure/ai/agentserver/core/constants.py +13 -0
  5. azure/ai/agentserver/core/logger.py +161 -0
  6. azure/ai/agentserver/core/models/__init__.py +7 -0
  7. azure/ai/agentserver/core/models/_create_response.py +12 -0
  8. azure/ai/agentserver/core/models/openai/__init__.py +16 -0
  9. azure/ai/agentserver/core/models/projects/__init__.py +820 -0
  10. azure/ai/agentserver/core/models/projects/_enums.py +767 -0
  11. azure/ai/agentserver/core/models/projects/_models.py +15049 -0
  12. azure/ai/agentserver/core/models/projects/_patch.py +39 -0
  13. azure/ai/agentserver/core/models/projects/_patch_evaluations.py +48 -0
  14. azure/ai/agentserver/core/models/projects/_utils/__init__.py +6 -0
  15. azure/ai/agentserver/core/models/projects/_utils/model_base.py +1237 -0
  16. azure/ai/agentserver/core/models/projects/_utils/serialization.py +2030 -0
  17. azure/ai/agentserver/core/py.typed +0 -0
  18. azure/ai/agentserver/core/server/__init__.py +1 -0
  19. azure/ai/agentserver/core/server/base.py +324 -0
  20. azure/ai/agentserver/core/server/common/__init__.py +1 -0
  21. azure/ai/agentserver/core/server/common/agent_run_context.py +76 -0
  22. azure/ai/agentserver/core/server/common/id_generator/__init__.py +5 -0
  23. azure/ai/agentserver/core/server/common/id_generator/foundry_id_generator.py +136 -0
  24. azure/ai/agentserver/core/server/common/id_generator/id_generator.py +19 -0
  25. azure_ai_agentserver_core-1.0.0b2.dist-info/METADATA +149 -0
  26. azure_ai_agentserver_core-1.0.0b2.dist-info/RECORD +29 -0
  27. azure_ai_agentserver_core-1.0.0b2.dist-info/WHEEL +5 -0
  28. azure_ai_agentserver_core-1.0.0b2.dist-info/licenses/LICENSE +21 -0
  29. azure_ai_agentserver_core-1.0.0b2.dist-info/top_level.txt +1 -0
@@ -0,0 +1,820 @@
1
+ # coding=utf-8
2
+ # --------------------------------------------------------------------------
3
+ # Copyright (c) Microsoft Corporation. All rights reserved.
4
+ # Licensed under the MIT License. See License.txt in the project root for license information.
5
+ # Code generated by Microsoft (R) Python Code Generator.
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------
8
+ # pylint: disable=wrong-import-position
9
+
10
+ from typing import TYPE_CHECKING
11
+
12
+ if TYPE_CHECKING:
13
+ from ._patch import * # pylint: disable=unused-wildcard-import
14
+
15
+
16
+ from ._models import ( # type: ignore
17
+ A2ATool,
18
+ AISearchIndexResource,
19
+ AgentClusterInsightResult,
20
+ AgentClusterInsightsRequest,
21
+ AgentContainerObject,
22
+ AgentContainerOperationError,
23
+ AgentContainerOperationObject,
24
+ AgentDefinition,
25
+ AgentId,
26
+ AgentObject,
27
+ AgentObjectVersions,
28
+ AgentReference,
29
+ AgentTaxonomyInput,
30
+ AgentVersionObject,
31
+ AgenticIdentityCredentials,
32
+ Annotation,
33
+ AnnotationFileCitation,
34
+ AnnotationFilePath,
35
+ AnnotationUrlCitation,
36
+ ApiError,
37
+ ApiErrorResponse,
38
+ ApiInnerError,
39
+ ApiKeyCredentials,
40
+ ApproximateLocation,
41
+ AzureAIAgentTarget,
42
+ AzureAISearchAgentTool,
43
+ AzureAISearchIndex,
44
+ AzureAISearchToolResource,
45
+ AzureFunctionAgentTool,
46
+ AzureFunctionBinding,
47
+ AzureFunctionDefinition,
48
+ AzureFunctionDefinitionFunction,
49
+ AzureFunctionStorageQueue,
50
+ AzureOpenAIModelConfiguration,
51
+ BaseCredentials,
52
+ BingCustomSearchAgentTool,
53
+ BingCustomSearchConfiguration,
54
+ BingCustomSearchToolParameters,
55
+ BingGroundingAgentTool,
56
+ BingGroundingSearchConfiguration,
57
+ BingGroundingSearchToolParameters,
58
+ BlobReference,
59
+ BlobReferenceSasCredential,
60
+ BrowserAutomationAgentTool,
61
+ BrowserAutomationToolConnectionParameters,
62
+ BrowserAutomationToolParameters,
63
+ CaptureStructuredOutputsTool,
64
+ ChartCoordinate,
65
+ ChatSummaryMemoryItem,
66
+ ClusterInsightResult,
67
+ ClusterTokenUsage,
68
+ CodeBasedEvaluatorDefinition,
69
+ CodeInterpreterOutput,
70
+ CodeInterpreterOutputImage,
71
+ CodeInterpreterOutputLogs,
72
+ CodeInterpreterTool,
73
+ CodeInterpreterToolAuto,
74
+ CodeInterpreterToolCallItemParam,
75
+ CodeInterpreterToolCallItemResource,
76
+ ComparisonFilter,
77
+ CompoundFilter,
78
+ ComputerAction,
79
+ ComputerActionClick,
80
+ ComputerActionDoubleClick,
81
+ ComputerActionDrag,
82
+ ComputerActionKeyPress,
83
+ ComputerActionMove,
84
+ ComputerActionScreenshot,
85
+ ComputerActionScroll,
86
+ ComputerActionTypeKeys,
87
+ ComputerActionWait,
88
+ ComputerToolCallItemParam,
89
+ ComputerToolCallItemResource,
90
+ ComputerToolCallOutputItemOutput,
91
+ ComputerToolCallOutputItemOutputComputerScreenshot,
92
+ ComputerToolCallOutputItemParam,
93
+ ComputerToolCallOutputItemResource,
94
+ ComputerToolCallSafetyCheck,
95
+ ComputerUsePreviewTool,
96
+ Connection,
97
+ ContainerAppAgentDefinition,
98
+ ContinuousEvaluationRuleAction,
99
+ Coordinate,
100
+ CosmosDBIndex,
101
+ CreatedBy,
102
+ CronTrigger,
103
+ CustomCredential,
104
+ DailyRecurrenceSchedule,
105
+ DatasetCredential,
106
+ DatasetVersion,
107
+ DeleteAgentResponse,
108
+ DeleteAgentVersionResponse,
109
+ DeleteMemoryStoreResponse,
110
+ Deployment,
111
+ EmbeddingConfiguration,
112
+ EntraIDCredentials,
113
+ EvalCompareReport,
114
+ EvalResult,
115
+ EvalRunResultCompareItem,
116
+ EvalRunResultComparison,
117
+ EvalRunResultSummary,
118
+ EvaluationComparisonRequest,
119
+ EvaluationResultSample,
120
+ EvaluationRule,
121
+ EvaluationRuleAction,
122
+ EvaluationRuleFilter,
123
+ EvaluationRunClusterInsightResult,
124
+ EvaluationRunClusterInsightsRequest,
125
+ EvaluationScheduleTask,
126
+ EvaluationTaxonomy,
127
+ EvaluationTaxonomyInput,
128
+ EvaluatorDefinition,
129
+ EvaluatorMetric,
130
+ EvaluatorVersion,
131
+ FabricDataAgentToolParameters,
132
+ FieldMapping,
133
+ FileDatasetVersion,
134
+ FileSearchTool,
135
+ FileSearchToolCallItemParam,
136
+ FileSearchToolCallItemParamResult,
137
+ FileSearchToolCallItemResource,
138
+ FolderDatasetVersion,
139
+ FunctionTool,
140
+ FunctionToolCallItemParam,
141
+ FunctionToolCallItemResource,
142
+ FunctionToolCallOutputItemParam,
143
+ FunctionToolCallOutputItemResource,
144
+ HostedAgentDefinition,
145
+ HourlyRecurrenceSchedule,
146
+ HumanEvaluationRuleAction,
147
+ ImageBasedHostedAgentDefinition,
148
+ ImageGenTool,
149
+ ImageGenToolCallItemParam,
150
+ ImageGenToolCallItemResource,
151
+ ImageGenToolInputImageMask,
152
+ Index,
153
+ Insight,
154
+ InsightCluster,
155
+ InsightModelConfiguration,
156
+ InsightRequest,
157
+ InsightResult,
158
+ InsightSample,
159
+ InsightScheduleTask,
160
+ InsightSummary,
161
+ InsightsMetadata,
162
+ InvokeAzureAgentWorkflowActionOutputItemResource,
163
+ ItemContent,
164
+ ItemContentInputAudio,
165
+ ItemContentInputFile,
166
+ ItemContentInputImage,
167
+ ItemContentInputText,
168
+ ItemContentOutputAudio,
169
+ ItemContentOutputText,
170
+ ItemContentRefusal,
171
+ ItemParam,
172
+ ItemReferenceItemParam,
173
+ ItemResource,
174
+ LocalShellExecAction,
175
+ LocalShellTool,
176
+ LocalShellToolCallItemParam,
177
+ LocalShellToolCallItemResource,
178
+ LocalShellToolCallOutputItemParam,
179
+ LocalShellToolCallOutputItemResource,
180
+ Location,
181
+ LogProb,
182
+ MCPApprovalRequestItemParam,
183
+ MCPApprovalRequestItemResource,
184
+ MCPApprovalResponseItemParam,
185
+ MCPApprovalResponseItemResource,
186
+ MCPCallItemParam,
187
+ MCPCallItemResource,
188
+ MCPListToolsItemParam,
189
+ MCPListToolsItemResource,
190
+ MCPListToolsTool,
191
+ MCPTool,
192
+ MCPToolAllowedTools1,
193
+ MCPToolRequireApproval1,
194
+ MCPToolRequireApprovalAlways,
195
+ MCPToolRequireApprovalNever,
196
+ ManagedAzureAISearchIndex,
197
+ MemoryItem,
198
+ MemoryOperation,
199
+ MemorySearchItem,
200
+ MemorySearchOptions,
201
+ MemorySearchTool,
202
+ MemorySearchToolCallItemParam,
203
+ MemorySearchToolCallItemResource,
204
+ MemoryStoreDefaultDefinition,
205
+ MemoryStoreDefaultOptions,
206
+ MemoryStoreDefinition,
207
+ MemoryStoreDeleteScopeResponse,
208
+ MemoryStoreObject,
209
+ MemoryStoreOperationUsage,
210
+ MemoryStoreOperationUsageInputTokensDetails,
211
+ MemoryStoreOperationUsageOutputTokensDetails,
212
+ MemoryStoreSearchResponse,
213
+ MemoryStoreUpdateResponse,
214
+ MemoryStoreUpdateResult,
215
+ MicrosoftFabricAgentTool,
216
+ ModelDeployment,
217
+ ModelDeploymentSku,
218
+ MonthlyRecurrenceSchedule,
219
+ NoAuthenticationCredentials,
220
+ OAuthConsentRequestItemResource,
221
+ OneTimeTrigger,
222
+ OpenApiAgentTool,
223
+ OpenApiAnonymousAuthDetails,
224
+ OpenApiAuthDetails,
225
+ OpenApiFunctionDefinition,
226
+ OpenApiFunctionDefinitionFunction,
227
+ OpenApiManagedAuthDetails,
228
+ OpenApiManagedSecurityScheme,
229
+ OpenApiProjectConnectionAuthDetails,
230
+ OpenApiProjectConnectionSecurityScheme,
231
+ PagedScheduleRun,
232
+ PendingUploadRequest,
233
+ PendingUploadResponse,
234
+ Prompt,
235
+ PromptAgentDefinition,
236
+ PromptAgentDefinitionText,
237
+ PromptBasedEvaluatorDefinition,
238
+ ProtocolVersionRecord,
239
+ RaiConfig,
240
+ RankingOptions,
241
+ Reasoning,
242
+ ReasoningItemParam,
243
+ ReasoningItemResource,
244
+ ReasoningItemSummaryPart,
245
+ ReasoningItemSummaryTextPart,
246
+ RecurrenceSchedule,
247
+ RecurrenceTrigger,
248
+ RedTeam,
249
+ Response,
250
+ ResponseCodeInterpreterCallCodeDeltaEvent,
251
+ ResponseCodeInterpreterCallCodeDoneEvent,
252
+ ResponseCodeInterpreterCallCompletedEvent,
253
+ ResponseCodeInterpreterCallInProgressEvent,
254
+ ResponseCodeInterpreterCallInterpretingEvent,
255
+ ResponseCompletedEvent,
256
+ ResponseContentPartAddedEvent,
257
+ ResponseContentPartDoneEvent,
258
+ ResponseConversation1,
259
+ ResponseCreatedEvent,
260
+ ResponseError,
261
+ ResponseErrorEvent,
262
+ ResponseFailedEvent,
263
+ ResponseFileSearchCallCompletedEvent,
264
+ ResponseFileSearchCallInProgressEvent,
265
+ ResponseFileSearchCallSearchingEvent,
266
+ ResponseFormatJsonSchemaSchema,
267
+ ResponseFunctionCallArgumentsDeltaEvent,
268
+ ResponseFunctionCallArgumentsDoneEvent,
269
+ ResponseImageGenCallCompletedEvent,
270
+ ResponseImageGenCallGeneratingEvent,
271
+ ResponseImageGenCallInProgressEvent,
272
+ ResponseImageGenCallPartialImageEvent,
273
+ ResponseInProgressEvent,
274
+ ResponseIncompleteDetails1,
275
+ ResponseIncompleteEvent,
276
+ ResponseMCPCallArgumentsDeltaEvent,
277
+ ResponseMCPCallArgumentsDoneEvent,
278
+ ResponseMCPCallCompletedEvent,
279
+ ResponseMCPCallFailedEvent,
280
+ ResponseMCPCallInProgressEvent,
281
+ ResponseMCPListToolsCompletedEvent,
282
+ ResponseMCPListToolsFailedEvent,
283
+ ResponseMCPListToolsInProgressEvent,
284
+ ResponseOutputItemAddedEvent,
285
+ ResponseOutputItemDoneEvent,
286
+ ResponsePromptVariables,
287
+ ResponseQueuedEvent,
288
+ ResponseReasoningDeltaEvent,
289
+ ResponseReasoningDoneEvent,
290
+ ResponseReasoningSummaryDeltaEvent,
291
+ ResponseReasoningSummaryDoneEvent,
292
+ ResponseReasoningSummaryPartAddedEvent,
293
+ ResponseReasoningSummaryPartDoneEvent,
294
+ ResponseReasoningSummaryTextDeltaEvent,
295
+ ResponseReasoningSummaryTextDoneEvent,
296
+ ResponseRefusalDeltaEvent,
297
+ ResponseRefusalDoneEvent,
298
+ ResponseStreamEvent,
299
+ ResponseText,
300
+ ResponseTextDeltaEvent,
301
+ ResponseTextDoneEvent,
302
+ ResponseTextFormatConfiguration,
303
+ ResponseTextFormatConfigurationJsonObject,
304
+ ResponseTextFormatConfigurationJsonSchema,
305
+ ResponseTextFormatConfigurationText,
306
+ ResponseUsage,
307
+ ResponseWebSearchCallCompletedEvent,
308
+ ResponseWebSearchCallInProgressEvent,
309
+ ResponseWebSearchCallSearchingEvent,
310
+ ResponsesAssistantMessageItemParam,
311
+ ResponsesAssistantMessageItemResource,
312
+ ResponsesDeveloperMessageItemParam,
313
+ ResponsesDeveloperMessageItemResource,
314
+ ResponsesMessageItemParam,
315
+ ResponsesMessageItemResource,
316
+ ResponsesSystemMessageItemParam,
317
+ ResponsesSystemMessageItemResource,
318
+ ResponsesUserMessageItemParam,
319
+ ResponsesUserMessageItemResource,
320
+ SASCredentials,
321
+ Schedule,
322
+ ScheduleRun,
323
+ ScheduleTask,
324
+ SharepointAgentTool,
325
+ SharepointGroundingToolParameters,
326
+ StructuredInputDefinition,
327
+ StructuredOutputDefinition,
328
+ StructuredOutputsItemResource,
329
+ Target,
330
+ TargetConfig,
331
+ TaxonomyCategory,
332
+ TaxonomySubCategory,
333
+ Tool,
334
+ ToolArgumentBinding,
335
+ ToolChoiceObject,
336
+ ToolChoiceObjectCodeInterpreter,
337
+ ToolChoiceObjectComputer,
338
+ ToolChoiceObjectFileSearch,
339
+ ToolChoiceObjectFunction,
340
+ ToolChoiceObjectImageGen,
341
+ ToolChoiceObjectMCP,
342
+ ToolChoiceObjectWebSearch,
343
+ ToolDescription,
344
+ ToolProjectConnection,
345
+ ToolProjectConnectionList,
346
+ TopLogProb,
347
+ Trigger,
348
+ UserProfileMemoryItem,
349
+ VectorStoreFileAttributes,
350
+ WebSearchAction,
351
+ WebSearchActionFind,
352
+ WebSearchActionOpenPage,
353
+ WebSearchActionSearch,
354
+ WebSearchPreviewTool,
355
+ WebSearchToolCallItemParam,
356
+ WebSearchToolCallItemResource,
357
+ WeeklyRecurrenceSchedule,
358
+ WorkflowActionOutputItemResource,
359
+ WorkflowDefinition,
360
+ )
361
+
362
+ from ._enums import ( # type: ignore
363
+ AgentContainerOperationStatus,
364
+ AgentContainerStatus,
365
+ AgentKind,
366
+ AgentProtocol,
367
+ AnnotationType,
368
+ AttackStrategy,
369
+ AzureAISearchQueryType,
370
+ CodeInterpreterOutputType,
371
+ ComputerActionType,
372
+ ComputerToolCallOutputItemOutputType,
373
+ ConnectionType,
374
+ CredentialType,
375
+ DatasetType,
376
+ DayOfWeek,
377
+ DeploymentType,
378
+ EvaluationRuleActionType,
379
+ EvaluationRuleEventType,
380
+ EvaluationTaxonomyInputType,
381
+ EvaluatorCategory,
382
+ EvaluatorDefinitionType,
383
+ EvaluatorMetricDirection,
384
+ EvaluatorMetricType,
385
+ EvaluatorType,
386
+ IndexType,
387
+ InsightType,
388
+ ItemContentType,
389
+ ItemType,
390
+ LocationType,
391
+ MemoryItemKind,
392
+ MemoryOperationKind,
393
+ MemoryStoreKind,
394
+ MemoryStoreUpdateStatus,
395
+ OpenApiAuthType,
396
+ OperationState,
397
+ PendingUploadType,
398
+ ReasoningEffort,
399
+ ReasoningItemSummaryPartType,
400
+ RecurrenceType,
401
+ ResponseErrorCode,
402
+ ResponseStreamEventType,
403
+ ResponseTextFormatConfigurationType,
404
+ ResponsesMessageRole,
405
+ RiskCategory,
406
+ SampleType,
407
+ ScheduleProvisioningStatus,
408
+ ScheduleTaskType,
409
+ ServiceTier,
410
+ ToolChoiceObjectType,
411
+ ToolChoiceOptions,
412
+ ToolType,
413
+ TreatmentEffectType,
414
+ TriggerType,
415
+ WebSearchActionType,
416
+ )
417
+ from ._patch import __all__ as _patch_all
418
+ from ._patch import *
419
+ from ._patch import patch_sdk as _patch_sdk
420
+
421
+ __all__ = [
422
+ "A2ATool",
423
+ "AISearchIndexResource",
424
+ "AgentClusterInsightResult",
425
+ "AgentClusterInsightsRequest",
426
+ "AgentContainerObject",
427
+ "AgentContainerOperationError",
428
+ "AgentContainerOperationObject",
429
+ "AgentDefinition",
430
+ "AgentId",
431
+ "AgentObject",
432
+ "AgentObjectVersions",
433
+ "AgentReference",
434
+ "AgentTaxonomyInput",
435
+ "AgentVersionObject",
436
+ "AgenticIdentityCredentials",
437
+ "Annotation",
438
+ "AnnotationFileCitation",
439
+ "AnnotationFilePath",
440
+ "AnnotationUrlCitation",
441
+ "ApiError",
442
+ "ApiErrorResponse",
443
+ "ApiInnerError",
444
+ "ApiKeyCredentials",
445
+ "ApproximateLocation",
446
+ "AzureAIAgentTarget",
447
+ "AzureAISearchAgentTool",
448
+ "AzureAISearchIndex",
449
+ "AzureAISearchToolResource",
450
+ "AzureFunctionAgentTool",
451
+ "AzureFunctionBinding",
452
+ "AzureFunctionDefinition",
453
+ "AzureFunctionDefinitionFunction",
454
+ "AzureFunctionStorageQueue",
455
+ "AzureOpenAIModelConfiguration",
456
+ "BaseCredentials",
457
+ "BingCustomSearchAgentTool",
458
+ "BingCustomSearchConfiguration",
459
+ "BingCustomSearchToolParameters",
460
+ "BingGroundingAgentTool",
461
+ "BingGroundingSearchConfiguration",
462
+ "BingGroundingSearchToolParameters",
463
+ "BlobReference",
464
+ "BlobReferenceSasCredential",
465
+ "BrowserAutomationAgentTool",
466
+ "BrowserAutomationToolConnectionParameters",
467
+ "BrowserAutomationToolParameters",
468
+ "CaptureStructuredOutputsTool",
469
+ "ChartCoordinate",
470
+ "ChatSummaryMemoryItem",
471
+ "ClusterInsightResult",
472
+ "ClusterTokenUsage",
473
+ "CodeBasedEvaluatorDefinition",
474
+ "CodeInterpreterOutput",
475
+ "CodeInterpreterOutputImage",
476
+ "CodeInterpreterOutputLogs",
477
+ "CodeInterpreterTool",
478
+ "CodeInterpreterToolAuto",
479
+ "CodeInterpreterToolCallItemParam",
480
+ "CodeInterpreterToolCallItemResource",
481
+ "ComparisonFilter",
482
+ "CompoundFilter",
483
+ "ComputerAction",
484
+ "ComputerActionClick",
485
+ "ComputerActionDoubleClick",
486
+ "ComputerActionDrag",
487
+ "ComputerActionKeyPress",
488
+ "ComputerActionMove",
489
+ "ComputerActionScreenshot",
490
+ "ComputerActionScroll",
491
+ "ComputerActionTypeKeys",
492
+ "ComputerActionWait",
493
+ "ComputerToolCallItemParam",
494
+ "ComputerToolCallItemResource",
495
+ "ComputerToolCallOutputItemOutput",
496
+ "ComputerToolCallOutputItemOutputComputerScreenshot",
497
+ "ComputerToolCallOutputItemParam",
498
+ "ComputerToolCallOutputItemResource",
499
+ "ComputerToolCallSafetyCheck",
500
+ "ComputerUsePreviewTool",
501
+ "Connection",
502
+ "ContainerAppAgentDefinition",
503
+ "ContinuousEvaluationRuleAction",
504
+ "Coordinate",
505
+ "CosmosDBIndex",
506
+ "CreatedBy",
507
+ "CronTrigger",
508
+ "CustomCredential",
509
+ "DailyRecurrenceSchedule",
510
+ "DatasetCredential",
511
+ "DatasetVersion",
512
+ "DeleteAgentResponse",
513
+ "DeleteAgentVersionResponse",
514
+ "DeleteMemoryStoreResponse",
515
+ "Deployment",
516
+ "EmbeddingConfiguration",
517
+ "EntraIDCredentials",
518
+ "EvalCompareReport",
519
+ "EvalResult",
520
+ "EvalRunResultCompareItem",
521
+ "EvalRunResultComparison",
522
+ "EvalRunResultSummary",
523
+ "EvaluationComparisonRequest",
524
+ "EvaluationResultSample",
525
+ "EvaluationRule",
526
+ "EvaluationRuleAction",
527
+ "EvaluationRuleFilter",
528
+ "EvaluationRunClusterInsightResult",
529
+ "EvaluationRunClusterInsightsRequest",
530
+ "EvaluationScheduleTask",
531
+ "EvaluationTaxonomy",
532
+ "EvaluationTaxonomyInput",
533
+ "EvaluatorDefinition",
534
+ "EvaluatorMetric",
535
+ "EvaluatorVersion",
536
+ "FabricDataAgentToolParameters",
537
+ "FieldMapping",
538
+ "FileDatasetVersion",
539
+ "FileSearchTool",
540
+ "FileSearchToolCallItemParam",
541
+ "FileSearchToolCallItemParamResult",
542
+ "FileSearchToolCallItemResource",
543
+ "FolderDatasetVersion",
544
+ "FunctionTool",
545
+ "FunctionToolCallItemParam",
546
+ "FunctionToolCallItemResource",
547
+ "FunctionToolCallOutputItemParam",
548
+ "FunctionToolCallOutputItemResource",
549
+ "HostedAgentDefinition",
550
+ "HourlyRecurrenceSchedule",
551
+ "HumanEvaluationRuleAction",
552
+ "ImageBasedHostedAgentDefinition",
553
+ "ImageGenTool",
554
+ "ImageGenToolCallItemParam",
555
+ "ImageGenToolCallItemResource",
556
+ "ImageGenToolInputImageMask",
557
+ "Index",
558
+ "Insight",
559
+ "InsightCluster",
560
+ "InsightModelConfiguration",
561
+ "InsightRequest",
562
+ "InsightResult",
563
+ "InsightSample",
564
+ "InsightScheduleTask",
565
+ "InsightSummary",
566
+ "InsightsMetadata",
567
+ "InvokeAzureAgentWorkflowActionOutputItemResource",
568
+ "ItemContent",
569
+ "ItemContentInputAudio",
570
+ "ItemContentInputFile",
571
+ "ItemContentInputImage",
572
+ "ItemContentInputText",
573
+ "ItemContentOutputAudio",
574
+ "ItemContentOutputText",
575
+ "ItemContentRefusal",
576
+ "ItemParam",
577
+ "ItemReferenceItemParam",
578
+ "ItemResource",
579
+ "LocalShellExecAction",
580
+ "LocalShellTool",
581
+ "LocalShellToolCallItemParam",
582
+ "LocalShellToolCallItemResource",
583
+ "LocalShellToolCallOutputItemParam",
584
+ "LocalShellToolCallOutputItemResource",
585
+ "Location",
586
+ "LogProb",
587
+ "MCPApprovalRequestItemParam",
588
+ "MCPApprovalRequestItemResource",
589
+ "MCPApprovalResponseItemParam",
590
+ "MCPApprovalResponseItemResource",
591
+ "MCPCallItemParam",
592
+ "MCPCallItemResource",
593
+ "MCPListToolsItemParam",
594
+ "MCPListToolsItemResource",
595
+ "MCPListToolsTool",
596
+ "MCPTool",
597
+ "MCPToolAllowedTools1",
598
+ "MCPToolRequireApproval1",
599
+ "MCPToolRequireApprovalAlways",
600
+ "MCPToolRequireApprovalNever",
601
+ "ManagedAzureAISearchIndex",
602
+ "MemoryItem",
603
+ "MemoryOperation",
604
+ "MemorySearchItem",
605
+ "MemorySearchOptions",
606
+ "MemorySearchTool",
607
+ "MemorySearchToolCallItemParam",
608
+ "MemorySearchToolCallItemResource",
609
+ "MemoryStoreDefaultDefinition",
610
+ "MemoryStoreDefaultOptions",
611
+ "MemoryStoreDefinition",
612
+ "MemoryStoreDeleteScopeResponse",
613
+ "MemoryStoreObject",
614
+ "MemoryStoreOperationUsage",
615
+ "MemoryStoreOperationUsageInputTokensDetails",
616
+ "MemoryStoreOperationUsageOutputTokensDetails",
617
+ "MemoryStoreSearchResponse",
618
+ "MemoryStoreUpdateResponse",
619
+ "MemoryStoreUpdateResult",
620
+ "MicrosoftFabricAgentTool",
621
+ "ModelDeployment",
622
+ "ModelDeploymentSku",
623
+ "MonthlyRecurrenceSchedule",
624
+ "NoAuthenticationCredentials",
625
+ "OAuthConsentRequestItemResource",
626
+ "OneTimeTrigger",
627
+ "OpenApiAgentTool",
628
+ "OpenApiAnonymousAuthDetails",
629
+ "OpenApiAuthDetails",
630
+ "OpenApiFunctionDefinition",
631
+ "OpenApiFunctionDefinitionFunction",
632
+ "OpenApiManagedAuthDetails",
633
+ "OpenApiManagedSecurityScheme",
634
+ "OpenApiProjectConnectionAuthDetails",
635
+ "OpenApiProjectConnectionSecurityScheme",
636
+ "PagedScheduleRun",
637
+ "PendingUploadRequest",
638
+ "PendingUploadResponse",
639
+ "Prompt",
640
+ "PromptAgentDefinition",
641
+ "PromptAgentDefinitionText",
642
+ "PromptBasedEvaluatorDefinition",
643
+ "ProtocolVersionRecord",
644
+ "RaiConfig",
645
+ "RankingOptions",
646
+ "Reasoning",
647
+ "ReasoningItemParam",
648
+ "ReasoningItemResource",
649
+ "ReasoningItemSummaryPart",
650
+ "ReasoningItemSummaryTextPart",
651
+ "RecurrenceSchedule",
652
+ "RecurrenceTrigger",
653
+ "RedTeam",
654
+ "Response",
655
+ "ResponseCodeInterpreterCallCodeDeltaEvent",
656
+ "ResponseCodeInterpreterCallCodeDoneEvent",
657
+ "ResponseCodeInterpreterCallCompletedEvent",
658
+ "ResponseCodeInterpreterCallInProgressEvent",
659
+ "ResponseCodeInterpreterCallInterpretingEvent",
660
+ "ResponseCompletedEvent",
661
+ "ResponseContentPartAddedEvent",
662
+ "ResponseContentPartDoneEvent",
663
+ "ResponseConversation1",
664
+ "ResponseCreatedEvent",
665
+ "ResponseError",
666
+ "ResponseErrorEvent",
667
+ "ResponseFailedEvent",
668
+ "ResponseFileSearchCallCompletedEvent",
669
+ "ResponseFileSearchCallInProgressEvent",
670
+ "ResponseFileSearchCallSearchingEvent",
671
+ "ResponseFormatJsonSchemaSchema",
672
+ "ResponseFunctionCallArgumentsDeltaEvent",
673
+ "ResponseFunctionCallArgumentsDoneEvent",
674
+ "ResponseImageGenCallCompletedEvent",
675
+ "ResponseImageGenCallGeneratingEvent",
676
+ "ResponseImageGenCallInProgressEvent",
677
+ "ResponseImageGenCallPartialImageEvent",
678
+ "ResponseInProgressEvent",
679
+ "ResponseIncompleteDetails1",
680
+ "ResponseIncompleteEvent",
681
+ "ResponseMCPCallArgumentsDeltaEvent",
682
+ "ResponseMCPCallArgumentsDoneEvent",
683
+ "ResponseMCPCallCompletedEvent",
684
+ "ResponseMCPCallFailedEvent",
685
+ "ResponseMCPCallInProgressEvent",
686
+ "ResponseMCPListToolsCompletedEvent",
687
+ "ResponseMCPListToolsFailedEvent",
688
+ "ResponseMCPListToolsInProgressEvent",
689
+ "ResponseOutputItemAddedEvent",
690
+ "ResponseOutputItemDoneEvent",
691
+ "ResponsePromptVariables",
692
+ "ResponseQueuedEvent",
693
+ "ResponseReasoningDeltaEvent",
694
+ "ResponseReasoningDoneEvent",
695
+ "ResponseReasoningSummaryDeltaEvent",
696
+ "ResponseReasoningSummaryDoneEvent",
697
+ "ResponseReasoningSummaryPartAddedEvent",
698
+ "ResponseReasoningSummaryPartDoneEvent",
699
+ "ResponseReasoningSummaryTextDeltaEvent",
700
+ "ResponseReasoningSummaryTextDoneEvent",
701
+ "ResponseRefusalDeltaEvent",
702
+ "ResponseRefusalDoneEvent",
703
+ "ResponseStreamEvent",
704
+ "ResponseText",
705
+ "ResponseTextDeltaEvent",
706
+ "ResponseTextDoneEvent",
707
+ "ResponseTextFormatConfiguration",
708
+ "ResponseTextFormatConfigurationJsonObject",
709
+ "ResponseTextFormatConfigurationJsonSchema",
710
+ "ResponseTextFormatConfigurationText",
711
+ "ResponseUsage",
712
+ "ResponseWebSearchCallCompletedEvent",
713
+ "ResponseWebSearchCallInProgressEvent",
714
+ "ResponseWebSearchCallSearchingEvent",
715
+ "ResponsesAssistantMessageItemParam",
716
+ "ResponsesAssistantMessageItemResource",
717
+ "ResponsesDeveloperMessageItemParam",
718
+ "ResponsesDeveloperMessageItemResource",
719
+ "ResponsesMessageItemParam",
720
+ "ResponsesMessageItemResource",
721
+ "ResponsesSystemMessageItemParam",
722
+ "ResponsesSystemMessageItemResource",
723
+ "ResponsesUserMessageItemParam",
724
+ "ResponsesUserMessageItemResource",
725
+ "SASCredentials",
726
+ "Schedule",
727
+ "ScheduleRun",
728
+ "ScheduleTask",
729
+ "SharepointAgentTool",
730
+ "SharepointGroundingToolParameters",
731
+ "StructuredInputDefinition",
732
+ "StructuredOutputDefinition",
733
+ "StructuredOutputsItemResource",
734
+ "Target",
735
+ "TargetConfig",
736
+ "TaxonomyCategory",
737
+ "TaxonomySubCategory",
738
+ "Tool",
739
+ "ToolArgumentBinding",
740
+ "ToolChoiceObject",
741
+ "ToolChoiceObjectCodeInterpreter",
742
+ "ToolChoiceObjectComputer",
743
+ "ToolChoiceObjectFileSearch",
744
+ "ToolChoiceObjectFunction",
745
+ "ToolChoiceObjectImageGen",
746
+ "ToolChoiceObjectMCP",
747
+ "ToolChoiceObjectWebSearch",
748
+ "ToolDescription",
749
+ "ToolProjectConnection",
750
+ "ToolProjectConnectionList",
751
+ "TopLogProb",
752
+ "Trigger",
753
+ "UserProfileMemoryItem",
754
+ "VectorStoreFileAttributes",
755
+ "WebSearchAction",
756
+ "WebSearchActionFind",
757
+ "WebSearchActionOpenPage",
758
+ "WebSearchActionSearch",
759
+ "WebSearchPreviewTool",
760
+ "WebSearchToolCallItemParam",
761
+ "WebSearchToolCallItemResource",
762
+ "WeeklyRecurrenceSchedule",
763
+ "WorkflowActionOutputItemResource",
764
+ "WorkflowDefinition",
765
+ "AgentContainerOperationStatus",
766
+ "AgentContainerStatus",
767
+ "AgentKind",
768
+ "AgentProtocol",
769
+ "AnnotationType",
770
+ "AttackStrategy",
771
+ "AzureAISearchQueryType",
772
+ "CodeInterpreterOutputType",
773
+ "ComputerActionType",
774
+ "ComputerToolCallOutputItemOutputType",
775
+ "ConnectionType",
776
+ "CredentialType",
777
+ "DatasetType",
778
+ "DayOfWeek",
779
+ "DeploymentType",
780
+ "EvaluationRuleActionType",
781
+ "EvaluationRuleEventType",
782
+ "EvaluationTaxonomyInputType",
783
+ "EvaluatorCategory",
784
+ "EvaluatorDefinitionType",
785
+ "EvaluatorMetricDirection",
786
+ "EvaluatorMetricType",
787
+ "EvaluatorType",
788
+ "IndexType",
789
+ "InsightType",
790
+ "ItemContentType",
791
+ "ItemType",
792
+ "LocationType",
793
+ "MemoryItemKind",
794
+ "MemoryOperationKind",
795
+ "MemoryStoreKind",
796
+ "MemoryStoreUpdateStatus",
797
+ "OpenApiAuthType",
798
+ "OperationState",
799
+ "PendingUploadType",
800
+ "ReasoningEffort",
801
+ "ReasoningItemSummaryPartType",
802
+ "RecurrenceType",
803
+ "ResponseErrorCode",
804
+ "ResponseStreamEventType",
805
+ "ResponseTextFormatConfigurationType",
806
+ "ResponsesMessageRole",
807
+ "RiskCategory",
808
+ "SampleType",
809
+ "ScheduleProvisioningStatus",
810
+ "ScheduleTaskType",
811
+ "ServiceTier",
812
+ "ToolChoiceObjectType",
813
+ "ToolChoiceOptions",
814
+ "ToolType",
815
+ "TreatmentEffectType",
816
+ "TriggerType",
817
+ "WebSearchActionType",
818
+ ]
819
+ __all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
820
+ _patch_sdk()