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
Section titled “Create an entity”create entity person with fields id, firstname, middlename, lastname, address
create entity car with fields id, name, brand, type, priceCreate a stateflow
Section titled “Create a stateflow”create stateflow bugflow with states new->accepted->fixed->closed