feat: Full support for map node types

This commit is contained in:
2026-05-20 15:15:58 -06:00
parent 36ac924d77
commit 7154c3a652
5 changed files with 229 additions and 30 deletions
-1
View File
@@ -172,7 +172,6 @@ impl RequestContext {
/// - `auto_continue_count` reset to 0 (each branch starts a fresh
/// continuation budget)
/// - `last_continuation_response` reset to None
#[allow(dead_code)]
pub fn fork_for_branch(&self) -> Self {
Self {
app: Arc::clone(&self.app),