Fix missing variant

This commit is contained in:
Ben Brandt 2025-06-26 14:00:21 +02:00
parent 75bcaf743c
commit 678a42e920
No known key found for this signature in database
GPG key ID: D4618C5D3B500571

View file

@ -78,10 +78,6 @@ pub enum MessageChunk {
name: SharedString,
content: SharedString,
},
Thread {
title: SharedString,
content: Vec<AgentThreadEntryContent>,
},
Fetch {
url: SharedString,
content: SharedString,