Skip to content

Commit f7d4bd5

Browse files
authored
Apply suggestions from code review
1 parent 6901b60 commit f7d4bd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/platform/src/Bridge/Ollama/Tests/Contract/AssistantMessageNormalizerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ public function testNormalize(AssistantMessage $message, array $expectedOutput)
5454
$this->assertEquals($expectedOutput, $normalized);
5555
}
5656

57+
/**
58+
* @return iterable<string, array{AssistantMessage, array{role: Role::Assistant, tool_calls: list<array{type: string, function: array{name: string, arguments: mixed}}>}}>
59+
*/
5760
public static function normalizeDataProvider(): iterable
5861
{
5962
yield 'assistant message without tool calls' => [

0 commit comments

Comments
 (0)