Clarify that generated_text is optional

This commit is contained in:
Yang, Bo 2023-05-09 21:30:47 -07:00 committed by GitHub
parent 49cffad1bc
commit b10c6e83f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ message Generation {
string token_text = 5;
/// Is it a special token
bool token_is_special = 6;
/// Complete generated text
/// Generated text if completed, or unset otherwise
GeneratedText generated_text = 7;
}