Some past commits might have contained Cursor's IP or accidentally commited API keys. Before making the repository public, all the history has been squashed into a single commit with.
8 lines
175 B
Python
8 lines
175 B
Python
"""Azure adapter package.
|
|
|
|
This package exposes the AzureAdapter for integrating with Azure's Responses API.
|
|
"""
|
|
|
|
__all__ = ["AzureAdapter"]
|
|
from .adapter import AzureAdapter
|