Calorie Chat
Tracking what you eat doesn't have to be hard. With Calorie Chat, you'll find calorie counting simpler than ever before.
With Calorie Chat you can effortlessly keep track of your food intake throughout the day. Add food logs with valuable information such as calories, fats, protein, carbohydrates, and sugar with ease. Say goodbye to guesswork and hello to simplified calorie counting. Explore the world of healthy eating and make informed choices with Calorie Chat today!
How to
Comments (0)
Try it
API docs
Learn how to use Calorie Chat effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "I had a salad for lunch today. Can you help me log it?"
-
Prompt 2: "How can I view my food logs from yesterday?"
-
Prompt 3: "I accidentally logged the wrong calorie count for my breakfast. How can I update it?"
-
Prompt 4: "I want to remove the food log I added earlier today."
-
Prompt 5: "Can you estimate the protein content in my dinner? I had chicken and broccoli."
Features and commands
Feature/Command | Description |
---|---|
addFoodLogs | This command allows you to add food logs to track your calorie intake. You need to provide the date for the logs and an array of food items with their names, descriptions, calorie counts, and optional attributes such as protein, carbohydrates, and fats. |
readFoodLogs | This command retrieves the markdown table for all entered food logs for a given date. You can specify the date to retrieve the logs for, with the default being the current date. |
removeFoodLog | This command removes a food log with the specified ID. You need to provide the ID of the log to remove, which is deduced by conversation context. |
updateFoodLog | This command updates a specified nutrient (calories, fats, protein, carbohydrates, or sugar) of a food log with the given ID. You need to provide the ID of the log to update, the nutrient name to update, and the new value for the attribute. |