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.
readonly
1 parent 7ca5522 commit 8073af6Copy full SHA for 8073af6
src/platform/src/Bridge/Ollama/OllamaMessageChunk.php
@@ -20,10 +20,10 @@
20
* @param array<string, mixed> $message
21
*/
22
public function __construct(
23
- public readonly string $model,
24
- public readonly \DateTimeImmutable $created_at,
25
- public readonly array $message,
26
- public readonly bool $done,
+ public string $model,
+ public \DateTimeImmutable $created_at,
+ public array $message,
+ public bool $done,
27
) {
28
}
29
0 commit comments