Skip to content

Commit a399e0e

Browse files
authored
fix(firebaseai): Export UnknownPart (#17655)
* Export UnknownPart * Remove unused import
1 parent f8ebbaf commit a399e0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firebase_ai/firebase_ai/lib/firebase_ai.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export 'src/content.dart'
4343
FunctionCall,
4444
FunctionResponse,
4545
Part,
46-
TextPart;
46+
TextPart,
47+
UnknownPart;
4748
export 'src/error.dart'
4849
show
4950
FirebaseAIException,

packages/firebase_ai/firebase_ai/test/utils/matchers.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
import 'package:firebase_ai/firebase_ai.dart';
15-
import 'package:firebase_ai/src/content.dart';
1615
import 'package:http/http.dart' as http;
1716
import 'package:matcher/matcher.dart';
1817

0 commit comments

Comments
 (0)