Skip to contents

Add text to a prompt by appending a prompt wrapper to the prompt list. The text will be added to the end of the prompt text.

Usage

add_text(prompt, text, position = c("after", "before"), sep = "\n\n")

Arguments

prompt

A single string, a prompt_wrap object, or a list of prompt_wrap objects.

text

Text to be added to the prompt.

position

Where to add the text; either "after" or "before".

sep

Separator to be used between the original prompt text and the added text.

Value

A prompt list with an added prompt wrapper object which will append the text to the end of the prompt text.