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 df59f35 commit 6982721Copy full SHA for 6982721
docs/components/platform.rst
@@ -356,11 +356,11 @@ the result back to PHP objects.
356
357
To achieve this, the ``Symfony\AI\Platform\StructuredOutput\PlatformSubscriber`` needs to be registered with the platform::
358
359
- use Symfony\AI\Platform\Tests\Fixtures\StructuredOutput\MathReasoning;
360
use Symfony\AI\Platform\Bridge\Mistral\PlatformFactory;
361
use Symfony\AI\Platform\Message\Message;
362
use Symfony\AI\Platform\Message\MessageBag;
363
use Symfony\AI\Platform\StructuredOutput\PlatformSubscriber;
+ use Symfony\AI\Platform\Tests\Fixtures\StructuredOutput\MathReasoning;
364
use Symfony\Component\EventDispatcher\EventDispatcher;
365
366
$dispatcher = new EventDispatcher();
0 commit comments