Skip to content

WIP TASK: Use Responses API instead of deprecated Assistant API #138

WIP TASK: Use Responses API instead of deprecated Assistant API

WIP TASK: Use Responses API instead of deprecated Assistant API #138

Triggered via pull request November 17, 2025 14:02
Status Failure
Total duration 30s
Artifacts

build.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test (PHP 8.2, Flow 8.3)
Process completed with exit code 1.
Test (PHP 8.2, Flow 8.3): Classes/Domain/Assistant.php#L190
Property Sitegeist\Chatterbox\Domain\Assistant::$lastMessage (Sitegeist\Chatterbox\Domain\MessageRecord|null) does not accept OpenAI\Responses\Responses\RetrieveResponse.
Test (PHP 8.2, Flow 8.3): Classes/Domain/Assistant.php#L35
Property Sitegeist\Chatterbox\Domain\Assistant::$lastMessage is never read, only written.
Test (PHP 8.2, Flow 8.3): Classes/Controller/ChatController.php#L118
Cannot call method toApiArray() on Sitegeist\Chatterbox\Domain\MessageRecord|null.