userPrompt property
User prompt to merge with tool instructions. Empty means return only the tool-instruction block for the selected format.
Implementation
@$pb.TagNumber(1)
$core.String get userPrompt => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set userPrompt($core.String value) => $_setString(0, value);