menu
neomage package
documentation
data/commands/builtin/insights_command.dart
InsightSection
InsightSection.new const constructor
InsightSection.new const constructor
dark_mode
light_mode
InsightSection
constructor
const
InsightSection
(
{
required
String
name
,
required
String
prompt
,
int
maxTokens
=
8192
,
})
Implementation
const InsightSection({ required this.name, required this.prompt, this.maxTokens = 8192, });
neomage package
documentation
data/commands/builtin/insights_command
InsightSection
InsightSection.new const constructor
InsightSection class