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