Skip to content

Commit ff83da9

Browse files
committed
update doc blocks
1 parent 7b61b9b commit ff83da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/Chat/CreateStreamedResponseChoice.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ private function __construct(
1414
}
1515

1616
/**
17-
* @param array{index: int, delta: array{role?: string, content?: string}, finish_reason: string|null} $attributes
17+
* @param array{index: int, delta?: array{role?: string, content?: string}, finish_reason: string|null} $attributes
1818
*/
1919
public static function from(array $attributes): self
2020
{

0 commit comments

Comments
 (0)