Skip to main content

apply_resolved_tool_activation

Function apply_resolved_tool_activation 

Source
pub fn apply_resolved_tool_activation(
    current: Option<&str>,
    step: &ResolvedToolActivationStep,
) -> Option<String>
Expand description

Apply a resolved activation step against the current value.

Returns None for no-op mutations (prepend/append with empty resolved value).