Place this anywhere in your UI, typically as the main content next to a
shinychat::chat_ui() sidebar. Components emitted by the model are
inserted into it progressively as tool calls complete. Pair it with a
genui_server() call using the same id.
Arguments
- id
Module id, matching the
idpassed togenui_server().- ...
Attributes and initial children added to the canvas
<div>.- placeholder
Text shown while the canvas is empty.
Value
An htmltools::tag() object.