mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
4 lines
104 B
SQL
4 lines
104 B
SQL
UPDATE sessions
|
|
SET origin = 'external', delegation_depth = -1, seed_length = -1
|
|
WHERE session_key = ?;
|