Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.14 KB

eventout.md

File metadata and controls

20 lines (15 loc) · 1.14 KB

EventOut

Example Usage

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

let value: EventOut = {
  name: "<value>",
  createdAt: 253941,
};

Fields

Field Type Required Description
name string ✔️ The name of the event.
data Record<string, any> N/A
createdAt number ✔️ The UNIX timestamp (in seconds) of the event.