From bb5f56bfb765d2e1e6a12fc6d70be685e16a04db Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 9 Apr 2026 22:13:31 +0530 Subject: [PATCH] chore: add documentation for template context variables --- docs/voice-agent/pre-call-data-fetch.mdx | 25 ++++++++++++++++++++++++ docs/voice-agent/template-variables.mdx | 10 ++++++++++ 2 files changed, 35 insertions(+) diff --git a/docs/voice-agent/pre-call-data-fetch.mdx b/docs/voice-agent/pre-call-data-fetch.mdx index 20e4dfe..2784984 100644 --- a/docs/voice-agent/pre-call-data-fetch.mdx +++ b/docs/voice-agent/pre-call-data-fetch.mdx @@ -111,6 +111,31 @@ Access in prompts as `{{customer.name}}` and `{{customer.address.city}}`. The request has a **10-second timeout**. If your API does not respond within this window, the call proceeds without the fetched data. Design your endpoint to respond as quickly as possible to minimize the ring-back tone duration. +## Testing with Test Calls + +