Conversation
- `history_edits::save` now iterates over all messages and converts them into individual JSON lines. For `ChatMessage::Assistant` with multiple parts, each part is serialized to its own JSON line. - `history_edits::load` is refactored to parse the file line by line as JSONL. It intelligently groups contiguous `ChatMessage::Assistant` lines into a single `ChatMessage::Assistant` with multiple `AssistantPart` elements in its `content`. - Aborts early on parse failures when loading.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Refactored
/loadand/savecommands in thellmentcrate to use the JSONL format instead of a single JSON array, properly handling splitting and grouping ofAssistantMessagecontent variants.PR created automatically by Jules for task 8899483769250887267 started by @dstoc