Add data component and fix formatting in outputs component

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-01 21:05:01 -03:00
commit 8c992fe76c
3 changed files with 2 additions and 2 deletions

View file

View file

@ -20,7 +20,7 @@ This component is designed to send a message to the chat.
<p>
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`_.
</p>
</Admonition
</Admonition>
## Text Output

View file

@ -71,7 +71,7 @@ module.exports = {
items: [
"components/inputs",
"components/outputs",
// "components/data",
"components/data",
"components/prompts",
"components/models",
"components/helpers",