spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.48k stars 588 forks source link

Provide Anthropic Claude streaming Function Calling support #930

Open tzolov opened 1 week ago

tzolov commented 1 week ago

Currently provide Anthropic support only non-streaming function calling. Extend the support for streaming similar to OpenAI, MistralAI, Gemini and Azure OpenAI.

tzolov commented 1 week ago

Fyi @Grogdunn , @didalgolab as you've done some related work, you may find it interested to explore this as well.

didalgolab commented 1 week ago

@tzolov I'm going to look into this.