Skip to contents

Writes a versioned JSON fixture containing prompts and private scoring rubrics. Keep this file outside the repository being evaluated so the model cannot inspect expected answers.

Usage

write_agentic_routing_questions(questions, path, overwrite = FALSE)

Arguments

questions

One question or a list of questions created by new_agentic_routing_question().

path

Destination JSON path.

overwrite

Replace an existing file.

Value

The normalized destination path, invisibly.