@@ -26,24 +26,24 @@ For the image scope, the program takes up to two files, depending on the prompt
2626- Saves response output in Markdown format with a predefined template or prints to stdout.
2727
2828## Argument Details
29- | Argument | Description | Required |
30- | ----------------------| -------------------------------------------------------------------| ----------|
31- | ` --submission_type ` | Type of submission (from ` arg_options.FileType ` ) | ❌ |
32- | ` --prompt ` | Pre-defined prompt name or file path to custom prompt file | ❌ ** |
33- | ` --prompt_text ` | Additional string text prompt that can be fed to model or standalone prompt. | ❌ ** |
34- | ` --scope ` | Processing scope (` image ` or ` code ` or ` text ` ) | ✅ |
35- | ` --submission ` | Submission file path | ✅ |
36- | ` --question ` | Specific question to evaluate | ❌ |
37- | ` --model ` | Model type (from ` arg_options.Models ` ) | ✅ |
38- | ` --output ` | File path for where to record the output | ❌ |
39- | ` --solution ` | File path for the solution file | ❌ |
40- | ` --test_output ` | File path for the file containing the results from tests | ❌ |
41- | ` --submission_image ` | File path for the submission image file | ❌ |
42- | ` --solution_image ` | File path for the solution image file | ❌ |
29+ | Argument | Description | Required |
30+ | ----------------------| --------------------------------------------------------------------- | ----------|
31+ | ` --submission_type ` | Type of submission (from ` arg_options.FileType ` ) | ❌ |
32+ | ` --prompt ` | Pre-defined prompt name or file path to custom prompt file | ❌ ** |
33+ | ` --prompt_text ` | String prompt | ❌ ** |
34+ | ` --scope ` | Processing scope (` image ` or ` code ` or ` text ` ) | ✅ |
35+ | ` --submission ` | Submission file path | ✅ |
36+ | ` --question ` | Specific question to evaluate | ❌ |
37+ | ` --model ` | Model type (from ` arg_options.Models ` ) | ✅ |
38+ | ` --output ` | File path for where to record the output | ❌ |
39+ | ` --solution ` | File path for the solution file | ❌ |
40+ | ` --test_output ` | File path for the file containing the results from tests | ❌ |
41+ | ` --submission_image ` | File path for the submission image file | ❌ |
42+ | ` --solution_image ` | File path for the solution image file | ❌ |
4343| ` --system_prompt ` | Pre-defined system prompt name or file path to custom system prompt | ❌ |
44- | ` --llama_mode ` | How to invoke deepSeek-v3 (choices in ` arg_options.LlamaMode ` ) | ❌ |
45- | ` --output_template ` | Output template file (from `arg_options.OutputTemplate) | ❌ |
46- ** One of either ` --prompt ` or ` --prompt_text ` must be selected.
44+ | ` --llama_mode ` | How to invoke deepSeek-v3 (choices in ` arg_options.LlamaMode ` ) | ❌ |
45+ | ` --output_template ` | Output template file (from `arg_options.OutputTemplate) | ❌ |
46+ ** One of either ` --prompt ` or ` --prompt_text ` must be selected. If both are provided, ` --prompt_text ` will be appended to the contents of the file specified by ` --prompt ` .
4747
4848## Scope
4949The program supports three scopes: code or text or image. Depending on which is selected, the program supports different models and prompts tailored for each option.
0 commit comments