Skip to main content

Predicate

Type Alias Predicate 

Source
pub type Predicate = Arc<dyn Fn(&ToolCall) -> bool + Send + Sync>;
Expand description

A closure that tests whether a policy applies to a given tool call.

Aliased Type§

pub struct Predicate { /* private fields */ }