Bedrock improvements. Getting back conversations, but losing context after tool calls
This commit is contained in:
@@ -826,6 +826,7 @@ impl View for AIBlock {
|
||||
}
|
||||
|
||||
fn render(&self, app: &AppContext) -> Box<dyn Element> {
|
||||
log::info!("[bedrock-debug] AIBlock::render() called");
|
||||
// When the AI block is hidden, we don't need to render anything.
|
||||
if self.is_hidden(app) {
|
||||
return ConstrainedBox::new(Empty::new().finish())
|
||||
|
||||
Reference in New Issue
Block a user