ask_support
Get answers to support questions with related FAQs and suggested actions for FitSlot services and bioimpedance analysis.
Instructions
Ask a support question and get helpful responses with related FAQs and suggested actions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"_def": {
"checks": [],
"coerce": false,
"description": "The user's question or support query",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"query"
],
"type": "object"
}