$ModelCallSignals constructor

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

Implementation

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