Tool tree
Voice AI agent for sales sites
ask_questionAction
Ask the AI assistant a question and get the answer. Returns the full AI-generated response.
View tool JSON
{
"name": "ask_question",
"kind": "act",
"impl": "imperative",
"description": "Ask the AI assistant a question and get the answer. Returns the full AI-generated response.",
"inputSchema": {
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question or message to send to the AI assistant."
}
},
"required": [
"question"
]
},
"page": "/"
}