| 21 | |
| 22 | // represent a piece of metadata to be marked in the final answer |
| 23 | interface Metadata { |
| 24 | type: string; |
| 25 | title: string; |
| 26 | url: string; |
| 27 | lines: string[]; |
| 28 | } |
| 29 | |
| 30 | interface TetherQuoteExtra { |
| 31 | cited_message_idx: number; |
nothing calls this directly
no outgoing calls
no test coverage detected