MCPcopy Create free account
hub / github.com/NVIDIA-NeMo/Switchyard / run

Method run

switchyard_rust/libsy.py:79–83  ·  view source on GitHub ↗
(
            self,
            request: Mapping[str, object],
            headers: Mapping[str, str] | None = None,
        )

Source from the content-addressed store, hash-verified

77 @final
78 class Algorithm:
79 async def run(
80 self,
81 request: Mapping[str, object],
82 headers: Mapping[str, str] | None = None,
83 ) -> tuple[list[dict[str, object]], dict[str, object]]: ...
84
85 def noop() -> Algorithm: ...
86

Callers 11

_run_downloadFunction · 0.45
_runFunction · 0.45
mainFunction · 0.45
libsy.pyFile · 0.45
minimal.pyFile · 0.45
mainFunction · 0.45
example.pyFile · 0.45
litellm_base_urlFunction · 0.45

Calls

no outgoing calls