Skip to content

Commit 4955e40

Browse files
authored
Update src/platform/src/Bridge/Meta/Tests/LlamaPromptConverterTest.php
1 parent f7d4bd5 commit 4955e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/src/Bridge/Meta/Tests/LlamaPromptConverterTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ public function testConvertMessage(string $expected, UserMessage|SystemMessage|A
6969
);
7070
}
7171

72+
/**
73+
* @return iterable<array{string, UserMessage|SystemMessage|AssistantMessage}>
74+
*/
7275
public static function provideMessages(): iterable
7376
{
7477
yield 'System message' => [

0 commit comments

Comments
 (0)