SystemPromptBlock constructor
const
SystemPromptBlock({
- required String text,
- CacheScope? cacheScope,
Implementation
const SystemPromptBlock({required this.text, this.cacheScope});