systemPrompt property
System prompt for tool-enabled generation. This is the ONLY channel ToolPromptFormatRequest (a standalone verb with no enclosing LLMGenerationOptions) has for a system prompt; when ToolCallingOptions is embedded in LLMGenerationOptions, the child value wins when present and options.system_prompt is the fallback.
Implementation
@$pb.TagNumber(6)
$core.String get systemPrompt => $_getSZ(2);
Implementation
@$pb.TagNumber(6)
set systemPrompt($core.String value) => $_setString(2, value);