pub async fn run(args: GenerateArgs) -> Result<ExitCode, GenerateCommandError>Expand description
Call a model with a single prompt and print its response. The judge is a special case of this: the caller supplies a grading prompt and parses the structured verdict out of the response.