Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.92 KB

createchatthreadrequestbody.md

File metadata and controls

25 lines (20 loc) · 2.92 KB

CreateChatThreadRequestBody

Example Usage

import { CreateChatThreadRequestBody } from "@isosceles-ai/sdk/models/operations";

let value: CreateChatThreadRequestBody = {
  brainId: "<id>",
  name: "<value>",
  chatMessageType: "TEXT",
};

Fields

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