menu
neomage package
documentation
utils/analyze/analyze_context.dart
AgentInfo
AgentInfo.new const constructor
AgentInfo.new const constructor
dark_mode
light_mode
AgentInfo
constructor
const
AgentInfo
(
{
required
String
agentType
,
required
String
source
,
required
int
tokens
,
})
Implementation
const AgentInfo({ required this.agentType, required this.source, required this.tokens, });
neomage package
documentation
utils/analyze/analyze_context
AgentInfo
AgentInfo.new const constructor
AgentInfo class