MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / optional_shell_tools

Function optional_shell_tools

server/test/test_server_unit.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static json optional_shell_tools() {
151 json tools = shell_tools();
152 tools[0]["input_schema"].erase("required");
153 return tools;
154}
155
156static SseEmitter make_emitter(ApiFormat fmt, json tools = json::array(),
157 bool started_in_thinking = false) {

Calls 1

shell_toolsFunction · 0.85

Tested by

no test coverage detected