requestId property
Correlation id, echoed on every LLMStreamEvent for this call. Empty =
commons generates one, which is the normal case and matches industry
practice (provider-generated: OpenAI id, Anthropic request-id). A
non-empty caller value is honoured verbatim.
Implementation
@$pb.TagNumber(14)
$core.String get requestId => $_getSZ(0);
Implementation
@$pb.TagNumber(14)
set requestId($core.String value) => $_setString(0, value);