View source: R/console_agent.R
| build_console_system_prompt | R Documentation |
Build the system prompt for the console agent.
build_console_system_prompt(
working_dir,
startup_dir,
sandbox_mode,
language,
profile = c("minimal", "legacy")
)
working_dir |
Sandbox working directory for tool execution. |
startup_dir |
R session startup directory for project-aware context. |
sandbox_mode |
Sandbox mode setting. |
language |
Language preference. |
System prompt string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.