Skip to content

Commit b5ca0c8

Browse files
authored
Python: Create/Get Agent API for OpenAI Assistants (microsoft#3208)
* Added provider implementation * Added example with response format * Small improvements
1 parent dd3e2b6 commit b5ca0c8

14 files changed

+1932
-118
lines changed

python/packages/core/agent_framework/openai/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) Microsoft. All rights reserved.
22

33

4+
from ._assistant_provider import * # noqa: F403
45
from ._assistants_client import * # noqa: F403
56
from ._chat_client import * # noqa: F403
67
from ._exceptions import * # noqa: F403

0 commit comments

Comments
 (0)