refactor: 重构 Agent 模块为 AgentScope,删除旧版 CrewAI/LiteLLM 实现
This commit is contained in:
@@ -102,7 +102,7 @@ void main() {
|
||||
|
||||
expect(fakeRecorder.started, true);
|
||||
expect(find.text('正在聆听...'), findsOneWidget);
|
||||
expect(_inputActionIcon(tester), LucideIcons.square);
|
||||
expect(_inputActionIcon(tester), LucideIcons.send);
|
||||
});
|
||||
|
||||
testWidgets('tap send while recording transcribes and auto sends message', (
|
||||
|
||||
Reference in New Issue
Block a user