unwrap_response

Macro unwrap_response 

Source
macro_rules! unwrap_response {
    ($result:expr) => { ... };
}
Expand description

Extract the Response from execute_llm results (non-events version).

See the events feature version for full documentation.