test: complete tool output fixture
This commit is contained in:
@@ -87,6 +87,7 @@ impl Tool for BigContentTool {
|
|||||||
Ok(ToolOutput {
|
Ok(ToolOutput {
|
||||||
summary: self.summary.into(),
|
summary: self.summary.into(),
|
||||||
content: Some(self.content.clone()),
|
content: Some(self.content.clone()),
|
||||||
|
attachments: Vec::new(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user