build_console_system_prompt: Build Console System Prompt

View source: R/console_agent.R

build_console_system_promptR Documentation

Build Console System Prompt

Description

Build the system prompt for the console agent.

Usage

build_console_system_prompt(
  working_dir,
  startup_dir,
  sandbox_mode,
  language,
  profile = c("minimal", "legacy")
)

Arguments

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.

Value

System prompt string.


aisdk documentation built on May 29, 2026, 9:07 a.m.