diff --git a/src/mitm/modify.rs b/src/mitm/modify.rs index a056150..c73c301 100644 --- a/src/mitm/modify.rs +++ b/src/mitm/modify.rs @@ -156,6 +156,7 @@ pub fn modify_request(body: &[u8], tool_ctx: Option<&ToolContext>) -> Option) -> Option 0 { + changes.push(format!("strip {stripped_fc} functionCall/Response parts from history")); + } + } + } + // Inject toolConfig if provided if let Some(ref ctx) = tool_ctx { if let Some(ref config) = ctx.tool_config {