AugmentPromptResponse constructor

AugmentPromptResponse({
  1. List<Content> augmentedPrompt = const [],
  2. List<Fact> facts = const [],
})

Implementation

AugmentPromptResponse({
  this.augmentedPrompt = const [],
  this.facts = const [],
}) : super(fullyQualifiedName);