| 720 | /// so we track by output_index instead of item_id. |
| 721 | #[derive(Debug, Clone)] |
| 722 | pub struct ActiveReasoning { |
| 723 | /// The item.id from output_item.added |
| 724 | pub canonical_id: String, |
| 725 | pub encrypted_content: Option<String>, |
| 726 | pub summary_parts: Vec<usize>, |
| 727 | } |
| 728 | |
| 729 | // --------------------------------------------------------------------------- |
| 730 | // Metadata Extractor Trait |
nothing calls this directly
no outgoing calls
no test coverage detected