ct run traj-prompt

Run an LLM prompt against trajectories.

Usage

ct run traj-prompt [OPTIONS] [TRAJ_LIKE]

Arguments

ArgumentTypeRequired
[TRAJ_LIKE]textNo

Options

OptionDescription
-p, --prompt TEXTPrompt name from the prompts directory.
-m, --model TEXTModel to use (default: untrusted model).
--jsonOutput as JSON for scripting.
--listList available prompts and exit.
-n, --name TEXTName for the run (used in output directory).
-P, --parallel INTEGERMaximum concurrent LLM requests (default: 5).
-L, --limit INTEGERLimit the number of trajectories to process.
--helpShow this message and exit.