@@ -141,8 +141,8 @@ def create_agent( # pylint: disable=arguments-differ
141
141
Can be a string, response format mode, or structured response format object that defines how
142
142
the agent should structure its outputs.
143
143
:paramtype response_format: Optional[Union[str,
144
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
145
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
144
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
145
+ ~azure.ai.agents.models.AgentsResponseFormat ,
146
146
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
147
147
:keyword metadata: Custom key-value pairs for storing additional information about the agent.
148
148
Useful for categorization, tracking, or storing application-specific data. Limited to 16 pairs,
@@ -206,8 +206,8 @@ def create_agent( # pylint: disable=arguments-differ
206
206
Can be a string, response format mode, or structured response format object that defines how
207
207
the agent should structure its outputs.
208
208
:paramtype response_format: Optional[Union[str,
209
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
210
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
209
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
210
+ ~azure.ai.agents.models.AgentsResponseFormat ,
211
211
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
212
212
:keyword metadata: Custom key-value pairs for storing additional information about the agent.
213
213
Useful for categorization, tracking, or storing application-specific data. Limited to 16 pairs,
@@ -296,8 +296,8 @@ def create_agent(
296
296
Can be a string, response format mode, or structured response format object that defines how
297
297
the agent should structure its outputs.
298
298
:paramtype response_format: Optional[Union[str,
299
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
300
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
299
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
300
+ ~azure.ai.agents.models.AgentsResponseFormat ,
301
301
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
302
302
:keyword metadata: Custom key-value pairs for storing additional information about the agent.
303
303
:paramtype metadata: Optional[Dict[str, str]]
@@ -393,8 +393,8 @@ def update_agent( # pylint: disable=arguments-differ
393
393
Can be a string, response format mode, or structured response format object that defines how
394
394
the agent should structure its outputs.
395
395
:paramtype response_format: Optional[Union[str,
396
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
397
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
396
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
397
+ ~azure.ai.agents.models.AgentsResponseFormat ,
398
398
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
399
399
:keyword metadata: A set of up to 16 key/value pairs that can be attached to an object, used
400
400
for storing additional information about that object in a structured format. Keys may be up to
@@ -459,8 +459,8 @@ def update_agent( # pylint: disable=arguments-differ
459
459
Can be a string, response format mode, or structured response format object that defines how
460
460
the agent should structure its outputs.
461
461
:paramtype response_format: Optional[Union[str,
462
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
463
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
462
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
463
+ ~azure.ai.agents.models.AgentsResponseFormat ,
464
464
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
465
465
:keyword metadata: A set of up to 16 key/value pairs that can be attached to an object, used
466
466
for storing additional information about that object in a structured format. Keys may be up to
@@ -570,8 +570,8 @@ def update_agent(
570
570
Can be a string, response format mode, or structured response format object that defines how
571
571
the agent should structure its outputs.
572
572
:paramtype response_format: Optional[Union[str,
573
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
574
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
573
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
574
+ ~azure.ai.agents.models.AgentsResponseFormat ,
575
575
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
576
576
:keyword content_type: Body Parameter content-type. Content type parameter for JSON body.
577
577
Default value is "application/json".
@@ -733,8 +733,8 @@ def create_thread_and_run(
733
733
Can be a string, response format mode, or structured response format object that defines how
734
734
the agent should structure its outputs.
735
735
:paramtype response_format: Optional[Union[str,
736
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
737
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
736
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
737
+ ~azure.ai.agents.models.AgentsResponseFormat ,
738
738
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
739
739
:keyword parallel_tool_calls: If True, tools will be invoked in parallel.
740
740
:paramtype parallel_tool_calls: bool
@@ -837,8 +837,8 @@ def create_thread_and_run( # type: ignore
837
837
Can be a string, response format mode, or structured response format object that defines how
838
838
the agent should structure its outputs.
839
839
:paramtype response_format: Optional[Union[str,
840
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
841
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
840
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
841
+ ~azure.ai.agents.models.AgentsResponseFormat ,
842
842
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
843
843
:keyword parallel_tool_calls: If True, tools will be invoked in parallel.
844
844
:paramtype parallel_tool_calls: bool
@@ -939,8 +939,8 @@ def create_thread_and_process_run(
939
939
Can be a string, response format mode, or structured response format object that defines how
940
940
the agent should structure its outputs.
941
941
:paramtype response_format: Optional[Union[str,
942
- ~azure.ai.agents.models.AgentsApiResponseFormatMode ,
943
- ~azure.ai.agents.models.AgentsApiResponseFormat ,
942
+ ~azure.ai.agents.models.AgentsResponseFormatMode ,
943
+ ~azure.ai.agents.models.AgentsResponseFormat ,
944
944
~azure.ai.agents.models.ResponseFormatJsonSchemaType]]
945
945
:keyword parallel_tool_calls: If True, allows tool calls to be executed in parallel.
946
946
:paramtype parallel_tool_calls: bool, optional
0 commit comments