feat: add scoped multimodal image attachments

This commit is contained in:
2026-08-10 21:49:39 +09:00
parent 64ced7dbad
commit 38b8f26a50
42 changed files with 718 additions and 38 deletions
+1
View File
@@ -85,6 +85,7 @@ impl Tool for WriteExtractedTool {
Ok(ToolOutput {
summary,
content: None,
attachments: Vec::new(),
})
}
}