import { BatchExecutionResponse } from "@mistralai/mistralai/models/components";
let value: BatchExecutionResponse = {};| Field | Type | Required | Description |
|---|---|---|---|
results |
Record<string, components.BatchExecutionResult> | ➖ | Mapping of execution_id to result with status and optional error message |