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
Site Navigation
Section Navigation
agents
beta
caches
callbacks
chat_history
chat_loaders
chat_sessions
document_loaders
documents
embeddings
example_selectors
exceptions
globals
graph_vectorstores
indexing
language_models
load
memory
messages
output_parsers
outputs
prompt_values
prompts
rate_limiters
retrievers
runnables
stores
structured_query
sys_info
tools
tracers
utils
vectorstores
utils
Convert a list to a comma-separated string.
items (List[Any]) – The list to convert.
The comma-separated string.
str