langchain_core.utils.strings.comma_list

langchain_core.utils.strings.comma_list(items: List[Any]) str[source]

将列表转换为逗号分隔的字符串。

Parameters

items (List[Any]) –

Return type

str