MCPcopy
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/tools/views/tool_workflow.py:102–105  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str, tool_id: str)

Source from the content-addressed store, hash-verified

100 ),
101 )
102 def get(self, request: Request, workspace_id: str, tool_id: str):
103 return result.success(ToolWorkflowSerializer.Operate(
104 data={'user_id': request.user.id, 'workspace_id': workspace_id, 'tool_id': tool_id}
105 ).one())
106
107
108class ToolWorkflowDebugView(APIView):

Callers

nothing calls this directly

Calls 2

successMethod · 0.45
oneMethod · 0.45

Tested by

no test coverage detected