Releases: neuron-core/neuron-ai
Releases · neuron-core/neuron-ai
2.8.9
2.8.8
Support deserialization for Structured Output objects with promoted properties. PR#384
2.8.7
2.8.5
Fix AssistantMessage mapping in Gemini
2.8.4
Fix stream in RAG
return last message as generator result when streaming in RAG.
2.8.3: Merge pull request #365 from AqibTeam/fix/buttons-text-color-on-hover
Fix RAG stub in make command
2.8.2: Merge pull request #361 from AhmedHdeawy/fix/fix-tool-max-tries-count
Fix tool max tries property name #361
2.8.1
2.8.0
Eloquent Chat History
This release introduce a new component to handle the agent chat history with eloquent model.
https://docs.neuron-ai.dev/the-basics/chat-history-and-memory#eloquentchathisotry
As usual feel free to provide your feedback opening issue or publishing a PR.
Workflow Database Persistence
It's also available a new persistence layer for Workflow, based on SQL database:
https://docs.neuron-ai.dev/workflow/persistence#databasepersistence
This allows cetrilized management of workflow persistence.