AIAgentConfigurationGetSamplePrompts Method |
Reads and returns the list of sample user prompts from
SamplePromptsFile.
Returns an empty list when the file is not set or does not exist.
Blank lines and lines starting with
# are skipped.
Namespace: Seal.AIAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic List<string> GetSamplePrompts()
Return Value
ListString
See Also