Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions app/en/guides/agent-frameworks/langchain/_meta.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
"use-arcade-tools": "Using Arcade tools",
"user-auth-interrupts": "User authorization",
"auth-langchain-tools": "Authorizing existing tools",
"use-arcade-with-langchain": "Setup Arcade with LangChain",
};
243 changes: 0 additions & 243 deletions app/en/guides/agent-frameworks/langchain/use-arcade-tools/page.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ You should see the agent responding to your prompts like any model, as well as h

## Example code

<details>
<summary>**main.ts** (full file)</summary>
```ts filename="main.ts"
"use strict";
import { Arcade } from "@arcadeai/arcadejs";
Expand Down Expand Up @@ -737,3 +739,4 @@ async function main() {
// Run the main function
main().catch((err) => console.error(err));
```
</details>
Loading