jswope00 / AI-Microapp-Template-Assistant

This is a template for an AI "Assessment" Micro-app that allows you to build an AI-powered assessment like configuring a form.
MIT License
2 stars 0 forks source link

Find a way to build logic into the config.py configuration #3

Open jswope00 opened 4 months ago

jswope00 commented 4 months ago

I'd like to add a way to handle logic from the configuration dictionaries.

For example: if [field] is true, then add "Include Feedback" in the prompt to AI if [field1] < 5 then don't display [field2]

the goal is to be able to configure logic without having to muck with the core code.