MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / __init__

Method __init__

client/task/toolmodel.py:28–32  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

26 version = "3.0"
27
28 def __init__(self, params):
29 self.middle_data = {} # 工具通过middle_data进行每个步骤的结果传输
30 self.sensitive = ToolDisplay.is_sensitive_tool(params) # 通过参数判断工具是否敏感
31 self.sensitive_word_maps = {}
32 pass
33
34 def print_log(self, message):
35 """

Callers

nothing calls this directly

Calls 1

is_sensitive_toolMethod · 0.80

Tested by

no test coverage detected