MCPcopy
hub / github.com/volcengine/OpenViking / get

Method get

openviking/service/task_store.py:23–29  ·  view source on GitHub ↗
(
        self,
        task_id: str,
        *,
        account_id: Optional[str] = None,
        user_id: Optional[str] = None,
    )

Source from the content-addressed store, hash-verified

21 async def update(self, task: Any) -> None: ...
22
23 async def get(
24 self,
25 task_id: str,
26 *,
27 account_id: Optional[str] = None,
28 user_id: Optional[str] = None,
29 ) -> Optional[Dict[str, Any]]: ...
30
31 async def list(
32 self, account_id: str, *, user_id: Optional[str] = None

Callers 15

setup.pyFile · 0.45
_build_extension_implMethod · 0.45
_build_web_studioFunction · 0.45
_embedding_probe_labelFunction · 0.45
check_embeddingFunction · 0.45
check_vlmFunction · 0.45

Calls

no outgoing calls

Tested by 1

readRequestHeaderFunction · 0.36