Skip to content

Commit b52db30

Browse files
Google APIscopybara-github
authored andcommitted
feat: adding thoughts_token_count to v1beta1 client library
PiperOrigin-RevId: 759721742
1 parent f7cd2cb commit b52db30

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/prediction_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,9 @@ message GenerateContentResponse {
849849
// Number of tokens in the response(s).
850850
int32 candidates_token_count = 2;
851851

852+
// Output only. Number of tokens present in thoughts output.
853+
int32 thoughts_token_count = 14 [(google.api.field_behavior) = OUTPUT_ONLY];
854+
852855
// Total token count for prompt and response candidates.
853856
int32 total_token_count = 3;
854857

0 commit comments

Comments
 (0)