From 8c992fe76cb1bfc563eb9b9c4b7b2c4bf3303b5f Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 21:05:01 -0300 Subject: [PATCH] Add data component and fix formatting in outputs component --- docs/docs/components/data.mdx | 0 docs/docs/components/outputs.mdx | 2 +- docs/sidebars.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 docs/docs/components/data.mdx 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",