(body: bytes)
| 52 | |
| 53 | |
| 54 | def _wants_stream(body: bytes) -> bool: |
| 55 | return re.search(rb'"stream"\s*:\s*true', body) is not None |
| 56 | |
| 57 | |
| 58 | def model_catalog(supported_endpoints: list[str] | None = None) -> dict: |
no test coverage detected
searching dependent graphs…