CactusCompletionResult constructor
CactusCompletionResult({})
Implementation
CactusCompletionResult({
required this.success,
required this.response,
required this.timeToFirstTokenMs,
required this.totalTimeMs,
required this.tokensPerSecond,
required this.prefillTokens,
required this.decodeTokens,
required this.totalTokens,
this.toolCalls = const [],
});