partialJson property
Largest complete JSON value visible in the output so far, when LLMGenerationOptions.structured_output is set.
Implementation
@$pb.TagNumber(20)
$core.String get partialJson => $_getSZ(6);
Implementation
@$pb.TagNumber(20)
set partialJson($core.String value) => $_setString(6, value);