This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
Still missing is a description of Evaluations at the top. See "TODO" at the top bullet list.
Still missing are example sections on Evaluations.
Make some minor updates to the Agents section to align with the rest of the README.md
Update Agents code snippets by running python ..\..\..\tools\azure-sdk-tools\ci_tools\snippet_update\python_snippet_updater.py .
Also in this PR is a fix to address Johan's code review comment. Use Typing.Self as the hint of the return type from the from_connection_string method.
Add some general sections at the top.
Add sections on Connections and Inference.
Still missing is a description of Evaluations at the top. See "TODO" at the top bullet list.
Still missing are example sections on Evaluations.
Make some minor updates to the Agents section to align with the rest of the README.md
Update Agents code snippets by running
python ..\..\..\tools\azure-sdk-tools\ci_tools\snippet_update\python_snippet_updater.py .
Also in this PR is a fix to address Johan's code review comment. Use
Typing.Self
as the hint of the return type from thefrom_connection_string
method.