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