From 1e0c048469d59c7d2db91eaadd7da3eaa0a5952d Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 20:54:06 -0300 Subject: [PATCH 1/2] Commented out components/data in sidebars.js --- docs/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index fc6a1522b..78118e05a 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", From 6477c7f7ce4ccd6ef2b29232da33fef5c59c5ba5 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 1 Apr 2024 21:02:15 -0300 Subject: [PATCH 2/2] Refactor component names in outputs.mdx --- docs/docs/components/outputs.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/components/outputs.mdx b/docs/docs/components/outputs.mdx index 3533dfdb6..93a291059 100644 --- a/docs/docs/components/outputs.mdx +++ b/docs/docs/components/outputs.mdx @@ -2,7 +2,7 @@ import Admonition from '@theme/Admonition'; # Outputs -### ChatOutput +## Chat Output This component is designed to send a message to the chat. @@ -20,9 +20,9 @@ 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`_.

- +