# get ccps as an example survey
dri_survey <- format_dri_survey(surveys[surveys$name == "ccps",])
# create an example role from scratch
role_info <- list(
uid = "sur",
role = "surfer",
description = "likes the ocean"
)
make_dri_llm_prompts(dri_survey, role_info)
Run the code above in your browser using DataLab