platform/.continuerc.json

16 lines
No EOL
645 B
JSON

{
"systemMessage": "",
"completionOptions": {
"maxTokens": 600
},
"customCommands": [
{
"name": "configtest",
"prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"contextProviders": [],
"slashCommands": [],
"allowAnonymousTelemetry": false
}