Skip to content

Commit 14fe97c

Browse files
LangChain section cleanup (#669)
* resolve conflict * πŸ€– Regenerate LLMs.txt * merge main into this branch * redirects * redirect? * πŸ€– Regenerate LLMs.txt --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7078086 commit 14fe97c

6 files changed

Lines changed: 36 additions & 624 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export default {
2-
"use-arcade-tools": "Using Arcade tools",
3-
"user-auth-interrupts": "User authorization",
42
"auth-langchain-tools": "Authorizing existing tools",
3+
"use-arcade-with-langchain": "Setup Arcade with LangChain",
54
};

β€Žapp/en/get-started/agent-frameworks/langchain/use-arcade-tools/page.mdxβ€Ž

Lines changed: 0 additions & 243 deletions
This file was deleted.

β€Žapp/en/get-started/agent-frameworks/langchain/use-arcade-with-langchain/page.mdxβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ You should see the agent responding to your prompts like any model, as well as h
461461

462462
## Example code
463463

464+
<details>
465+
<summary>**main.ts** (full file)</summary>
464466
```ts filename="main.ts"
465467
"use strict";
466468
import { Arcade } from "@arcadeai/arcadejs";
@@ -737,3 +739,4 @@ async function main() {
737739
// Run the main function
738740
main().catch((err) => console.error(err));
739741
```
742+
</details>

0 commit comments

Comments
Β (0)