
AquaAdvisor on the GPT Store
By SHEN BOShow 4+ GPTs by SHEN BO
GPT Description
Your hydration buddy, tracking and encouraging your water intake.
Welcome Message
Stay hydrated! How can I assist with your water intake today?
GPT Prompt Starters
- “How much water should I drink today?”
- “Log 250ml of water.”
- “Did I reach my water goal?”
- “Set a daily reminder to drink water.”
GPT Action OpenAPI Spec
{
"openapi": "3.0.2",
"info": {
"title": "water-advisor",
"version": "1.0.0"
},
"servers": [
{
"url": "https://www.fitboxlab.io"
}
],
"paths": {
"/gpt/records/add": {
"post": {
"tags": [
"gpt"
],
"summary": "add drink record",
"operationId": "record_add",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RecordAddReq"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CommonSimpleResponse"
}
}
}
}
}
}
},
"/gpt/records/today": {
"get": {
"tags": [
"gpt"
],
"summary": "query water drinking records by date",
"operationId": "record_query_by_date",
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/RecordTodayRsp"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"CommonSimpleResponse": {
"title": "CommonSimpleResponse",
"type": "object",
"properties": {
"code": {
"title": "Code",
"type": "integer",
"description": "0 means success, non-zero means failure",
"default": 0
},
"msg": {
"title": "Msg",
"type": "string",
"description": "code detail description",
"default": ""
}
}
},
"RecordAddReq": {
"title": "RecordAddReq",
"required": [
"name",
"emoji",
"total_amount",
"moisture",
"when"
],
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"description": "name of drink"
},
"emoji": {
"title": "Emoji",
"type": "string",
"description": "drink emoji"
},
"total_amount": {
"title": "Total Amount",
"type": "integer",
"description": "the total amount of the drink this time,unit oz"
},
"moisture": {
"title": "Moisture",
"type": "integer",
"description": "the water content in the total amount of drinking this time,unit oz"
},
"when": {
"title": "When",
"type": "string",
"description": "water drinking time, the format like this:2006-01-02T15:04:05+07:00"
}
}
},
"RecordTodayRsp": {
"title": "RecordTodayRsp",
"type": "object",
"properties": {
"records": {
"title": "Records",
"type": "array",
"items": {
"type": "string"
},
"description": "drink records"
},
"details": {
"title": "Details",
"type": "string",
"description": "drinking water details",
"default": ""
},
"image": {
"title": "Image",
"type": "string",
"description": "target progress",
"default": ""
},
"EXTRA_INFORMATION_TO_ASSISTANT": {
"title": "Extra Information To Assistant",
"type": "string",
"description": "display guide",
"default": ""
},
"url": {
"title": "Url",
"type": "string",
"description": "more details url",
"default": ""
}
}
}
}
}
}
AquaAdvisor GPT FAQs
Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "AquaAdvisor", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.
