Documentation Index
Fetch the complete documentation index at: https://docs.voxeme.com/llms.txt
Use this file to discover all available pages before exploring further.
Agentic AI
Real-time Agentic AI with LLM tool calling and knowledge base sharing.Agentic AI
Voxeme AI is a platform that allows you to build, train, and deploy AI agents that can handle customer interactions across multiple channels.LLM Functions
LLM Functions are a way to integrate LLMs into your application. They are a way to integrate LLMs into your application. The LLM functions are automatically generated from the integrations you have configured in your application.Example: Gmail
When configured, the Gmail integration will allow you to use Gmail to send and receive emails. The LLM function will be namedgmail and will have the following parameters:
to: The email address to send the email to. (string)subject: The subject of the email. (string)body: The body of the email. (string)
status: The status of the email. (string)message: The message of the email. (string)
Example: Google Sheets
When configured, the Google Sheets integration will allow you to use Google Sheets to store and retrieve data. The LLM function will be namedgoogle_sheets and will have the following parameters:
spreadsheet_id: The ID of the spreadsheet. (string)sheet_name: The name of the sheet. (string)row: The row to read from. (int)column: The column to read from. (string)
status: The status of the Google Sheets. (string)message: The message of the Google Sheets. (string)

