Skip to content

Commit fb61792

Browse files
committed
resolve pipeline
1 parent c62ba7e commit fb61792

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/ai/azure-ai-agents/azure/ai/agents/models/_patch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ def submit_function_call_output(
19581958
:type tool_call: RequiredFunctionToolCall
19591959
:param tool_call_details: Function arguments/details object.
19601960
:type tool_call_details: RequiredFunctionToolCallDetails
1961-
:keyword kwargs: Additional keyword arguments for extensibility.
1961+
:paramtype kwargs: Additional keyword arguments for extensibility.
19621962
:return: Stringified result to send back to the service, or ``None`` to delegate to auto function calling.
19631963
:rtype: Optional[Any]
19641964
"""
@@ -1980,7 +1980,7 @@ def submit_mcp_tool_approval(
19801980
:type run: ThreadRun
19811981
:param tool_call: The MCP tool call requiring approval.
19821982
:type tool_call: RequiredMcpToolCall
1983-
:keyword kwargs: Additional keyword arguments for extensibility.
1983+
:paramtype kwargs: Additional keyword arguments for extensibility.
19841984
:return: A populated ``ToolApproval`` instance on approval, or ``None`` to decline.
19851985
:rtype: Optional[ToolApproval]
19861986
"""

sdk/ai/azure-ai-agents/azure/ai/agents/operations/_patch.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@ def create_and_process(
522522
64 characters in length and values may be up to 512 characters in length. Default value is
523523
None.
524524
:paramtype metadata: dict[str, str]
525+
:keyword run_handler: Optional handler to customize run processing and tool execution.
526+
Default value is None.
527+
:paramtype run_handler: ~azure.ai.agents.models.RunHandler
525528
:keyword polling_interval: The time in seconds to wait between polling the service for run status.
526529
Default value is 1.
527530
:paramtype polling_interval: int

0 commit comments

Comments
 (0)