test: complete tool output fixture

This commit is contained in:
2026-08-26 15:47:34 +09:00
parent cb35b40b9d
commit 048007a042
@@ -87,6 +87,7 @@ impl Tool for BigContentTool {
Ok(ToolOutput {
summary: self.summary.into(),
content: Some(self.content.clone()),
attachments: Vec::new(),
})
}
}