0.14.0
版本发布时间: 2023-07-16 18:18:53
langchain4j/langchain4j最新发布版本:0.33.0(2024-07-25 16:34:14)
- Simplified API for all models by removing
Result
class. Now models return results (AiMessage
/Embedding
/Moderation
/etc) directly, without wrapping it intoResult
object. - Fixed a bug that prevented using
@UserMessage
in AI Services.