hive-c0re/hive-agent-mcp: fix 3 leftover ask/answer-removal doc comments
This commit is contained in:
parent
4d8e740890
commit
b7b8aae8e8
3 changed files with 4 additions and 4 deletions
|
|
@ -391,8 +391,8 @@ impl AgentServer {
|
|||
};
|
||||
let kind_label = loose_end_kind_label(kind);
|
||||
// Reminders are harness-local — dial the in-agent socket
|
||||
// directly instead of the broker; every other kind
|
||||
// (question/approval) still lives in c0re.
|
||||
// directly instead of the broker; the other kind (approval)
|
||||
// still lives in c0re.
|
||||
if kind == hive_sh4re::inbox::CancelLooseEndKind::Reminder {
|
||||
return match dial_agent_socket(&hive_agent_sock::Request::CancelReminder { id })
|
||||
.await
|
||||
|
|
|
|||
Loading…
Reference in a new issue