Skip to content

prompt_composition_directives

Dewayne VanHoozer edited this page Feb 19, 2024 · 1 revision

Prompt compositional directives are those whose which add additional text to the prompt before it is sent to the backend for processing through the LLM. Currently there are three such directives:

include_directive

  • //include path_to_file

ruby_directive

  • //ruby code

shell_directive

  • //shell command
Clone this wiki locally