Entity value as anything

Hello. I need some advice, suppose I want to receive a project name, and I want to extract it as an entity. How do I keep the entity value of project as any String. For example:

  • intent: get_result examples: |
    • generate result for [xyz]{“entity”: “project”} project
    • get result of project [abc]{“entity”: “project”}

Here, I want to extract the entity project with any value such as “happy_project” or “uvw”, even if these values are not mentioned in the examples. Can I do that?