Parameters
Input passed to the mocker. Use an expression like
${input} to pass through the node input.Simulation state fields to condition on and update.
LLM used to generate mock outputs.
Optional provider API version to use when calling the model.
The level of reasoning effort to use for the LLM, if supported by the model.
Accepted values are
none, minimal, low, medium, high, xhigh, or default.Additional arguments to pass directly to the underlying model’s API.
Instructions for generating outputs and updating simulation state.
Optional JSON schema used to validate the output. Use this when you want structured outputs.
Optional JSON schema used to validate the state fields.
Maximum retries when schema validation fails.
If true, simulation state fields are not updated.
If true, the mocker must output an array matching the Output Schema and each element is emitted as a separate item.
Credentials
Select an LLM Credential used by the mocker model.
Inputs
Input passed into the mocker.
Outputs
Simulated output. When Output Multiple Items is enabled, each array element emits as
its own output item.

