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, address
create entity car with fields id, name, brand, type, price
Create a stateflow
create stateflow bugflow with states new->accepted->fixed->closed