ct run traj-prompt
Run an LLM prompt against trajectories.
Usage
ct run traj-prompt [OPTIONS] [TRAJ_LIKE]
Arguments
| Argument | Type | Required |
|---|---|---|
[TRAJ_LIKE] | text | No |
Options
| Option | Description |
|---|---|
-p, --prompt TEXT | Prompt name from the prompts directory. |
-m, --model TEXT | Model to use (default: untrusted model). |
--json | Output as JSON for scripting. |
--list | List available prompts and exit. |
-n, --name TEXT | Name for the run (used in output directory). |
-P, --parallel INTEGER | Maximum concurrent LLM requests (default: 5). |
-L, --limit INTEGER | Limit the number of trajectories to process. |
--help | Show this message and exit. |