From fbc78a9f6dfa59aae6e7d006748cf21cd674f6a4 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 30 Sep 2025 10:48:48 +0200 Subject: [PATCH] [Platform] Fix array shape --- src/ai-bundle/src/Profiler/DataCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai-bundle/src/Profiler/DataCollector.php b/src/ai-bundle/src/Profiler/DataCollector.php index e3041a2d6..546ecdabd 100644 --- a/src/ai-bundle/src/Profiler/DataCollector.php +++ b/src/ai-bundle/src/Profiler/DataCollector.php @@ -95,7 +95,7 @@ public function getToolCalls(): array /** * @return array{ - * model: Model, + * model: string, * input: array|string|object, * options: array, * result: string|iterable|object|null