fix(release): classify unavailable read tool probe refusals · openclaw/openclaw@279ae6f
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,6 +52,11 @@ describe("live tool probe utils", () => {
|
52 | 52 | text: "Before proceeding, I must confirm: are you authorizing me to execute the read tool with the provided arguments?", |
53 | 53 | expected: true, |
54 | 54 | }, |
| 55 | +{ |
| 56 | +name: "detects unavailable read tool refusals", |
| 57 | +text: "tool probe missing nonce: I can’t: there is no `read`/`Read` tool available in this session, and I won’t output those nonce values without actually reading the file.", |
| 58 | +expected: true, |
| 59 | +}, |
55 | 60 | { |
56 | 61 | name: "ignores generic helper text", |
57 | 62 | text: "I can help with that request.", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。