Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 771 Bytes

File metadata and controls

20 lines (15 loc) · 771 Bytes

PromptsGetVersionRequest

Example Usage

import { PromptsGetVersionRequest } from "@mistralai/mistralai/models/operations";

let value: PromptsGetVersionRequest = {
  promptId: "<id>",
  version: 1,
};

Fields

Field Type Required Description Example
promptId string ✔️ N/A
version number ✔️ N/A 1
fields string[] N/A