From 93e906f11f16bee94d066a512aeafe57a25ba48f Mon Sep 17 00:00:00 2001 From: Bentxi Date: Fri, 27 Jun 2025 19:30:17 -0500 Subject: [PATCH] workspace creation clarification --- reference/api/chats.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/api/chats.mdx b/reference/api/chats.mdx index 802dbe7be..e4de0c132 100644 --- a/reference/api/chats.mdx +++ b/reference/api/chats.mdx @@ -37,6 +37,10 @@ curl \ + +The first call to `PATCH /chats/{workspace}/settings` will create the workspace UID if it doesn’t already exist. + + Configure the LLM provider and settings for a chat workspace. ```json