| 47 | } |
| 48 | |
| 49 | export interface ToolArtifact { |
| 50 | artifact_id: string |
| 51 | artifact_uri: string |
| 52 | tool_name: string |
| 53 | content: string |
| 54 | original_bytes: number |
| 55 | shown_bytes: number |
| 56 | } |
nothing calls this directly
no outgoing calls
no test coverage detected