SystemPrompt typedef

SystemPrompt = List<String>

System prompt is a list of strings.

Implementation

typedef SystemPrompt = List<String>;