Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 6.27 KB

createchatthreadwithmsgrequestbody.md

File metadata and controls

26 lines (21 loc) · 6.27 KB

CreateChatThreadWithMsgRequestBody

Example Usage

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

let value: CreateChatThreadWithMsgRequestBody = {
  brainId: "<id>",
  name: "Slack Chat - 2024-06-26T12:34:56.789Z",
  message: "Hello, how can I assist you today?",
};

Fields

Field Type Required Description Example
brainId string ✔️ The ID of the brain to associate with the chat
name string ✔️ The name of the chat Slack Chat - 2024-06-26T12:34:56.789Z
message string ✔️ The initial message to start the chat
responseLength operations.CreateChatThreadWithMsgResponseLength Configure response length
temperature number between 0 and 1
systemMessage string System message for the LLM
model string LLM Model to choose from
chatMessageType operations.CreateChatThreadWithMsgChatMessageType N/A