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
+2
View File
@@ -89,6 +89,8 @@ mod tests {
output: ToolOutput {
summary: "result".to_string(),
content: None,
attachments: Vec::new(),
},
}
}