Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk/ai/azure-ai-agents/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commit": "bb99e131bf41349b782e1eacfb2ad98f0a5208a0",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/ai/Azure.AI.Agents",
"@azure-tools/typespec-python": "0.44.2"
}
986 changes: 7 additions & 979 deletions sdk/ai/azure-ai-agents/azure/ai/agents/_patch.py

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sdk/ai/azure-ai-agents/azure/ai/agents/_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pylint: disable=line-too-long,useless-suppression
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pylint: disable=line-too-long,useless-suppression,too-many-lines
# pylint: disable=too-many-lines
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
Expand Down
986 changes: 7 additions & 979 deletions sdk/ai/azure-ai-agents/azure/ai/agents/aio/_patch.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3942,7 +3942,9 @@ async def get_next(_continuation_token=None):
return AsyncItemPaged(get_next, extract_data)


class AgentsClientOperationsMixin(ClientMixinABC[AsyncPipelineClient, AgentsClientConfiguration]):
class AgentsClientOperationsMixin(
ClientMixinABC[AsyncPipelineClient[HttpRequest, AsyncHttpResponse], AgentsClientConfiguration]
):

@overload
async def create_agent(
Expand Down
2,229 changes: 7 additions & 2,222 deletions sdk/ai/azure-ai-agents/azure/ai/agents/aio/operations/_patch.py

Large diffs are not rendered by default.

Loading