File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/firebase_ai/firebase_ai/lib/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class FirebaseAIException implements Exception {
23
23
final String message;
24
24
25
25
@override
26
- String toString () => 'VertexAIException : $message ' ;
26
+ String toString () => 'FirebaseAIException : $message ' ;
27
27
}
28
28
29
29
/// Exception thrown when the server rejects the API key.
@@ -104,7 +104,7 @@ final class FirebaseAISdkException implements Exception {
104
104
105
105
@override
106
106
String toString () => '$message \n '
107
- 'This indicates a problem with the Vertex AI in Firebase SDK. '
107
+ 'This indicates a problem with the Firebase AI Logic SDK. '
108
108
'Try updating to the latest version '
109
109
'(https://pub.dev/packages/firebase_ai/versions), '
110
110
'or file an issue at '
You can’t perform that action at this time.
0 commit comments