microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.52k stars 3.17k forks source link

.Net: Bug Agents Assistants V2: Update usage of `CancellationToken` once Open AI SDK version is updated #7431

Closed crickman closed 3 weeks ago

crickman commented 2 months ago

Several SDK methods in the Open AI AssistantsClient are missing CancellationToken in the method signature for the beta-2 package. These fixes have been realized and are present in the beta-7 package.

Since our usage of the Open AI SDK is bound to the Azure Open AI SDK (currently targeting Open AI beta-2), we are limited in our ability to uplevel the package of the Open AI SDK.

TODO: Update usage in the SK Agent Framework once new packages are available.

crickman commented 3 weeks ago

Addressed in https://github.com/microsoft/semantic-kernel/pull/7151