totalToolUseTokens

public final Usage.Builder totalToolUseTokens(Integer totalToolUseTokens)

Number of tokens present in tool-use prompt(s).


public final Usage.Builder totalToolUseTokens(JsonField<Integer> totalToolUseTokens)

Sets Builder.totalToolUseTokens to an arbitrary JSON value.

You should usually call Builder.totalToolUseTokens with a well-typed Int value instead. This method is primarily for setting the field to an undocumented or not yet supported value.