my agents capture user data to give some
In a traditional form based input you can validate all this and ask user ensure good data. but here in this agentic era, I am not sure where do you put this kind of validation? ideally it makes sense to validate as soon as user typed 100 in this case but as the flow is not deterministic so i wont know what question agent may ask (there are many inputs agent expects if missing).
Do I write somewhere validation rules within inputschema but then i am not sure would agent reject a invalid response as i would ideally like agent to prompt for the correct response. Any thoughts?