From 5b0f79c21da6243aa94282702b675562a1fcc058 Mon Sep 17 00:00:00 2001 From: simonpfish Date: Tue, 17 Oct 2023 20:48:08 -0700 Subject: [PATCH] Experiment with Scrimba embed --- ..._node_sdk.md => How_to_build_an_agent_with_the_node_sdk.mdx} | 2 +- registry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename examples/{How_to_build_an_agent_with_the_node_sdk.md => How_to_build_an_agent_with_the_node_sdk.mdx} (99%) diff --git a/examples/How_to_build_an_agent_with_the_node_sdk.md b/examples/How_to_build_an_agent_with_the_node_sdk.mdx similarity index 99% rename from examples/How_to_build_an_agent_with_the_node_sdk.md rename to examples/How_to_build_an_agent_with_the_node_sdk.mdx index fa2a281628..e385e7e869 100644 --- a/examples/How_to_build_an_agent_with_the_node_sdk.md +++ b/examples/How_to_build_an_agent_with_the_node_sdk.mdx @@ -6,7 +6,7 @@ In this tutorial, you will build an app that uses OpenAI functions along with th If you prefer watching screencasts over reading, then you can check out [this scrim, which walks through the code line-by-line:](https://scrimba.com/scrim/co0044b2d9b9b7f5bf16e0391) - + ## What you will build diff --git a/registry.yaml b/registry.yaml index 9cc1b71bcc..da776877d7 100644 --- a/registry.yaml +++ b/registry.yaml @@ -1035,7 +1035,7 @@ - completions - title: How to build an agent with the Node.js SDK - path: examples/How_to_build_an_agent_with_the_node_sdk.md + path: examples/How_to_build_an_agent_with_the_node_sdk.mdx date: 2023-10-05 authors: - perborgen