We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a6fe4 commit 85d078dCopy full SHA for 85d078d
tests/Feature/DailyReportServiceTest.php
@@ -26,7 +26,7 @@ public function test_notify(): void
26
27
$user = User::factory()->create();
28
29
- LlmDriverFacade::shouldReceive('driver->chat')
+ LlmDriverFacade::shouldReceive('driver->setToolType->chat')
30
->once()
31
->andReturn(
32
CompletionResponse::from([
0 commit comments