content property
Message text content. May be empty for messages that only carry tool calls (assistant role) or tool results (tool role).
Implementation
@$pb.TagNumber(3)
$core.String get content => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set content($core.String value) => $_setString(2, value);