Error shape thrown by Bun's fetch() when gzip/br decompression fails mid-stream
| 38 | |
| 39 | /** Error shape thrown by Bun's fetch() when gzip/br decompression fails mid-stream */ |
| 40 | interface FetchDecompressionError extends Error { |
| 41 | code: "ZlibError" |
| 42 | errno: number |
| 43 | path: string |
| 44 | } |
| 45 | |
| 46 | export const SYNTHETIC_ATTACHMENT_PROMPT = "Attached media from tool result:" |
| 47 | export { isMedia } |
nothing calls this directly
no outgoing calls
no test coverage detected