Return a copy of the process-wide extra headers for LLM requests.
()
| 216 | |
| 217 | |
| 218 | def get_extra_headers() -> dict[str, str]: |
| 219 | """Return a copy of the process-wide extra headers for LLM requests.""" |
| 220 | return dict(_runtime_extra_headers) |
| 221 | |
| 222 | |
| 223 | # Process-wide LLM request timeout (seconds), set from config by the CLI and |
no outgoing calls