23 lines
449 B
JSON
23 lines
449 B
JSON
{
|
|
"name": "gemini",
|
|
"command": "gemini",
|
|
"additional_args": [
|
|
"--yolo"
|
|
],
|
|
"env": {},
|
|
"roles": {
|
|
"default": {
|
|
"prompt_path": "systemprompts/clink/default.txt",
|
|
"role_args": []
|
|
},
|
|
"planner": {
|
|
"prompt_path": "systemprompts/clink/default_planner.txt",
|
|
"role_args": []
|
|
},
|
|
"codereviewer": {
|
|
"prompt_path": "systemprompts/clink/default_codereviewer.txt",
|
|
"role_args": []
|
|
}
|
|
}
|
|
}
|