diff --git a/docs/docs/components/data.mdx b/docs/docs/components/data.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/docs/docs/components/outputs.mdx b/docs/docs/components/outputs.mdx index 93a291059..a23255a58 100644 --- a/docs/docs/components/outputs.mdx +++ b/docs/docs/components/outputs.mdx @@ -20,7 +20,7 @@ This component is designed to send a message to the chat.
If _`As Record`_ is _`true`_ and the _`Message`_ is a _`Record`_, the data of the _`Record`_ will be updated with the _`Sender`_, _`Sender Name`_, and _`Session ID`_.
- ## Text Output diff --git a/docs/sidebars.js b/docs/sidebars.js index 78118e05a..fc6a1522b 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -71,7 +71,7 @@ module.exports = { items: [ "components/inputs", "components/outputs", - // "components/data", + "components/data", "components/prompts", "components/models", "components/helpers",