RAGQueryOptions constructor
const
RAGQueryOptions({})
Implementation
const RAGQueryOptions({
required this.question,
this.systemPrompt,
this.maxTokens = 512,
this.temperature = 0.7,
this.topP = 0.9,
this.topK = 40,
});