text property
Text content of the chunk (the actual snippet shown to the LLM).
Implementation
@$pb.TagNumber(2)
$core.String get text => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set text($core.String value) => $_setString(1, value);
Text content of the chunk (the actual snippet shown to the LLM).
@$pb.TagNumber(2)
$core.String get text => $_getSZ(1);
@$pb.TagNumber(2)
set text($core.String value) => $_setString(1, value);