Skip to main content

Connie

Connie is VH3 AI’s conversational assistant. She has access to the full operational context (intelligence layer, semantic search, reports, and sentinel results) and responds to questions in natural language with cited, data-backed answers.

Connie guide

Capabilities, sessions, and how Connie uses the intelligence layer.

Agent observability

toolCallOutputs, usage, and verifying provenance in production UIs.

POST /connie/chat

Send a message to Connie and receive a response grounded in your operational data. Request body:
Example questions Connie can answer:
  • “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. Each response can include toolCallOutputs (structured results per tool) and usage (token counts). See Agent observability.

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:

POST /connie/history/search

Search across past conversation history.

GET /connie/sessions

List chat sessions for a company.

GET /connie/sessions//messages

Retrieve all messages for a specific session.