ZIm/crates/assistant2
Marshall Bowers 81ff6f7a3c
assistant2: Persist threads using serde_json instead of bincode (#25938)
This PR changes how we persist threads in Assistant2 to use `serde_json`
instead of `bincode` for the representation.

This makes the format more flexible to work with (and will allow for
using things like `#[serde(default)]`) if the schema changes over time.

Note: We have to bump the LMDB database version for this, so any threads
created before now will be gone.

Release Notes:

- N/A
2025-03-03 17:47:10 +00:00
..
src assistant2: Persist threads using serde_json instead of bincode (#25938) 2025-03-03 17:47:10 +00:00
Cargo.toml chore: Extract PromptStore out of prompt_library (#25837) 2025-03-01 00:34:28 +01:00
LICENSE-GPL Break ground on assistant2 (#21109) 2024-11-23 11:24:52 -05:00