Function ::exo::get_model

Overview
fn get_model() -> Option

Returns the model this workflow is running against. This can return null, if no model is available.

Example:

let model = exo::get_model();
assert!(model.is_some());