import { CreateChatThreadRequestBody } from "@isosceles-ai/sdk/models/operations";
let value: CreateChatThreadRequestBody = {
brainId: "<id>",
name: "<value>",
chatMessageType: "TEXT",
};
Field | Type | Required | Description |
---|---|---|---|
brainId |
string | ✔️ | The ID of the brain to associate with the chat |
name |
string | ✔️ | The name of the chat |
chatMessageType |
operations.ChatMessageType | ✔️ | The type fo response interface |
responseLength |
operations.ResponseLength | ➖ | Configure response length |
temperature |
number | ➖ | between 0 and 1 |
systemMessage |
string | ➖ | System message for the LLM |
model |
string | ➖ | LLM Model to choose from |