Kais Neffati
Kais Neffati
Working with animation need to implement the method create chart.draw(data, options); is there any short way to make animations?
**Expected Behavior** The feature should enable Spring AI to manage interactions with OpenAI's [Assistant](https://platform.openai.com/docs/assistants/overview) : - **Managing Assistants**: Provide API endpoints for creating, configuring, and managing instances of Assistants, allowing...
## Issue https://github.com/langchain4j/langchain4j/issues/1026 ## Change ## General checklist - [X] There are no breaking changes - [X] I have added unit and integration tests for my change - [X] I...
## Context #660 ## Change ## Checklist Before submitting this PR, please check the following points: - [X] I have added unit and integration tests for my change - [X]...
…pending on the user message #956 ## Context https://github.com/langchain4j/langchain4j/issues/956 ## Change There are two annotations, `@RegisterSystemSpecs` and `@SystemSpec`, which facilitate dynamic selection of system messages to accompany user inputs when...
This pull request introduces specific support for the speech synthesis feature of the OpenAI Audio API, directly addressing a part of the feature request #20, which was raised on March...
### Describe the issue I am encountering two issues when trying to utilize the Amazon BedrockRuntime ConverseRequest **Tools** API: **1. Lack of Documentation:** There is insufficient documentation on how to...
### Background story How to use function call/tool call in JAVA bedrock model runtime SDK ### What does this example accomplish? I want to use tool call with AWS bedrock...