MCPcopy
hub / github.com/chenfei-wu/TaskMatrix / run

Method run

LowCodeLLM/src/openAIWrapper.py:37–38  ·  view source on GitHub ↗
(self, prompt)

Source from the content-addressed store, hash-verified

35 self.time_out = 7
36
37 def run(self, prompt):
38 return self._post_request_chat(prompt)
39
40 def _post_request_chat(self, messages):
41 try:

Callers 3

executeMethod · 0.80
get_workflowMethod · 0.80
extend_workflowMethod · 0.80

Calls 1

_post_request_chatMethod · 0.95

Tested by

no test coverage detected