tool: add execution context

This commit is contained in:
2026-06-09 19:31:11 +09:00
parent b21fab82fc
commit d8aed7befe
39 changed files with 1212 additions and 259 deletions
+2
View File
@@ -491,6 +491,7 @@ mod tests {
},
meta,
tool,
context: llm_worker::tool::ToolExecutionContext::new("call-id", "test-batch", 0),
}
}
@@ -898,6 +899,7 @@ mod tests {
),
meta: info.meta,
tool: info.tool,
context: info.context,
};
let action = interceptor.post_tool_call(&mut result_info).await;