mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 23:24:23 +01:00
Fix clippy + test errors (#3120)
This commit is contained in:
@@ -151,7 +151,7 @@ mod tests {
|
||||
.with_text("Hello, I'll help you with that.")
|
||||
.with_tool_request(
|
||||
"tool123",
|
||||
Ok(ToolCall::new("test_tool", json!({"param": "value"})).into()),
|
||||
Ok(ToolCall::new("test_tool", json!({"param": "value"}))),
|
||||
);
|
||||
|
||||
let json_str = serde_json::to_string_pretty(&message).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user