Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 797 Bytes

File metadata and controls

19 lines (14 loc) · 797 Bytes

GetWorkflowExecutionTraceEventsRequest

Example Usage

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

let value: GetWorkflowExecutionTraceEventsRequest = {
  executionId: "<id>",
};

Fields

Field Type Required Description
executionId string ✔️ N/A
mergeSameIdEvents boolean N/A
includeInternalEvents boolean N/A