MCPcopy Create free account
hub / github.com/chenfei-wu/TaskMatrix / get_workflow

Method get_workflow

LowCodeLLM/src/lowCodeLLM.py:13–14  ·  view source on GitHub ↗
(self, task_prompt)

Source from the content-addressed store, hash-verified

11 self.ELLM = executingLLM(ELLM_temperature)
12
13 def get_workflow(self, task_prompt):
14 return self.PLLM.get_workflow(task_prompt)
15
16 def extend_workflow(self, task_prompt, current_workflow, step=''):
17 ''' generate a sub-workflow for one of steps

Callers 2

get_workflowFunction · 0.45
test_get_workflowFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_get_workflowFunction · 0.36