CHANGELOG.md
LICENSE
MANIFEST.in
README.md
api.md
pyproject.toml
azure/__init__.py
azure/ai/__init__.py
azure/ai/discovery/__init__.py
azure/ai/discovery/_client.py
azure/ai/discovery/_configuration.py
azure/ai/discovery/_patch.py
azure/ai/discovery/_validation.py
azure/ai/discovery/_version.py
azure/ai/discovery/py.typed
azure/ai/discovery/types.py
azure/ai/discovery/_utils/__init__.py
azure/ai/discovery/_utils/model_base.py
azure/ai/discovery/_utils/serialization.py
azure/ai/discovery/aio/__init__.py
azure/ai/discovery/aio/_client.py
azure/ai/discovery/aio/_configuration.py
azure/ai/discovery/aio/_patch.py
azure/ai/discovery/aio/operations/__init__.py
azure/ai/discovery/aio/operations/_operations.py
azure/ai/discovery/aio/operations/_patch.py
azure/ai/discovery/models/__init__.py
azure/ai/discovery/models/_enums.py
azure/ai/discovery/models/_models.py
azure/ai/discovery/models/_patch.py
azure/ai/discovery/operations/__init__.py
azure/ai/discovery/operations/_operations.py
azure/ai/discovery/operations/_patch.py
azure_ai_discovery.egg-info/PKG-INFO
azure_ai_discovery.egg-info/SOURCES.txt
azure_ai_discovery.egg-info/dependency_links.txt
azure_ai_discovery.egg-info/requires.txt
azure_ai_discovery.egg-info/top_level.txt
samples/README.md
samples/sample_conversations.py
samples/sample_investigations.py
samples/sample_knowledge_bases.py
samples/sample_tasks.py
samples/sample_tools.py
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/test_conversations.py
tests/test_conversations_async.py
tests/test_investigations.py
tests/test_investigations_async.py
tests/test_knowledge_bases.py
tests/test_knowledge_bases_async.py
tests/test_tasks.py
tests/test_tasks_async.py
tests/test_tools.py
tests/test_tools_async.py
tests/test_unit_client.py
tests/test_unit_models.py
tests/testcase.py