MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / ainvoke

Method ainvoke

contrib/multilingual/api_pool.py:437–439  ·  view source on GitHub ↗

Async invoke with automatic key switching on rate-limit.

(self, prompt: str)

Source from the content-addressed store, hash-verified

435 return self._invoke_with_retry(prompt)
436
437 async def ainvoke(self, prompt: str) -> object:
438 """Async invoke with automatic key switching on rate-limit."""
439 return await self._ainvoke_with_retry(prompt)
440
441 # -- Internal -------------------------------------------------------------
442

Callers 1

_ainvoke_with_retryMethod · 0.45

Calls 1

_ainvoke_with_retryMethod · 0.95

Tested by

no test coverage detected