| 110 | } |
| 111 | |
| 112 | export interface OpenRouterContentImage { |
| 113 | type: 'image_url'; |
| 114 | image_url: { url: string; detail?: string }; |
| 115 | } |
| 116 | |
| 117 | export type OpenRouterMessageContent = string | (OpenRouterContentText | OpenRouterContentImage)[]; |
| 118 |
nothing calls this directly
no outgoing calls
no test coverage detected