pub async fn handle_tool_call( bash_state_arc: &Arc<Mutex<Option<BashState>>>, read_files: ReadFiles, ) -> Result<String>