We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3763ac8 commit 4924a07Copy full SHA for 4924a07
src/Responses/Chat/CreateResponseMessage.php
@@ -8,11 +8,12 @@ final class CreateResponseMessage
8
{
9
/**
10
* @param array<int, CreateResponseToolCall> $toolCalls
11
+ * @param array<int, CreateResponseChoiceAnnotations> $annotations
12
*/
13
private function __construct(
14
public readonly string $role,
15
public readonly ?string $content,
- public readonly array $annotations,
16
+ public readonly array $annotations,
17
public readonly array $toolCalls,
18
public readonly ?CreateResponseFunctionCall $functionCall,
19
) {}
0 commit comments