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

Review if Option classes from builders should be immutable

Open markpollack opened this issue 1 year ago • 0 comments
trafficstars

right now they aren't. For example, options.getFunctions().add() will let you modify the created FunctionCallingOptions from the builder. This should be considered across all builder implementations.

markpollack avatar Mar 06 '24 22:03 markpollack