refactor: drop mode from backend; unify system prompt

This commit is contained in:
tao.chen
2026-07-23 12:31:28 +08:00
parent b5adf331a6
commit 42ea857313
2 changed files with 15 additions and 23 deletions
-1
View File
@@ -115,7 +115,6 @@ async def test_edit_handler(monkeypatch, jp_fetch):
)
body = json.dumps({
"mode": "edit",
"prompt": "Add type hints",
"context": {
"notebookPath": "test.ipynb",