GenerationHints constructor
const
GenerationHints({})
Implementation
const GenerationHints({
this.temperature = 0.7,
this.maxTokens,
this.topP,
this.topK,
this.stopAtFirstValidJSON = true,
this.includeReasoning = false,
});