1 2 3 4 5 6
use crate::conversation::ToolInvocation; #[derive(Debug)] pub struct ToolApprovalState { pub invocation: ToolInvocation, }