Skip to content

Commit fbc78a9

Browse files
committed
[Platform] Fix array shape
1 parent 616436c commit fbc78a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/src/Profiler/DataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function getToolCalls(): array
9595

9696
/**
9797
* @return array{
98-
* model: Model,
98+
* model: string,
9999
* input: array<mixed>|string|object,
100100
* options: array<string, mixed>,
101101
* result: string|iterable<mixed>|object|null

0 commit comments

Comments
 (0)