MCPcopy
hub / github.com/AI-Citizen/SolidGPT / get_input_path

Method get_input_path

solidgpt/src/workskill/skillio.py:96–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 self.content = config["content"]
95
96 def get_input_path(self):
97 if self.loading_method == SkillInputLoadingMethod.LOAD_FROM_STRING:
98 return self.param_path
99 elif self.loading_method == SkillInputLoadingMethod.LOAD_FROM_OUTPUT_ID:
100 return self.skill_output.param_path
101 return ""
102
103class SkillInputConfig:
104 def __init__(self, param_path: str, loading_method: SkillInputLoadingMethod, load_from_output_id: int, content: str = None):

Callers 13

__get_input_contentMethod · 0.45
_read_inputMethod · 0.45
_read_inputMethod · 0.45
_read_inputMethod · 0.45
_read_inputMethod · 0.45
__get_input_contentMethod · 0.45
__get_history_contextMethod · 0.45
_read_inputMethod · 0.45
_read_inputMethod · 0.45
__get_history_contextMethod · 0.45
__get_history_contextMethod · 0.45
_read_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected