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 24c73bd commit 7a68412Copy full SHA for 7a68412
src/Capability/Registry/ToolReference.php
@@ -119,7 +119,7 @@ public function formatResult(mixed $toolExecutionResult): array
119
*
120
* @return array<string, mixed>|null the structured content, or null if not extractable
121
122
- * @throws \JsonException if JSON encoding fails for non-Content array/object results
+ * @throws \JsonException if JSON encoding fails for non-Content array/object results
123
*/
124
public function extractStructuredContent(mixed $toolExecutionResult): ?array
125
{
0 commit comments