View source: R/context_handles.R
| list_context_handles | R Documentation |
Builds compact handles for live session context without embedding full object payloads in the prompt.
list_context_handles(session, state = NULL, persist = TRUE)
session |
A |
state |
Optional normalized context state. Defaults to the session state. |
persist |
Logical; whether to persist the handle list into the session context state. |
A list of compact context handle records.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.