pub fn validate_forge_input(input: &str) -> Result<(), ValidationError>Expand description
Validate text passed to a mock tool implementation.
Rejects: oversized inputs, null bytes, non-printable control characters.
pub fn validate_forge_input(input: &str) -> Result<(), ValidationError>Validate text passed to a mock tool implementation.
Rejects: oversized inputs, null bytes, non-printable control characters.