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.
macro_rules! unwrap_response {
($result:expr) => { ... };
}Extract the Response from execute_llm results (non-events version).
See the events feature version for full documentation.