We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079421d commit 53dd0e5Copy full SHA for 53dd0e5
libs/core/langchain_core/messages/tool.py
@@ -333,7 +333,6 @@ def default_tool_parser(
333
334
Returns:
335
A list of tool calls and invalid tool calls.
336
- .
337
"""
338
tool_calls = []
339
invalid_tool_calls = []
libs/core/langchain_core/utils/mustache.py
@@ -331,7 +331,7 @@ def tokenize(
331
332
def _html_escape(string: str) -> str:
- """Return the HTML escaped of all of these " & < >."""
+ """Return the HTML-escaped string with all of these characters escaped: " & < >."""
html_codes = {
'"': """,
"<": "<",
0 commit comments