mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
core: fix docstring (#24129)
This commit is contained in:
parent
08638ccc88
commit
3e454d7568
@ -136,8 +136,8 @@ def node_data_str(id: str, data: Union[Type[BaseModel], RunnableType]) -> str:
|
||||
"""Convert the data of a node to a string.
|
||||
|
||||
Args:
|
||||
node: The node to convert.
|
||||
html: Whether to format the data as HTML rich text.
|
||||
id: The node id.
|
||||
data: The node data.
|
||||
|
||||
Returns:
|
||||
A string representation of the data.
|
||||
|
Loading…
Reference in New Issue
Block a user