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
Is it intentional that the 1.0.0-M3 PRE and 1.0.0-SNAPSHOT links direct to the same URL? This setup implies that either the M3 documentation isn’t fixed, or the SNAPSHOT version isn’t being updated regularly.
Additionally, the 1.0.0-SNAPSHOT API docs (https://docs.spring.io/spring-ai/docs/1.0.0-SNAPSHOT/api/) appear outdated, with the latest version dating back to 2024-03-15. Notably, the ChatClient class still includes old methods, such as call(Prompt) and call(String).