AGENTS_MIGRATION_GUIDE.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
azure/__init__.py
azure/ai/__init__.py
azure/ai/projects/__init__.py
azure/ai/projects/_client.py
azure/ai/projects/_configuration.py
azure/ai/projects/_model_base.py
azure/ai/projects/_patch.py
azure/ai/projects/_serialization.py
azure/ai/projects/_validation.py
azure/ai/projects/_vendor.py
azure/ai/projects/_version.py
azure/ai/projects/py.typed
azure/ai/projects/_utils/__init__.py
azure/ai/projects/_utils/model_base.py
azure/ai/projects/_utils/serialization.py
azure/ai/projects/aio/__init__.py
azure/ai/projects/aio/_client.py
azure/ai/projects/aio/_configuration.py
azure/ai/projects/aio/_patch.py
azure/ai/projects/aio/_vendor.py
azure/ai/projects/aio/operations/__init__.py
azure/ai/projects/aio/operations/_operations.py
azure/ai/projects/aio/operations/_patch.py
azure/ai/projects/aio/operations/_patch_connections_async.py
azure/ai/projects/aio/operations/_patch_datasets_async.py
azure/ai/projects/aio/operations/_patch_telemetry_async.py
azure/ai/projects/models/__init__.py
azure/ai/projects/models/_enums.py
azure/ai/projects/models/_models.py
azure/ai/projects/models/_patch.py
azure/ai/projects/models/_patch_evaluations.py
azure/ai/projects/operations/__init__.py
azure/ai/projects/operations/_operations.py
azure/ai/projects/operations/_patch.py
azure/ai/projects/operations/_patch_connections.py
azure/ai/projects/operations/_patch_datasets.py
azure/ai/projects/operations/_patch_telemetry.py
azure_ai_projects.egg-info/PKG-INFO
azure_ai_projects.egg-info/SOURCES.txt
azure_ai_projects.egg-info/dependency_links.txt
azure_ai_projects.egg-info/not-zip-safe
azure_ai_projects.egg-info/requires.txt
azure_ai_projects.egg-info/top_level.txt
samples/agents/README.md
samples/agents/sample_agents.py
samples/agents/sample_agents_async.py
samples/connections/sample_connections.py
samples/connections/sample_connections_async.py
samples/datasets/sample_datasets.py
samples/datasets/sample_datasets_async.py
samples/datasets/sample_datasets_download.py
samples/deployments/sample_deployments.py
samples/deployments/sample_deployments_async.py
samples/evaluation/sample_agent_evaluations.py
samples/evaluation/sample_evaluations.py
samples/evaluation/sample_evaluations_aoai_graders.py
samples/evaluation/sample_evaluations_async.py
samples/indexes/sample_indexes.py
samples/indexes/sample_indexes_async.py
samples/inference/azure-ai-inference/sample_chat_completions_with_azure_ai_inference_client.py
samples/inference/azure-ai-inference/sample_chat_completions_with_azure_ai_inference_client_and_azure_monitor_tracing.py
samples/inference/azure-ai-inference/sample_chat_completions_with_azure_ai_inference_client_and_console_tracing.py
samples/inference/azure-ai-inference/sample_chat_completions_with_azure_ai_inference_client_async.py
samples/inference/azure-ai-inference/sample_image_embeddings_with_azure_ai_inference_client.py
samples/inference/azure-ai-inference/sample_image_embeddings_with_azure_ai_inference_client_async.py
samples/inference/azure-ai-inference/sample_text_embeddings_with_azure_ai_inference_client.py
samples/inference/azure-ai-inference/sample_text_embeddings_with_azure_ai_inference_client_async.py
samples/inference/azure-openai/sample_chat_completions_with_azure_openai_client.py
samples/inference/azure-openai/sample_chat_completions_with_azure_openai_client_and_azure_monitor_tracing.py
samples/inference/azure-openai/sample_chat_completions_with_azure_openai_client_and_console_tracing.py
samples/inference/azure-openai/sample_chat_completions_with_azure_openai_client_async.py
samples/inference/azure-openai/sample_responses_with_azure_openai_client.py
samples/inference/azure-openai/sample_responses_with_azure_openai_client_async.py
samples/red_team/sample_red_team.py
samples/red_team/sample_red_team_async.py
samples/telemetry/sample_telemetry.py
samples/telemetry/sample_telemetry_async.py
tests/conftest.py
tests/test_agents.py
tests/test_agents_async.py
tests/test_base.py
tests/test_connections.py
tests/test_connections_async.py
tests/test_datasets.py
tests/test_datasets_async.py
tests/test_deployments.py
tests/test_deployments_async.py
tests/test_indexes.py
tests/test_indexes_async.py
tests/test_inference.py
tests/test_inference_async.py
tests/test_telemetry.py
tests/test_telemetry_async.py
tests/samples/test_samples.py