pub fn pattern_matches(
pattern: &ToolCallPattern,
tool_id: &str,
tool_args: &Value,
) -> MatchResultExpand description
Evaluate whether a pattern matches a tool call.
pub fn pattern_matches(
pattern: &ToolCallPattern,
tool_id: &str,
tool_args: &Value,
) -> MatchResultEvaluate whether a pattern matches a tool call.