fix(tests): update mock SessionReady with resumed + history fields
This commit is contained in:
@@ -38,6 +38,8 @@ impl CodeAgent for MockCodeAgent {
|
||||
} else {
|
||||
start.model
|
||||
},
|
||||
resumed: false,
|
||||
history: vec![],
|
||||
})),
|
||||
})).await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user