Documentation Index
Fetch the complete documentation index at: https://docs.vh3.ai/llms.txt
Use this file to discover all available pages before exploring further.
Connie
Connie is VH3 AI’s conversational assistant. She has access to the full knowledge graph, semantic search, reports, and sentinel results — and responds to questions in natural language with cited, data-backed answers.POST /connie/chat
Send a message to Connie and receive a response grounded in your operational data. Request body:| Field | Type | Required | Description |
|---|---|---|---|
company_id | string | Yes | Your tenant identifier |
api_key | string | Yes | Your tenant API key |
message | string | Yes | Your question or instruction |
session_id | string | No | Session identifier for conversation continuity |
user_id | string | No | Identifier for the user asking |
user_name | string | No | Display name (personalises responses) |
user_company_name | string | No | Company name for context |
summary | string | No | Prior conversation summary (for long sessions) |
contact_id | string | No | Scope to a specific customer context |
current_job_reference | string | No | Job currently being discussed |
- “Which engineers are consistently late on HVAC jobs?”
- “What is the repeat failure rate at Tesco sites?”
- “Has anyone seen this fault before?” (with a description)
- “Show me the top 5 customers by job volume this quarter”
- “What happened at the Manchester site last week?”
- “Give me a performance summary for engineer John Smith”
Connie maintains conversation context within a session. Follow-up questions like “What about last month?” reference the previous exchange automatically.
POST /connie/chat/voice
Send a voice interaction to Connie — designed for voice-first interfaces where the input is a transcribed audio message. Optimised for concise, text-to-speech-friendly responses. Request body: Same fields as/connie/chat.
POST /connie/generate-summary
Generate an AI summary for a contact — useful for pre-call preparation or account review. Request body:| Field | Type | Required | Description |
|---|---|---|---|
company_id | string | Yes | Your tenant identifier |
api_key | string | Yes | Your tenant API key |
contact_id | string | Yes | Contact to summarise |