Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/firebase_ai/firebase_ai/lib/src/error.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class FirebaseAIException implements Exception {
final String message;

@override
String toString() => 'VertexAIException: $message';
String toString() => 'FirebaseAIException: $message';
}

/// Exception thrown when the server rejects the API key.
Expand Down Expand Up @@ -104,7 +104,7 @@ final class FirebaseAISdkException implements Exception {

@override
String toString() => '$message\n'
'This indicates a problem with the Vertex AI in Firebase SDK. '
'This indicates a problem with the Firebase AI Logic SDK. '
'Try updating to the latest version '
'(https://pub.dev/packages/firebase_ai/versions), '
'or file an issue at '
Expand Down
Loading