截断运行迭代#

langchain_community.callbacks.tracers.wandb.truncate_run_iterative(runs: List[Dict[str, Any]], keep_keys: Tuple[str, ...] = ()) List[Dict[str, Any]][source]#
Utility to truncate a list of runs dictionaries to only keep the specified

每次运行中的键。

Parameters:
  • runs (List[Dict[str, Any]]) – 要截断的运行列表。

  • keep_keys (Tuple[str, ...]) – 每次运行中要保留的键。

Returns:

截断的运行列表。

Return type:

列表[字典[str, 任意]]