mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs: harden chain-of-thought leakage audits
This commit is contained in:
@@ -180,9 +180,9 @@ for line in sys.stdin:
|
||||
},
|
||||
})
|
||||
elif method == "tools/list":
|
||||
# Keep discovery pending beyond 100 ms. An SDK runtime that answers
|
||||
# initialize too early will make
|
||||
# its first model request without this tool and fail deterministically.
|
||||
# Keep discovery pending long enough that an SDK runtime answering
|
||||
# initialize before discovery completes makes its first model request
|
||||
# without this tool and fails deterministically.
|
||||
time.sleep(0.25)
|
||||
send({
|
||||
"jsonrpc": "2.0",
|
||||
|
||||
Reference in New Issue
Block a user