We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b03e46 commit c555d19Copy full SHA for c555d19
tests/Feature/SearchAndSummarizeTest.php
@@ -61,7 +61,7 @@ public function test_gets_user_input()
61
]),
62
]);
63
64
- LlmDriverFacade::shouldReceive('driver->chat')
+ LlmDriverFacade::shouldReceive('driver->setToolType->chat')
65
->once()
66
->andReturn($dto);
67
0 commit comments