Aurora Blog
Home
Spring AI 2.0.0-M1 - Vertex - gemini-3-pro-preview - global not working
Bug descriptionglobal has never been able to be used as a location for gemini function calling. I've always had to use a...
2025-12-17 14:01:00
1540
Spring AI [Feature] Control thinking behaviour with ThinkingLevels in Gemini 3 Pro models
Gemini models engage in dynamic thinking by default, automatically adjusting the amount of reasoning effort based on the...
2025-12-17 14:00:57
1164
Spring AI Vulnerabilities in Spring AI Vector Stores dependencies
While analyzing dependencies in IntelliJ IDEA, I identified that some vector stores have the following vulnerabilities i...
2025-12-17 14:00:53
855
Spring AI Confusing WARN log while AWS region resolving
Bug descriptionCurrent documentation states:AWS region is resolved in the following order:- Spring-AI Bedrock spring.ai....
2025-12-17 14:00:49
2008
Spring AI Zhipu AI model fails to retrieve usage info from ChatResponse upon chat completion
Bug descriptionZhipu AI model fails to retrieve usage info from ChatResponse upon chat completionEnvironmentSpring AI: 1...
2025-12-04 14:01:22
458
Spring AI DeepSeekChatModel broken by HTTP/2 stream reset – worked previously, now fails with RST_STREAM
Bug descriptionCalls to DeepSeekChatModel consistently fail with:org.springframework.web.client.RestClientException: Err...
2025-12-04 14:01:18
8410
Spring AI TokenTextSplitter.split() splits small text into multiple chunks if there is no ./?/!/\n at the end.
spring ai version: 1.1.0Steps to reproduce TokenTextSplitter splitter = TokenTextSplitter.builder() .withKeepS...
2025-12-04 14:01:16
883
Spring AI Remove default temperature option from the models
Way back in the start of Spring AI I set the default temperature to 0.7, this was a mistake. The value should not be se...
2025-12-04 14:01:15
377
Spring AI Add prompt and completion information to spans
Prompt and completion data being added to spans (to Observations, as high cardinality data) was previously implemented b...
2025-12-04 14:01:13
2384
Spring AI MistralAiApi fails to parse thinking content from Magistral reasoning models
Bug descriptionWhen using Mistral's Magistral reasoning models (e.g., magistral-medium-2509), the ChatCompletionMessage....
2025-12-04 14:01:11
1776
Spring AI @McpTool Does Not Auto-Work With Stateless Transport
Spring AI 1.1.0-M1spring.ai.mcp.server.protocol=stateless@Componentclass MyTools { @McpTool(description = "say h...
2025-12-04 14:01:07
379
Spring AI Support Gemini Grounding with Google Maps
Expected BehaviorI would like Spring AI to support Grounding with Google Maps.It would also be great if the following pa...
2025-12-04 14:01:05
1641
Spring AI Azure OpenAI gpt-5.1-chat-2025-11-13 {"error":{"message":"The deployment doesn't support logprobs request parameter.","type":"invalid_request_error","code":"422"}}
spring-ai version: 1.1.0 <dependency> <groupId>org.springframework.ai</groupId> <artif...
2025-12-04 14:00:59
2828
Spring AI [Feature Request] Move Tool Execution from ChatModel Internal Recursion to ChatClient Advisor Layer
Problem StatementThe current architecture implements tool calling as internal recursion within ChatModel implementations...
2025-12-04 14:00:57
11491
Spring AI Elicitation Schema Invalid
Spring AI 1.1I have: record UserRandomNumber(int number) { }@McpTool(description = "generate a random number")public ...
2025-12-01 14:00:21
744
Spring AI Typo in DefaultChatClientUtils: comment says “User Test” instead of “User Text”
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
2025-11-30 14:00:26
1437
Spring AI Explicit AutoConfiguration import needed for VertexAiEmbeddingConnectionAutoConfiguration
With #4494, VertexAiEmbeddingConnectionAutoConfiguration (and a lot of others) are no longer included in @ImportAutoConf...
2025-11-29 14:01:06
1598
Spring AI OpenAI ChatModel failed to start; the apikey must be set
When I dynamically configure the OpenAI apikey in the app instead of configuring it in application.yml, app startup erro...
2025-11-26 14:01:19
1315
Spring AI 400 error you must provide a model parameter.
When I use the builder method of ChatModel to build the model, I get a 400 error because I don't know the model paramete...
2025-11-26 14:00:53
1792
Spring AI 400 error message returned from OpenAi LLM model lost when converting ChatCompletionChunk.
Bug descriptionWhen LLM returns 400 error message, an empty ChatCompletionChunk was returned from OpenAiApi, which is no...
2025-11-26 14:00:50
1294
上一页
下一页
1
2
3
4
5
6
7
…
30
.