You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/quickstart.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ For this example, we'll use the following prompt: [https://smith.langchain.com/h
44
44
45
45
To start, you can get a sense of what the prompt does just by looking at it (this one is pretty straightforward).
46
46
Below the contents of the prompt, you can see a code snippet of how to use it in Python. For more information on
47
-
using hub prompts from code, finish this guide and check out the developer guides in [Python](dev-setup-py) or [TypeScript](dev-setup-ts).
47
+
using hub prompts from code, finish this guide and check out the [developer guide](dev-setup).
48
48
49
49
Next, let's try out the object in the playground by clicking the [playground button](https://smith.langchain.com/hub/efriis/my-first-prompt/playground) in the top-right.
50
50
@@ -91,3 +91,4 @@ Once you've run it, we can commit it directly to a new prompt under your user. C
Here, you can create a new repo called `my-first-prompt` and use this as a first commit! Once you've done that, you'll be redirected to your new prompt.
0 commit comments