Skip to content

Commit

Permalink
Drop reference to removed arg from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed May 22, 2024
1 parent 0be8786 commit 3b7003a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/google_generative_ai/lib/src/model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ final class GenerativeModel {
/// Sends a "countTokens" API request for the configured model,
/// and waits for the response.
///
/// The [safetySettings], [generationConfig], [tools], and [toolConfig],
/// override the arguments of the same name passed to the
/// [GenerativeModel.new] constructor. Each argument, when non-null,
/// overrides the model level configuration in its entirety.
/// The [safetySettings], [tools], and [toolConfig], override the arguments of
/// the same name passed to the [GenerativeModel.new] constructor. Each
/// argument, when non-null, overrides the model level configuration in its
/// entirety.
///
/// Example:
/// ```dart
Expand Down

0 comments on commit 3b7003a

Please sign in to comment.