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.
If customer wants to provide additional messages to agent, they has to be given as a ThreadRun, however, REST API expects ThreadRunOptions instead. In this PR we are replacing ThreadRun By ThreadRunOptions.
All SDK Contribution checklist:
[ ] The pull request does not introduce [breaking changes]
[ ] CHANGELOG is updated for new features, bug fixes or other significant changes.
[ ] Title of the pull request is clear and informative.
[ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.
Description
If customer wants to provide additional messages to agent, they has to be given as a ThreadRun, however, REST API expects ThreadRunOptions instead. In this PR we are replacing ThreadRun By ThreadRunOptions.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines