Skip to content

Commit 4924a07

Browse files
committed
fix doc block
1 parent 3763ac8 commit 4924a07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Responses/Chat/CreateResponseMessage.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ final class CreateResponseMessage
88
{
99
/**
1010
* @param array<int, CreateResponseToolCall> $toolCalls
11+
* @param array<int, CreateResponseChoiceAnnotations> $annotations
1112
*/
1213
private function __construct(
1314
public readonly string $role,
1415
public readonly ?string $content,
15-
public readonly array $annotations,
16+
public readonly array $annotations,
1617
public readonly array $toolCalls,
1718
public readonly ?CreateResponseFunctionCall $functionCall,
1819
) {}

0 commit comments

Comments
 (0)