From 245785e44a9c58ad34b7b4bbf5af6768966add72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 May 2026 20:44:30 +0000 Subject: [PATCH] docs: document async tool support for Grok and Ultravox Realtime - Add note about cancel_on_interruption=False support in both services - Document Ultravox's placeholder behavior for async tools - Document Grok's async tool result delivery mechanism - Add links to new async tool example files - Note that streamed intermediate results are not supported Related to pipecat-ai/pipecat#4447 --- api-reference/server/services/s2s/grok.mdx | 8 ++++++++ api-reference/server/services/s2s/ultravox.mdx | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/api-reference/server/services/s2s/grok.mdx b/api-reference/server/services/s2s/grok.mdx index f4841e81..90f4bced 100644 --- a/api-reference/server/services/s2s/grok.mdx +++ b/api-reference/server/services/s2s/grok.mdx @@ -22,6 +22,13 @@ description: "Real-time speech-to-speech service implementation using xAI's Grok > Complete Grok Realtime conversation example + + Grok with async function calling (cancel_on_interruption=False) + Complete Ultravox Realtime conversation example + + Ultravox with async function calling (cancel_on_interruption=False) +