Skip to content

Commit 7b5193a

Browse files
committed
Add missing refdoc
1 parent fd5dcea commit 7b5193a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vertexai/src/types/responses.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ export interface CountTokensResponse {
228228
* from the request.
229229
*/
230230
totalBillableCharacters?: number;
231-
231+
/**
232+
* The breakdown, by modality, of how many tokens are consumed by the prompt.
233+
*/
232234
promptTokensDetails?: ModalityTokenCount[];
233235
}

0 commit comments

Comments
 (0)