Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkg-r/R/run-r.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ tool_run_r <- function(private) {
"Run R code in your sandboxed R session to analyze results or render plots.",
"R code and textual output are visible only to you; rendered plots are",
"also shown to the user.",
"The user cannot run code in this session themselves.",
"The user cannot access or interact with this session. Never direct them",
"to run code or inspect its variables or files; perform follow-up analysis",
"yourself and report the result in your response.",
"Your session persists across calls: variables you assign and packages",
"you load remain available.",
cli::format_inline(
Expand Down
Loading