Is it possible to disable param validation?

The use case I’m thinking of is when AI is generating output for a selector; sometimes it chooses a value that is invalid, but I still want to see the to_spec from Lumen and correct it manually.

Ideally I’m looking for:

with param.disable_validation():
    ai_output.to_spec()