From 5154fa37b6799e3e96cf7777c4635d6b5fe5ae52 Mon Sep 17 00:00:00 2001 From: howieleung Date: Mon, 6 Jan 2025 15:15:23 -0800 Subject: [PATCH] hope to fix doc gen --- .../azure/ai/projects/aio/operations/_patch.py | 3 +-- .../azure-ai-projects/azure/ai/projects/operations/_patch.py | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sdk/ai/azure-ai-projects/azure/ai/projects/aio/operations/_patch.py b/sdk/ai/azure-ai-projects/azure/ai/projects/aio/operations/_patch.py index 6797c82f65d5..b35c64ab43fc 100644 --- a/sdk/ai/azure-ai-projects/azure/ai/projects/aio/operations/_patch.py +++ b/sdk/ai/azure-ai-projects/azure/ai/projects/aio/operations/_patch.py @@ -2120,8 +2120,7 @@ async def submit_tool_outputs_to_stream( :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json". :paramtype content_type: str - :keyword event_handler: The event handler to use for processing events during the run. Default - value is None. + :keyword event_handler: The event handler to use for processing events during the run. :paramtype event_handler: ~azure.ai.projects.models.AsyncAgentEventHandler :raises ~azure.core.exceptions.HttpResponseError: """ diff --git a/sdk/ai/azure-ai-projects/azure/ai/projects/operations/_patch.py b/sdk/ai/azure-ai-projects/azure/ai/projects/operations/_patch.py index 48f0442d0443..bc35e88caa0b 100644 --- a/sdk/ai/azure-ai-projects/azure/ai/projects/operations/_patch.py +++ b/sdk/ai/azure-ai-projects/azure/ai/projects/operations/_patch.py @@ -2274,7 +2274,7 @@ def submit_tool_outputs_to_stream( run_id: str, body: Union[JSON, IO[bytes]], *, - event_handler: _models.BaseAgentEventHandlerT, + event_handler: _models.BaseAgentEventHandler, content_type: str = "application/json", **kwargs: Any, ) -> None: @@ -2288,8 +2288,7 @@ def submit_tool_outputs_to_stream( :type run_id: str :param body: Is either a JSON type or a IO[bytes] type. Required. :type body: JSON or IO[bytes] - :keyword event_handler: The event handler to use for processing events during the run. Default - value is None. + :keyword event_handler: The event handler to use for processing events during the run. :paramtype event_handler: ~azure.ai.projects.models.AgentEventHandler :keyword content_type: Body Parameter content-type. Content type parameter for JSON body. Default value is "application/json".