spring-ai
spring-ai copied to clipboard
Review if Option classes from builders should be immutable
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.