From 5fa6b1eed1838c27273ea91cd55f2ce1d6c60139 Mon Sep 17 00:00:00 2001 From: AngelosZa Date: Sun, 24 Aug 2025 14:15:18 +0300 Subject: [PATCH] feat: remove host --- .../integrations/backend-controlled-ui-compatible-flow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md b/docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md index 6ba5a666..ac7b0e68 100644 --- a/docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md +++ b/docs/tutorials/integrations/backend-controlled-ui-compatible-flow.md @@ -62,7 +62,7 @@ The assistant message must appear in both locations: "parentId": "", "modelName": "gpt-4o", "modelIdx": 0, - "timestamp": + "timestamp": "" } ``` @@ -73,7 +73,7 @@ Without this enrichment, the assistant's response will not appear in the fronten ### Step 1: Create Chat with User Message This starts the chat and returns a `chatId` that will be used in subsequent requests. - + ```bash curl -X POST https:///api/v1/chats/new \ -H "Authorization: Bearer " \