menu
flutter_agent_pupau package
documentation
models/prompt_reflection_model.dart
PromptReflection
PromptReflection.new constructor
PromptReflection.new constructor
dark_mode
light_mode
PromptReflection
constructor
PromptReflection
(
{
required
String
messageId
,
required
String
text
,
required
String
evaluation
,
})
Implementation
PromptReflection({ required this.messageId, required this.text, required this.evaluation, });
flutter_agent_pupau package
documentation
models/prompt_reflection_model
PromptReflection
PromptReflection.new constructor
PromptReflection class