Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.2 KB

sendchatmessagerequestbody.md

File metadata and controls

20 lines (15 loc) · 1.2 KB

SendChatMessageRequestBody

Example Usage

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

let value: SendChatMessageRequestBody = {
  chatThreadId: "d504386d-6cba-4e38-96f0-aa16b83e1cd8",
  text: "hi",
};

Fields

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