get_last_output

@nop_sync
def get_last_output(node: Union[BaseStep, None]) -> Optional[str]
Get the last output of a node or its child spans recursively.

handle_galileo_http_exceptions_for_retry

def handle_galileo_http_exceptions_for_retry(func: Callable) -> Callable
Decorator that catches and re-raises GalileoHTTPExceptions if the status code is 404, 408, 429, or >= 500. This decorator will re-raise the exception so it can be handled by the backoff decorator.