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