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
6 changes: 2 additions & 4 deletions src/oss/langchain/middleware/built-in.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1939,11 +1939,9 @@ agent = create_agent(
],
)
```
:::

<Accordion title="Configuration options">

:::python
<ParamField body="root_path" type="str" required>
Root directory to search. All file operations are relative to this path.
</ParamField>
Expand Down Expand Up @@ -1998,10 +1996,10 @@ result = agent.invoke({
# 1. glob_search(pattern="**/*.py") to find Python files
# 2. grep_search(pattern="async def", include="*.py") to find async functions
```
:::

</Accordion>

:::

## Provider-specific middleware

These middleware are optimized for specific LLM providers.
Expand Down