Add data component and fix formatting in outputs component
This commit is contained in:
parent
625c1b417e
commit
8c992fe76c
3 changed files with 2 additions and 2 deletions
0
docs/docs/components/data.mdx
Normal file
0
docs/docs/components/data.mdx
Normal 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
|
||||
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ module.exports = {
|
|||
items: [
|
||||
"components/inputs",
|
||||
"components/outputs",
|
||||
// "components/data",
|
||||
"components/data",
|
||||
"components/prompts",
|
||||
"components/models",
|
||||
"components/helpers",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue