import { SignalInvocationBody } from "@mistralai/mistralai/models/components";
let value: SignalInvocationBody = {
name: "<value>",
};| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | The name of the signal to send |
input |
components.SignalInvocationBodyInput | ➖ | Input data for the signal, matching its schema |