pub type ToInputFn = Arc<dyn Fn(&ParsedToolCall, &ApprovalContext<'_>) -> JsonValue + Send + Sync>;Expand description
Builds the policy input for a tool call.
Aliased Typeยง
pub struct ToInputFn { /* private fields */ }pub type ToInputFn = Arc<dyn Fn(&ParsedToolCall, &ApprovalContext<'_>) -> JsonValue + Send + Sync>;Builds the policy input for a tool call.
pub struct ToInputFn { /* private fields */ }