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
While working on the initial observability support in Spring AI (delivered in #954), more common behaviour emerged across the different model providers with regards to the options used to customize model requests. It's worth surfacing those common options through the ChatOptions (e.g. model name, max tokens, stop sequences), EmbeddingOptions (e.g. dimensions, encoding format), and ImageOptions (e.g. image style) abstractions.
As agreed with @tzolov, I'll submit a PR for each of the three option variants and simply the observation contextual data accordingly.