S

salespeak.ai

Voice AI agent for sales sites

1action
https://salespeak.ai/

live · AI Agents & Fintech · JSON · API for agents

Tools 1 tool

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": "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": "/"
}