import { ModifyThreadRequest } from "argot-open-ai/models/operations";
let value: ModifyThreadRequest = {
threadId: "<id>",
modifyThreadRequest: {},
};
Field | Type | Required | Description |
---|---|---|---|
threadId |
string | ✔️ | The ID of the thread to modify. Only the metadata can be modified. |
modifyThreadRequest |
components.ModifyThreadRequest | ✔️ | N/A |