From bfe49ba3cf1a4d186fef831f547f673d4a320671 Mon Sep 17 00:00:00 2001 From: swagata-cometchat Date: Wed, 5 Nov 2025 15:45:29 +0530 Subject: [PATCH] docs: deployment URLs must end with /stream --- ai-agents/agno.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-agents/agno.mdx b/ai-agents/agno.mdx index cbd446ba..0cebd25a 100644 --- a/ai-agents/agno.mdx +++ b/ai-agents/agno.mdx @@ -16,7 +16,7 @@ description: "Connect an Agno agent to CometChat, customize it with UI Kit Build ## Prerequisites - A CometChat account and an app: **[Create App](https://app.cometchat.com/apps)** -- An Agno agent endpoint (see Step 6 for the example services). +- An Agno agent endpoint (see Step 6 for the example services) — the deployment URL must end with **/stream**. - Python 3.10+ with `pip`, plus access to an OpenAI-compatible model (`OPENAI_API_KEY`). --- @@ -54,7 +54,7 @@ Navigate to **AI Agent → Get Started** and then **AI Agents → Add Agent**. Paste/define: @@ -188,4 +188,4 @@ uvicorn product_hunt_agent.main:app --host 0.0.0.0 --port 8001 --reload -> Deploy behind HTTPS and secure with auth headers or gateway middleware before pointing CometChat at the `/stream` endpoint. +> Deploy behind HTTPS and secure with auth headers or gateway middleware before pointing CometChat at the `/stream` endpoint. \ No newline at end of file