import { SendChatMessageRequestBody } from "@isosceles-ai/sdk/models/operations";
let value: SendChatMessageRequestBody = {
chatThreadId: "d504386d-6cba-4e38-96f0-aa16b83e1cd8",
text: "hi",
};
Field | Type | Required | Description |
---|---|---|---|
chatThreadId |
string | ➖ | ID of chat to which you want to send message |
text |
string | ➖ | message |
documents |
string[] | ➖ | Array of document ids |