Add tools/call stack size for HTTPS upload

This commit is contained in:
Terrence
2025-06-04 14:17:43 +08:00
parent f41210577b
commit abba768e90
3 changed files with 17 additions and 6 deletions

View File

@@ -272,7 +272,7 @@ private:
void ReplyError(int id, const std::string& message);
void GetToolsList(int id, const std::string& cursor);
void DoToolCall(int id, const std::string& tool_name, const cJSON* tool_arguments);
void DoToolCall(int id, const std::string& tool_name, const cJSON* tool_arguments, int stack_size);
std::vector<McpTool*> tools_;
std::thread tool_call_thread_;