pub fn validate_caller_context(
inputs: &[CallerContextInput],
) -> Result<(), String>Expand description
Validate a batch of caller context inputs against shared limits.
Used by both the server routes and the gateway client to enforce consistent constraints at the API boundary.