PromptSnapshot constructor
const
PromptSnapshot({})
Implementation
const PromptSnapshot({
required this.text,
required this.stopSequences,
required this.maxTokens,
required this.temperature,
required this.topK,
required this.topP,
required this.seed,
required this.imageCount,
required this.contextSize,
required this.capturedAt,
});