userPrompt property

  1. @TagNumber.new(1)
String get userPrompt

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);
  1. @TagNumber.new(1)
set userPrompt (String value)

Implementation

@$pb.TagNumber(1)
set userPrompt($core.String value) => $_setString(0, value);