pub fn intersect_tools(
profile: &AgentProfile,
granted: impl IntoIterator<Item = impl AsRef<str>>,
) -> EffectiveToolsExpand description
Intersects harness-granted tools with an OAP profile’s tool policy.
pub fn intersect_tools(
profile: &AgentProfile,
granted: impl IntoIterator<Item = impl AsRef<str>>,
) -> EffectiveToolsIntersects harness-granted tools with an OAP profile’s tool policy.