mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-02 13:40:46 +00:00
feat: add system prompt customization options in SDK and CLI
This commit is contained in:
parent
110fcd7b7b
commit
ee33a3c35e
17 changed files with 529 additions and 14 deletions
|
|
@ -467,6 +467,8 @@ describe('gemini.tsx main function kitty protocol', () => {
|
|||
debug: undefined,
|
||||
prompt: undefined,
|
||||
promptInteractive: undefined,
|
||||
systemPrompt: undefined,
|
||||
appendSystemPrompt: undefined,
|
||||
query: undefined,
|
||||
yolo: undefined,
|
||||
approvalMode: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue