Skip to content

Commit 23d4b59

Browse files
committed
bug #705 [Platform] Fix array shape (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix array shape | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Follows #640 | License | MIT Commits ------- fbc78a9 [Platform] Fix array shape
2 parents 616436c + fbc78a9 commit 23d4b59

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)