Refactor component names in outputs.mdx
This commit is contained in:
parent
1e0c048469
commit
6477c7f7ce
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
|||
<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
|
||||
|
||||
### TextOutput
|
||||
## Text Output
|
||||
|
||||
This component is designed to display text data to the user. It's particularly useful for scenarios where you don't want to send the text data to the chat, but still want to display it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue