live · AI Agents & Fintech · JSON · API for agents
Ask the AI assistant a question and get the answer. Returns the full AI-generated response.
{
"name": "ask_question",
"kind": "action",
"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": "/"
}