Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.53 KB

modifythreadrequest.md

File metadata and controls

19 lines (14 loc) · 1.53 KB

ModifyThreadRequest

Example Usage

import { ModifyThreadRequest } from "argot-open-ai/models/operations";

let value: ModifyThreadRequest = {
  threadId: "<id>",
  modifyThreadRequest: {},
};

Fields

Field Type Required Description
threadId string ✔️ The ID of the thread to modify. Only the metadata can be modified.
modifyThreadRequest components.ModifyThreadRequest ✔️ N/A