MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / get_timeout

Function get_timeout

openkb/config.py:234–236  ·  view source on GitHub ↗

Return the process-wide LLM request timeout in seconds, or ``None``.

()

Source from the content-addressed store, hash-verified

232
233
234def get_timeout() -> float | None:
235 """Return the process-wide LLM request timeout in seconds, or ``None``."""
236 return _runtime_timeout
237
238
239def get_timeout_extra_args() -> dict[str, float] | None:

Calls

no outgoing calls