stringify_dict#

langchain_core.utils.strings.stringify_dict(data: dict) str[source]#

Stringify a dictionary.

Parameters:

data (dict) – The dictionary to stringify.

Returns:

The stringified dictionary.

Return type:

str