diff --git a/docs/docs/docs/engineering/chats.md b/docs/docs/docs/engineering/chats.md index 7f6626b3e..eb0ae287a 100644 --- a/docs/docs/docs/engineering/chats.md +++ b/docs/docs/docs/engineering/chats.md @@ -29,7 +29,7 @@ In Jan, `chats` are LLM responses in the form of OpenAI compatible `chat complet ## Folder Structure -Chats are stateless, thus are not saved in `janroot`. Any content and relevant metadata from calling this endpoint is extracted and persisted through [Messages](/specs/messages). +Chats are stateless, thus are not saved in `janroot`. Any content and relevant metadata from calling this endpoint is extracted and persisted through [Messages](/docs/engineering/messages). ## API Reference diff --git a/docs/docs/docs/engineering/threads.md b/docs/docs/docs/engineering/threads.md index 4eb37aea8..a1cd2b4df 100644 --- a/docs/docs/docs/engineering/threads.md +++ b/docs/docs/docs/engineering/threads.md @@ -33,7 +33,7 @@ This is currently under development. - Threads are saved in the `/threads` folder. - Threads are organized by folders, one for each thread, and can be easily zipped, exported, and cleared. - Thread folders follow the naming: `assistant_id` + `thread_created_at`. -- Thread folders also contain `messages.jsonl` files. See [messages](/specs/messages). +- Thread folders also contain `messages.jsonl` files. See [messages](/docs/engineering/messages). ```yaml janroot/ diff --git a/docs/docs/docs/product/chat.md b/docs/docs/docs/product/chat.md index f328f56be..b0dcce2d6 100644 --- a/docs/docs/docs/product/chat.md +++ b/docs/docs/docs/product/chat.md @@ -16,7 +16,7 @@ keywords: ## Overview -A home screen for users to chat with [assistants](/specs/assistants) via conversation [threads](/specs/threads). +A home screen for users to chat with [assistants](/docs/engineering/assistants) via conversation [threads](/docs/engineering/threads). ![alt text](../img/chat-screen.png)