Skip to content

Commit

Permalink
Fix typo in function_calling.dart (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Apr 26, 2024
1 parent c8ad2ea commit 467d8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/google_generative_ai/lib/src/function_calling.dart
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ enum FunctionCallingMode {
/// The mode with default model behavior.
///
/// Model decides to predict either a function call or a natural language
/// repspose.
/// response.
auto,

/// A mode where the Model is constrained to always predicting a function
Expand Down

0 comments on commit 467d8c1

Please sign in to comment.