Skip to contents

Create a SystemPromptFile

Usage

SystemPromptFile(path)

Arguments

path

Character. Path to the system prompt file.

Value

Object of class SystemPromptFile.

Examples

sp <- SystemPromptFile("/path/to/prompt.md")
sp$path
#> [1] "/path/to/prompt.md"