fix: remove workflow completion surface

This commit is contained in:
2026-07-16 06:22:41 +09:00
parent d30dca2d99
commit 0b56052a44
10 changed files with 73 additions and 36 deletions
+1 -1
View File
@@ -833,7 +833,7 @@ impl<C: LlmClient, St: Store> Worker<C, St> {
///
/// Default `true`: normal Workers may expose each resident section according
/// to its own gate and manifest settings. Internal disposable workers set
/// this to `false` so summary, Knowledge, and Workflow residency are all
/// this to `false` so summary and Knowledge residency are both
/// suppressed while explicit tools remain available.
pub fn set_resident_injection(&mut self, enabled: bool) {
self.inject_resident_summary = enabled;