We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa626db commit af4ead3Copy full SHA for af4ead3
1 file changed
src/Agents/Message.php
@@ -22,8 +22,7 @@ public function __construct(
22
string $content,
23
?string $role = null,
24
array $attachments = []
25
- )
26
- {
+ ) {
27
$this->content = $content;
28
$this->role = $role ?? Role::ROLE_USER;
29
$this->attachments = [];
0 commit comments