streamingMessage {gptstudio} | R Documentation |
Streaming message
Description
Places an invisible empty chat message that will hold a streaming message. It can be reset dynamically inside a shiny app
Usage
streamingMessage(
ide_colors = get_ide_theme_info(),
width = NULL,
height = NULL,
element_id = NULL
)
Arguments
ide_colors |
List containing the colors of the IDE theme. |
width , height |
Must be a valid CSS unit (like |
element_id |
The element's id |
[Package gptstudio version 0.4.0 Index]