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