build(deps): Update openai-php/client requirement from ^0.18 to ^0.20 #164
Annotations
6 errors
|
phpstan
Process completed with exit code 1.
|
|
phpstan:
src/Prompts/Templates/AbstractPromptTemplate.php#L82
Using nullsafe property access on non-nullable type Cortex\Prompts\Data\PromptMetadata. Use -> instead.
|
|
phpstan:
src/LLM/Drivers/OpenAI/Chat/Concerns/MapsStreamResponse.php (in context of class Cortex/LLM/Drivers/OpenAI/Chat/OpenAIChat)#L265
Property OpenAI\Responses\Chat\CreateStreamedResponseToolCallFunction::$arguments (string) on left side of ?? is not nullable.
|
|
phpstan:
src/LLM/Drivers/OpenAI/Chat/Concerns/MapsStreamResponse.php (in context of class Cortex/LLM/Drivers/OpenAI/Chat/OpenAIChat)#L118
Property OpenAI\Responses\Chat\CreateStreamedResponseToolCallFunction::$arguments (string) on left side of ?? is not nullable.
|
|
phpstan:
src/LLM/AbstractLLM.php#L492
Property Cortex\ModelInfo\Data\ModelInfo::$features (array<Cortex\ModelInfo\Enums\ModelFeature>) on left side of ?? is not nullable.
|
|
format
Process completed with exit code 2.
|