Skip to content

Commit 9237952

Browse files
authored
Add blank lines to improve code style. (#1329)
## Overview Spaces have been added to the short-term-memory.mdx example code. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
1 parent 3925a9d commit 9237952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/oss/langchain/short-term-memory.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def greet(
699699
"""Use this to greet the user once you found their info."""
700700
user_name = runtime.state["user_name"]
701701
return f"Hello {user_name}!"
702+
702703
agent = create_agent(
703704
model="gpt-5-nano",
704705
tools=[update_user_info, greet],

0 commit comments

Comments
 (0)