diff --git a/docs/docs/concepts/dialogue-understanding.mdx b/docs/docs/concepts/dialogue-understanding.mdx index 821dbcedaeef..476b2198ef0e 100644 --- a/docs/docs/concepts/dialogue-understanding.mdx +++ b/docs/docs/concepts/dialogue-understanding.mdx @@ -19,7 +19,7 @@ with version `3.7.0`. The `CommandGenerator` component performs *Dialogue Understanding*. In the CALM approach, *Dialogue Understanding* aims to represent how the end user wants to progress the conversation. -There is currently only one command generator available: the `LLMCommandGenerator` +There is currently only one command generator available: the `LLMCommandGenerator`. ## Using the LLMCommandGenerator in Your Bot