Skip to content

Commit 781a0a2

Browse files
authored
Update CreateStreamedResponseToolCallFunction.php
1 parent acc939c commit 781a0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/Chat/CreateStreamedResponseToolCallFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private function __construct(
1212
) {}
1313

1414
/**
15-
* @param array{name?: string, arguments: string} $attributes
15+
* @param array{name?: string, arguments?: string} $attributes
1616
*/
1717
public static function from(array $attributes): self
1818
{

0 commit comments

Comments
 (0)