How to write test stories for forms without entities

Hello I am writing test stories with forms. The form is asking for a slot that is mapped as a from_text not from_entity so after the users enters their parameters, what intent do I put? Do I have to put an intent? If I put inform then its trying to recognize the users answer as entities but I just want it to accept whatever the user puts.

  • action: resource_command_form
  • active_loop: resource_command_form
  • user: | some parameters not in my nlu intent: inform

The error I get when testing is