Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 650 Bytes

File metadata and controls

19 lines (14 loc) · 650 Bytes

BatchExecutionBody

Example Usage

import { BatchExecutionBody } from "@mistralai/mistralai/models/components";

let value: BatchExecutionBody = {
  executionIds: [
    "<value 1>",
  ],
};

Fields

Field Type Required Description
executionIds string[] ✔️ List of execution IDs to process