You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next release is RC1 which will not have any @deprecated code. There is not another M8 to allow users one more release cycle to upgrade. So some changes such as
wrt to Advisors will be breaking changes. This needs to be clearly communicate in upgrade-notes.adoc
This is the fine grained list of what deprecated code needs to be removed.
Large Effort
CallAroundAdvisor needs to be removed and code updated. So does usage of AdvisedRequest, AdvisedResponse - > use ChatClientRequest and ChatClientResponse [Post M8]
Medium Effort
Ctors for UserMessage (To discuss: should we add builder for other Message implementations?) [Post M8]
All the classes in the model.function package. This requires minimax and potentially zhipu refactoring. [In M8]
OpenAiApi - ChatCompletionRequest - check about useage of max_tokens, other OpenAI API compatibly libraries may still use it. [In M8]
The next release is RC1 which will not have any @deprecated code. There is not another M8 to allow users one more release cycle to upgrade. So some changes such as
1f59cca
wrt to Advisors will be breaking changes. This needs to be clearly communicate in upgrade-notes.adoc
This is the fine grained list of what deprecated code needs to be removed.
Large Effort
Medium Effort
Low Effort
Update examples in our exmaples repo.
The text was updated successfully, but these errors were encountered: