Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayatnkw committed Sep 2, 2024
1 parent 101c4a9 commit 0b37032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docs/tutorials/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ console.log(retrieverResult[0]);
*/
```

Now that we have populated our index that we will bo doing retrieval over, we can easily turn it into a tool (the format needed for an agent to properly use it):
Now that we have populated our index that we will be doing retrieval over, we can easily turn it into a tool (the format needed for an agent to properly use it):

```typescript
import { createRetrieverTool } from "langchain/tools/retriever";
Expand Down

0 comments on commit 0b37032

Please sign in to comment.