welcomeMessage {gptstudio} | R Documentation |
Welcome message
Description
HTML widget for showing a welcome message in the chat app. This has been created to be able to bind the message to a shiny event to trigger a new render.
Usage
welcomeMessage(
ide_colors = get_ide_theme_info(),
translator = create_translator(),
width = NULL,
height = NULL,
element_id = NULL
)
Arguments
ide_colors |
List containing the colors of the IDE theme. |
translator |
A Translator from |
width , height |
Must be a valid CSS unit (like |
element_id |
The element's id |
[Package gptstudio version 0.4.0 Index]