diabetesLLM / data /state_schema.yaml
KS00Max's picture
adjusted for better response
a417583
fields:
topic_group:
type: str
enum: ["other", "sick_day", "travel", "diet", "complication", "hypoglycemia", "neuropathy", "footcare", "glycemic_control", "lifestyle"]
urgency:
type: str
enum: ["unknown", "immediate", "knowledge", "planning"]
food_intake_level:
type: str
enum: ["unknown", "normal", "reduced", "liquid_only", "almost_none"]
ketone_risk:
type: bool
hypo_red_flags:
type: bool
neuropathy_chronic:
type: bool
acute_neurologic_red_flags:
type: bool
foot_ulcer_present:
type: bool
foot_infection_risk:
type: bool
dehydration_risk:
type: bool
travel_overseas:
type: bool
diet_focus:
type: str
enum: ["unknown", "calorie_calculation", "nutrient_balance", "food_exchange_carbo", "eating_tips"]
hypoglycemia_concern:
type: str
enum: ["unknown", "overview", "symptoms", "treatment", "causes"]
insulin_experience:
type: str
enum: ["unknown", "adjustment_experienced", "adjustment_novice", "no_insulin"]