逗号列表#

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

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

Parameters:

items (list[Any]) – 要转换的列表。

Returns:

逗号分隔的字符串。

Return type:

字符串