Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.38 KB

File metadata and controls

15 lines (10 loc) · 1.38 KB

BatchExecutionResponse

Example Usage

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

let value: BatchExecutionResponse = {};

Fields

Field Type Required Description
results Record<string, components.BatchExecutionResult> Mapping of execution_id to result with status and optional error message