From 833af0c67d03b234a2b338c6cc749e029a11e349 Mon Sep 17 00:00:00 2001 From: vintro Date: Wed, 10 Dec 2025 14:18:50 -0500 Subject: [PATCH] fix: update dialectic to chat --- .../documentation/features/advanced/streaming-response.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/v2.6.0-alpha/documentation/features/advanced/streaming-response.mdx b/docs/v2.6.0-alpha/documentation/features/advanced/streaming-response.mdx index 4e53cf9a..44c88b5b 100644 --- a/docs/v2.6.0-alpha/documentation/features/advanced/streaming-response.mdx +++ b/docs/v2.6.0-alpha/documentation/features/advanced/streaming-response.mdx @@ -16,9 +16,9 @@ Streaming is particularly useful for: - Interactive agent experiences - Reducing time-to-first-word in user interactions -## Streaming with the Dialectic Endpoint +## Streaming with the Chat Endpoint -One of the primary use cases for streaming in Honcho is with the Dialectic endpoint. This allows you to stream the AI's reasoning about a user in real-time. +One of the primary use cases for streaming in Honcho is with the [chat endpoint](/v2.6.0-alpha/documentation/features/chat). This allows you to stream the AI's reasoning about a user in real-time. ### Prerequisites @@ -70,7 +70,7 @@ import { Honcho } from '@honcho-ai/sdk'; ``` -## Streaming from the Dialectic Endpoint +## Streaming from the Chat Endpoint ```python Python