MCPcopy Index your code
hub / github.com/Bytez-com/docs / _list_tasks

Method _list_tasks

sdk/python/bytez/main.py:50–52  ·  view source on GitHub ↗

Hidden function to list tasks.

(self)

Source from the content-addressed store, hash-verified

48 return self._client.request(f"list/models{query_string}")
49
50 def _list_tasks(self):
51 """Hidden function to list tasks."""
52 return self._client.request("list/tasks")
53
54 def model(self, model_id: str, provider_key: str = None):
55 """

Callers 1

tasksMethod · 0.80

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected