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...

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...

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...

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....

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...

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...

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...

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...

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...

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....

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...

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...

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...

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...

Spring AI Elicitation Schema Invalid

Spring AI 1.1I have: record UserRandomNumber(int number) { }@McpTool(description = "generate a random number")public ...

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...

Spring AI Explicit AutoConfiguration import needed for VertexAiEmbeddingConnectionAutoConfiguration

With #4494, VertexAiEmbeddingConnectionAutoConfiguration (and a lot of others) are no longer included in @ImportAutoConf...

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...

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...

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...

下一页
.