Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/components/chat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/components/store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down