Skip to content

Commit

Permalink
hope to fix doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
howieleung committed Jan 6, 2025
1 parent 7861399 commit 5154fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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".
Expand Down

0 comments on commit 5154fa3

Please sign in to comment.