SystemPromptBlock constructor

const SystemPromptBlock({
  1. required String text,
  2. CacheScope? cacheScope,
})

Implementation

const SystemPromptBlock({required this.text, this.cacheScope});