Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor ChatOptions Builder #1898

Closed

Conversation

ilayaperumalg
Copy link
Member

  • Deprecate existing ChatOptionsBuilder and its inner class DefaultChatOptions
  • Create a new builder interface ChatOptions.Builder for building the Chat options
  • Create an explicit DefaultChatOptions
  • Create DefaultChatOptionBuilder which can create DefaultChatOptions

Resolves #1875

 - Deprecate existing ChatOptionsBuilder and its inner class DefaultChatOptions
 - Create a new builder interface ChatOptions.Builder for building the Chat options
  - Create an explicit DefaultChatOptions
  - Create DefaultChatOptionBuilder which can create DefaultChatOptions

Resolves spring-projects#1875
@@ -18,6 +18,7 @@

import java.util.List;

@Deprecated(forRemoval = true, since = "1.0.0-M5")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need a @deprecated javadoc command to point users to the new implementation.

@markpollack
Copy link
Member

merged in f252b24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants