langsmith.run_trees.RunTree.add_outputs# RunTree.add_outputs(outputs: Dict[str, Any]) → None[source]# Upsert the given outputs into the run. Parameters: outputs (Dict[str, Any]) – A dictionary containing the outputs to be added. Returns: None Return type: None