Skip to content

Commit

Permalink
Update events
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 27, 2024
1 parent b4aa5c6 commit 885f402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Modules/LlmDriver/tests/Feature/ClaudeClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public function test_remap_array(): void
$function = (new CreateEventTool)->getFunction();

$results = (new ClaudeClient)->remapFunctions(collect([$function])->toArray());

$this->assertEquals(
$shouldBe,
$results
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<env name="BRAVE_API_TOKEN" value="FOOBAR"/>
<!-- this is a fake token! -->
<env name="OPENAI_MOCK" value="true"/>
<env name="OPENAI_API_KEY" value="test"/>
<env name="QUEUE_CONNECTION" value="sync"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="OPENAI_MOCK" value="true"/>
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/claude_remap_functions_results_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"properties": {
"start_time": {
"type": "string",
"description": "Start time of the event"
"description": "Start date and time of the event using format \"Y-m-d H:i\""
},
"end_time": {
"type": "string",
"description": "End time of the event"
"description": "End date and time of the event using format \"Y-m-d H:i\""
},
"title": {
"type": "string",
Expand Down

0 comments on commit 885f402

Please sign in to comment.