Skip to content

Commit

Permalink
moving to another computer --- clean up the message type and add func…
Browse files Browse the repository at this point in the history
…tion to it
  • Loading branch information
alnutile committed Sep 2, 2023
1 parent 13590f4 commit d9bb698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion database/factories/MessageFactory.php
Expand Up @@ -59,7 +59,7 @@ public function functionResponse()
return [
'role' => RoleTypeEnum::Function,
'name' => 'get_current_weather',
'content' => "Sunny an 85"
'content' => 'Sunny an 85',
];
});
}
Expand Down
2 changes: 0 additions & 2 deletions tests/Feature/FunctionCallDtoTest.php
Expand Up @@ -3,8 +3,6 @@
namespace Tests\Feature;

use App\Domains\LlmFunctions\Dto\FunctionCallDto;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithFaker;
use Tests\TestCase;

class FunctionCallDtoTest extends TestCase
Expand Down

0 comments on commit d9bb698

Please sign in to comment.