mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 21:27:52 +02:00
@@ -507,7 +507,7 @@ def update_user_name(
|
||||
new_name: str,
|
||||
tool_call_id: Annotated[str, InjectedToolCallId]
|
||||
) -> Command:
|
||||
"""Update user name in short-term memory."""
|
||||
"""Update user-name in short-term memory."""
|
||||
# highlight-next-line
|
||||
return Command(update={
|
||||
# highlight-next-line
|
||||
|
||||
Reference in New Issue
Block a user