feat(subagent): include tool call arguments in ToolResult events and progress formatting
This commit is contained in:
@@ -28,6 +28,7 @@ pub enum SubagentEvent {
|
||||
},
|
||||
ToolResult {
|
||||
tool: String,
|
||||
args: Value,
|
||||
#[allow(dead_code)]
|
||||
output: String,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user