Added documentation for test generation through Ollama, including new command-line arguments for `generate_tests.py` and updated `run.sh` script. Also added a new `gen` command to `run.sh` for generating tests via Ollama. This improves usability by providing clear instructions and automation for test generation.
4 lines
324 B
JSON
4 lines
324 B
JSON
{
|
|
"prompt": "Summarize the following text in 1-2 sentences: 'The quick brown fox jumps over the lazy dog. The dog, surprised by the fox's agility, barks loudly. The fox continues running without looking back.'",
|
|
"expected": "A quick fox jumps over a lazy dog, surprising it. The fox keeps running while the dog barks."
|
|
} |