Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
execute
Method · 0.80
get_workflow
Method · 0.80
extend_workflow
Method · 0.80
Calls
1
_post_request_chat
Method · 0.95
Tested by
no test coverage detected