Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/oss/langchain/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Let's walk through each step:
return "Florida" if user_id == "1" else "SF"
```

<Info>
<Tip>
Tools should be well-documented: their name, description, and argument names become part of the model's prompt.
We've defined them here as plain Python functions, but LangChain's @[@tool] decorator is often used to add extra metadata.
</Tip>
Expand Down