From ece03faee3106e189025f3f1047529486bf77374 Mon Sep 17 00:00:00 2001 From: 0xSage Date: Fri, 1 Dec 2023 18:02:19 +0800 Subject: [PATCH] docs: add assistants nits --- docs/docs/specs/engineering/assistants.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/specs/engineering/assistants.md b/docs/docs/specs/engineering/assistants.md index ea0ec0955..d03989d66 100644 --- a/docs/docs/specs/engineering/assistants.md +++ b/docs/docs/specs/engineering/assistants.md @@ -38,6 +38,10 @@ In Jan, assistants are `primary` entities with the following capabilities: ## `assistant.json` +- Each `assistant` folder contains an `assistant.json` file, which is a representation of an assistant. +- `assistant.json` contains metadata and model parameter overrides +- There are no required fields. + ```js { "id": "asst_abc123", // Defaults to foldername