systemPrompt property

String? get systemPrompt

An optional system prompt the server wants to use for sampling.

The client MAY modify or omit this prompt.

Implementation

String? get systemPrompt => _value['systemPrompt'] as String?;