Skip to content

Commit 2a0e1d3

Browse files
committed
doc review
1 parent 6771cc6 commit 2a0e1d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FirebaseAI/Sources/GenerateContentResponse.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public struct GenerateContentResponse: Sendable {
4949
/// The breakdown, by modality, of how many tokens are consumed by the candidates
5050
public let candidatesTokensDetails: [ModalityTokenCount]
5151

52-
/// A list of tokens used by tools whose usage was triggered from a prompt, broken down by
53-
/// modality.
52+
/// A list of tokens used by tools, broken down by modality.
5453
public let toolUsePromptTokensDetails: [ModalityTokenCount]
5554
}
5655

0 commit comments

Comments
 (0)