Skip to content

wip

wip #38

Triggered via push October 24, 2025 22:49
Status Failure
Total duration 1m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/LLM/Drivers/OpenAI/Responses/Concerns/MapsStreamResponse.php (in context of class Cortex/LLM/Drivers/OpenAI/Responses/OpenAIResponses)#L47
PHPDoc tag `@var` with type Cortex\LLM\Drivers\OpenAI\Responses\OpenAIResponses is not subtype of native type $this(Cortex\LLM\Drivers\OpenAI\Responses\OpenAIResponses).
phpstan: src/LLM/Drivers/OpenAI/Responses/Concerns/MapsMessages.php (in context of class Cortex/LLM/Drivers/OpenAI/Responses/OpenAIResponses)#L48
Call to an undefined method Cortex\LLM\Drivers\OpenAI\Responses\OpenAIResponses::mapContentForResponsesAPI().
phpstan: src/LLM/Drivers/OpenAI/Responses/Concerns/MapsMessages.php (in context of class Cortex/LLM/Drivers/OpenAI/Responses/OpenAIResponses)#L35
Call to an undefined method Cortex\LLM\Drivers\OpenAI\Responses\OpenAIResponses::mapContentForResponsesAPI().
phpstan: src/LLM/Drivers/OpenAI/Responses/Concerns/MapsMessages.php (in context of class Cortex/LLM/Drivers/OpenAI/Responses/OpenAIResponses)#L30
Parameter #1 $callback of method Illuminate\Support\Collection<int,Cortex\LLM\Contracts\Message|Cortex\LLM\Data\Messages\MessagePlaceholder>::map() contains unresolvable type.
phpstan: src/LLM/Drivers/OpenAI/Chat/Concerns/MapsStreamResponse.php (in context of class Cortex/LLM/Drivers/OpenAI/Chat/OpenAIChat)#L40
PHPDoc tag `@var` with type Cortex\LLM\Drivers\OpenAI\Chat\OpenAIChat is not subtype of native type $this(Cortex\LLM\Drivers\OpenAI\Chat\OpenAIChat).
phpstan: src/LLM/Contracts/StreamingProtocol.php#L15
Method Cortex\LLM\Contracts\StreamingProtocol::mapChunkToPayload() return type has no value type specified in iterable type array.
phpstan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/