flatten_run#

langchain_community.callbacks.tracers.wandb.flatten_run(run: Dict[str, Any]) List[Dict[str, Any]][source]#

Utility to flatten a nest run object into a list of runs. :param run: The base run to flatten. :return: The flattened list of runs.

Parameters:

run (Dict[str, Any]) –

Return type:

List[Dict[str, Any]]