v0.9.3
This release contains the following additions:
Chat
- Ability to disable parallel function calling via
parallel_tool_calls
variable inCreateChatCompletionRequest
Messages
- Remove
quote
fromFileCitation
insideThreadMessage
Runs
- Ability to disable parallel function calling via
parallel_tool_calls
variable inCreateRunRequest
andCreateThreadAndRunRequest
- Add
parallel_tool_calls
toThreadRun
Vector Stores
- Added support for file search customizations via
ChunkingStrategy
Full Changelog: v0.9.2...v0.9.3
The artifact is available on Maven Central and can be imported as follows:
Gradle
implementation("io.github.stefanbratanov:jvm-openai:0.9.3")
Maven
<dependency>
<groupId>io.github.stefanbratanov</groupId>
<artifactId>jvm-openai</artifactId>
<version>0.9.3</version>
</dependency>