We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffa525 commit 46bca63Copy full SHA for 46bca63
src/platform/src/Bridge/Ollama/OllamaResultConverter.php
@@ -52,6 +52,7 @@ public function convert(RawResultInterface $result, array $options = []): Result
52
53
/**
54
* @param array<string, mixed> $data
55
+ * @param array<string, mixed> $options
56
*/
57
public function doConvertCompletion(array $data, array $options): ResultInterface
58
{
0 commit comments