Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1001 Bytes

File metadata and controls

18 lines (13 loc) · 1001 Bytes

SignalInvocationBody

Example Usage

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

let value: SignalInvocationBody = {
  name: "<value>",
};

Fields

Field Type Required Description
name string ✔️ The name of the signal to send
input components.SignalInvocationBodyInput Input data for the signal, matching its schema