Code Generation Prompts
Anica can help in generating various code snippets required on kis.ai, like entities, stateflows, Vue views with components.
Create an entity
create entity person with fields id, firstname, middlename, lastname, addresscreate entity car with fields id, name, brand, type, priceCreate a stateflow
create stateflow bugflow with states new->accepted->fixed->closed