Python: updated doc generation setup and some slight api enhancements (#267)

* updated doc generation setup and some slight api enhancements

* small fix in index
This commit is contained in:
Eduard van Valkenburg
2025-07-31 17:04:22 +02:00
committed by GitHub
Unverified
parent 139f033b05
commit 42c7a59640
28 changed files with 216 additions and 251 deletions
@@ -7,6 +7,7 @@ PACKAGE_NAME = "agent_framework_azure"
PACKAGE_EXTRA = "azure"
_IMPORTS = [
"AzureChatClient",
"AzureOpenAISettings",
"get_entra_auth_token",
"__version__",
]
@@ -2,12 +2,14 @@
from agent_framework_azure import (
AzureChatClient,
AzureOpenAISettings,
__version__,
get_entra_auth_token,
)
__all__ = [
"AzureChatClient",
"AzureOpenAISettings",
"__version__",
"get_entra_auth_token",
]