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?",
};
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 |