MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / ActiveReasoning

Class ActiveReasoning

crates/opencode-provider/src/responses.rs:722–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720/// so we track by output_index instead of item_id.
721#[derive(Debug, Clone)]
722pub 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected