| 12 | } |
| 13 | |
| 14 | interface ActionResult { |
| 15 | contentType: string; |
| 16 | metadataList?: TetherQuoteMetadata[]; |
| 17 | metadata?: any; |
| 18 | roleMetadata: string; |
| 19 | message: string; |
| 20 | } |
| 21 | |
| 22 | // represent a piece of metadata to be marked in the final answer |
| 23 | interface Metadata { |
nothing calls this directly
no outgoing calls
no test coverage detected