comma_list#

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

Convert a list to a comma-separated string.

Parameters:

items (list[Any]) – The list to convert.

Returns:

The comma-separated string.

Return type:

str