From 0b587c845568430de3548c2ae55f77220b250e9d Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 18 Nov 2025 08:35:01 +0100 Subject: [PATCH] [Docs] Add missing ticks --- docs/components/chat.rst | 2 +- docs/components/store.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/chat.rst b/docs/components/chat.rst index 1384a3481..d513a465f 100644 --- a/docs/components/chat.rst +++ b/docs/components/chat.rst @@ -104,7 +104,7 @@ This leads to a store implementing two methods:: Commands -------- -While using the `Chat` component in your Symfony application along with the ``AiBundle``, +While using the ``Chat`` component in your Symfony application along with the ``AiBundle``, you can use the ``bin/console ai:message-store:setup`` command to initialize the message store and ``bin/console ai:message-store:drop`` to clean up the message store: diff --git a/docs/components/store.rst b/docs/components/store.rst index 7ceb13683..346920b59 100644 --- a/docs/components/store.rst +++ b/docs/components/store.rst @@ -82,7 +82,7 @@ Supported Stores Commands -------- -While using the `Store` component in your Symfony application along with the ``AiBundle``, +While using the ``Store`` component in your Symfony application along with the ``AiBundle``, you can use the ``bin/console ai:store:setup`` command to initialize the store and ``bin/console ai:store:drop`` to clean up the store: .. code-block:: yaml