We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UnknownPart
1 parent f8ebbaf commit a399e0eCopy full SHA for a399e0e
packages/firebase_ai/firebase_ai/lib/firebase_ai.dart
@@ -43,7 +43,8 @@ export 'src/content.dart'
43
FunctionCall,
44
FunctionResponse,
45
Part,
46
- TextPart;
+ TextPart,
47
+ UnknownPart;
48
export 'src/error.dart'
49
show
50
FirebaseAIException,
packages/firebase_ai/firebase_ai/test/utils/matchers.dart
@@ -12,7 +12,6 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
import 'package:firebase_ai/firebase_ai.dart';
15
-import 'package:firebase_ai/src/content.dart';
16
import 'package:http/http.dart' as http;
17
import 'package:matcher/matcher.dart';
18
0 commit comments