Spring-ai Avoid second roundtrip when call functions

Expected BehaviorFor some customers we do not have necessity to pass the function-result to LLMs again. Eg: extract some...

Spring-ai The function definition for function calls does not support generics.

Bug descriptionThe function definition for function calls does not support generics.EnvironmentSpring ai 1.0.0-SNAPSHOTS...

Spring-ai Build a function call without input parameter in spring AI

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 The withStreamUsage() of the OpenAiChatOptions is not supported in AzureOpenAiChatOptions.

When using Azure OpenAI, the 'usage' metadata is always returned as empty in the stream().I understand that 'usage' is s...

Spring-ai Code Duplication in Event Type Checks

DescriptionThe methods isToolUseStart and isToolUseFinish in the StreamHelper class contain repeated logic for checking ...

Spring-ai Fix duplicate keys in ChatResponseMetadata for OllamaApi.ChatResponse

Resolve duplicate metadata keys when creating ChatResponseMetadata from OllamaApi.ChatResponse. eval-duration and eval-c...

Spring-ai Add LocalStack OpenSearch Service Connection support for Docker Compose and Testcontainers

Add property spring.ai.vectorstore.opensearch.aws.domain-nameRequire AwsCredentialsProvider to enable AwsOpenSearchConfi...

Spring-ai The document segmentation vectorization failed.

The reason is that there is a problem with the batching logic in the TokenCountBatchingStrategy, which exists in version...

Spring-ai fix: prompt deep copy

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Fix Kotlin test deprecation warning

Comment From: ilayaperumalgRebased, changed the name of the test class to FunctionCallbackKotlinIT and merged as 3b430a5...

Spring-ai [WIP] Use Amazon Bedrock Converse API to re-implementing Bedrock AI Models.

see: https://github.com/spring-projects/spring-ai/issues/809Provide a new BedrockConverseApi for AI model chat usage.Re-...

Spring-ai fix callback merging in AzureOpenAiChatModel constructor

and minor fixes ( typo, unused code ).Function callbacks from chatOptions and constructor parameters were not properly m...

Spring-ai Unrecognized field "audio_tokens" in chat response

[EDIT2]: Appears closely related to:https://github.com/spring-projects/spring-ai/issues/1369Bug descriptionSometimes the...

Spring-ai Jackson Parse Error for OpenAI API ChatCompletion#usage

Unreconized field "completion_tokens_details" coming in response from openai api. the error is occuring at class org.spr...

Spring-ai Fix error handler with using unsubscribed response body in exception message

Fix error handler with using unsubscribed response body in exception message in AnthropicApi class.When an error occurs ...

Spring-ai rename timeToLiveSeconds of cassandra property

fix issue #1728rename timeToLiveSeconds to timeToLive because the type is Duration.add test code for ISO-8601 Format and...

Spring-ai Misleading Cassandra TTL property name

https://github.com/spring-projects/spring-ai/blob/6acd202c12220b27d39e3d3dd25cfe6a527fa2a8/spring-ai-spring-boot-autocon...

Spring-ai extension function for Chatclient.CalLResponseSpec.entity(Class<?>) a…

this adds kotlin support for using the ChatClient to get typesafe responses backval joke:Joke = cc .prompt(&quot;te...

Spring-ai feat(core): Add Supplier and Consumer function callback support

Add support for no-argument Supplier and single-argument Consumer function callbacks in the Spring AI core module. This ...

Spring-ai Add support for Consumer and Supplier function callbacks

Currently, Spring AI's function callbacks only support Function and BiFunction interfaces. We should extend support to o...
上一页 下一页
.