Import the Vprom class
from vprom import Vprom
Create an instance of Vprom
vp = Vprom()
List of instructions
instructions = [ "USERNAME(STR) + HELLO = HI USERNAME(STR) HOW CAN I HELP YOU TODAY", "USERNAME(STR) + INPUT(CURRENCY IN (USD(INTEGER))) = CONVERT(CURRENCY)-> EGP" ]
Generate prompts
vp.migrate_prompts(instructions)
Access generated prompts
vp.return_prompts()