CactusResult constructor
CactusResult({})
Implementation
CactusResult({
required this.text,
required this.tokensPredicted,
required this.tokensEvaluated,
required this.truncated,
required this.stoppedEos,
required this.stoppedWord,
required this.stoppedLimit,
required this.stoppingWord,
});