spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

feat: Add equals, hashCode, deep copy, and tests to OCICohereChatOptions

Open apappascs opened this issue 8 months ago • 1 comments
trafficstars

This commit enhances OCICohereChatOptions by:

  • Updating equals and hashCode methods for proper object comparison.
  • Updating copy() method, creating new instances of mutable collections (List, Set, Map, Metadata) to prevent shared state.
  • Adding OCICohereChatOptionsTests to verify copy(), builders, setters, and default values.

apappascs avatar Mar 02 '25 14:03 apappascs