Entropic 2.11.1
Local-first agentic inference engine
Loading...
Searching...
No Matches
delegate_hook_payload.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
20#pragma once
21
22#include <string>
23
24namespace entropic::detail {
25
44 const std::string& target,
45 bool success,
46 const std::string& summary);
47
48} // namespace entropic::detail
std::string build_delegate_complete_json(const std::string &target, bool success, const std::string &summary)
Build and dump the ON_DELEGATE_COMPLETE hook JSON payload.