Provide default image reponse usage values, if they are not returned by the API #1153
Annotations
7 errors
Type Checks
Process completed with exit code 1.
|
Type Checks:
src/Responses/Images/ImageResponseUsageInputTokensDetails.php#L21
Offset 'image_tokens' on array{text_tokens: int, image_tokens: int} on left side of ?? always exists and is not nullable.
|
Type Checks:
src/Responses/Images/ImageResponseUsageInputTokensDetails.php#L20
Offset 'text_tokens' on array{text_tokens: int, image_tokens: int} on left side of ?? always exists and is not nullable.
|
Type Checks:
src/Responses/Images/ImageResponseUsage.php#L25
Offset 'input_tokens_details' on array{total_tokens: int, input_tokens: int, output_tokens: int, input_tokens_details: array{text_tokens: int, image_tokens: int}} on left side of ?? always exists and is not nullable.
|
Type Checks:
src/Responses/Images/ImageResponseUsage.php#L24
Offset 'output_tokens' on array{total_tokens: int, input_tokens: int, output_tokens: int, input_tokens_details: array{text_tokens: int, image_tokens: int}} on left side of ?? always exists and is not nullable.
|
Type Checks:
src/Responses/Images/ImageResponseUsage.php#L23
Offset 'input_tokens' on array{total_tokens: int, input_tokens: int, output_tokens: int, input_tokens_details: array{text_tokens: int, image_tokens: int}} on left side of ?? always exists and is not nullable.
|
Type Checks:
src/Responses/Images/ImageResponseUsage.php#L22
Offset 'total_tokens' on array{total_tokens: int, input_tokens: int, output_tokens: int, input_tokens_details: array{text_tokens: int, image_tokens: int}} on left side of ?? always exists and is not nullable.
|
Loading