Azure / azure-sdk-for-python

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.
MIT License
4.63k stars 2.84k forks source link

Replace ThreadRun by ThreadOptions #38631

Closed nick863 closed 2 hours ago

nick863 commented 1 day ago

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

azure-sdk commented 1 day ago

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-projects