assistantText property
Assistant text emitted before tool execution, when available.
Implementation
@$pb.TagNumber(4)
$core.String get assistantText => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set assistantText($core.String value) => $_setString(3, value);