$ModelCallSignals constructor

$ModelCallSignals({
  1. String? model,
  2. String? modelOutput,
  3. String? renderedPrompt,
})

Implementation

$ModelCallSignals({
  this.model,
  this.modelOutput,
  this.renderedPrompt,
});