Aurora Blog
Home
Spring AI How to expose the tools defined by ToolCalling in Springai to users? What tools are available?
`@Configuration(proxyBeanMethods = false)public class WeatherTools { public static final String CURRENT_WEATHER_TOOL ...
2025-07-25 14:00:56
1942
Spring AI Problems existing in memory and tool display
The current memory design is not very flexible, unless the lowest-level chatModel is used. For example, the following ex...
2025-07-25 14:00:49
3213
Spring AI Feature Request: Support for OpenAI Batch API
I am requesting the addition of support for the OpenAI Batch API within the Spring AI framework.The OpenAI Batch API is ...
2025-07-25 14:00:39
1443
Spring AI Add audio-related multimodal integration tests for the large model with the newly added audio input function.
Currently, the project lacks multimodal integration tests for audio input types (from https://github.com/spring-projec...
2025-07-24 14:01:16
443
Spring AI Tools Not Available when ChatOptions Set on Prompt
Bug descriptionWhen I use the ChatOptions.builder()... method to create a set of chat options and set these options on m...
2025-07-24 14:01:12
2236
Spring AI Function as Tool does not work
I define a tool as a function (FaT) as described in the documentation and pass it to the chat model as described in the ...
2025-07-24 14:01:10
2076
Spring AI Expose original tool name and client identifier in SyncMcpToolCallback’s & AsyncMcpToolCallback's ToolDefinition
Expected BehaviourWhen calling toolCallbackProvider.getToolCallbacks(), each returned ToolCallback wraps a ToolDefinitio...
2025-07-24 14:01:08
2233
Spring AI Similarity searches with the MariaDBVectorStore do not provide a score
Bug descriptionThe MariaDBVectorStore does not return the score when doing a similarity search. Instead it adds the dist...
2025-07-24 14:01:06
1606
Spring AI ChatClient structured output - No access to metadata/token usage with .entity()
Bug descriptionI'm experiencing what appears to be multiple API calls to the LLM provider when calling different methods...
2025-07-24 14:01:03
4784
Spring AI The information about the features of large models in the "Chat Model Comparison" section of the document is outdated.
While learning Spring AI, I noticed that the information in the project documentation regarding feature comparisons betw...
2025-07-23 14:00:44
1551
Spring AI Max tool calls / Max internalCall limit
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
2025-07-23 14:00:42
2274
Spring AI When the Tool parameter is an empty string, a type conversion error occurs, reporting java.lang.NumberFormatException
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-07-23 14:00:37
4098
Spring AI Vector Store Filter Expression does not support boolean types
The filter expression does not support boolean metadata fields.Consider a document which has following metadata.is_activ...
2025-07-22 14:00:58
351
Spring AI OpenAiChatModel observation lost response data for stream calling
Bug descriptionWhen tracing is enabled and the OpenAiChatModel is invoked using the stream method, the Response metric d...
2025-07-22 14:00:56
1198
Spring AI API version not supported
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
2025-07-22 14:00:55
459
Spring AI Problems with Advisors
Why do advisors only return information about calling AI for the second time, and cannot obtain information about callin...
2025-07-22 14:00:53
2871
Spring AI Spring AI calls VLLM to start the model with an error message
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-07-22 14:00:49
14340
Spring AI 500 Internal Server Error When Calling OpenAI-Compatible API via WebClient in Docker, But Not Locally
Problem DescriptionWhen using Spring WebFlux’s WebClient to call my self-hosted OpenAI-compatible API endpoint (POST htt...
2025-07-22 14:00:35
1770
Spring AI Add Agent End-to-End Execution Time Metrics for Complex AI Workflows
Add Agent End-to-End Execution Time Metrics for Complex AI WorkflowsExpected BehaviorSpring AI should provide observabil...
2025-07-21 14:01:17
2156
Spring AI Call MCP error argument 'content' is null
Bug description Call MCP error argument 'content' is nullEnvironment1.0.0-M8Steps to reproducejava.lang.IllegalArgumentE...
2025-07-21 14:01:15
2426
上一页
下一页
1
2
3
4
5
6
7
…
14
.