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
4 changes: 2 additions & 2 deletions docs/features/prompts-legacy/editor.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Editor"
sidebarTitle: "UI Managed"
description: "Design, version, and manage your prompts collaboratively, then [effortlessly deploy them across your app](/features/prompts/generate)."
description: "Design, version, and manage your prompts collaboratively, then [effortlessly deploy them across your app](/features/prompts-legacy/generate)."
"twitter:title": "Prompts | Helicone OSS LLM Observability"
---

Expand Down Expand Up @@ -124,7 +124,7 @@ We're excited to launch Auto-Improve, an intelligent prompt optimization tool th
<Warning>
**API Migration Notice:** We are actively working on a new Router project that
will include an updated Generate API. While the previous [Generate API
(legacy)](/features/prompts/generate) is still functional (see the notice on
(legacy)](/features/prompts-legacy/generate) is still functional (see the notice on
that page for deprecation timelines), here's a temporary way to import and use
your UI-managed prompts directly in your code in the meantime:
</Warning>
Expand Down
4 changes: 2 additions & 2 deletions docs/features/prompts-legacy/generate.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Generate API"
sidebarTitle: "Generate (legacy)"
description: "Deploy your [Editor](/features/prompts/editor) prompts effortlessly with a light and modern package."
description: "Deploy your [Editor](/features/prompts-legacy/editor) prompts effortlessly with a light and modern package."
"twitter:title": "Generate API | Helicone OSS LLM Observability"
---

Expand Down Expand Up @@ -106,7 +106,7 @@ Generates a response using a Helicone prompt.
#### Parameters

- `input` (string | object): Either a prompt ID string or a parameters object:
- `promptId` (string): The ID of the prompt to use, created in the [Prompt Editor](/features/prompts/editor)
- `promptId` (string): The ID of the prompt to use, created in the [Prompt Editor](/features/prompts-legacy/editor)
- `version` (number | "production", optional): The version of the prompt to use. Defaults to "production"
- `inputs` (object, optional): Variable inputs to use in the prompt, if any
- `chat` (string[], optional): Chat history for chat-based prompts
Expand Down
4 changes: 2 additions & 2 deletions docs/features/prompts-legacy/import.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Import"
sidebarTitle: "Code Managed"
description: "Automatically version and manage your prompts from your codebase, or [create and edit them in the UI](/features/prompts/editor)."
description: "Automatically version and manage your prompts from your codebase, or [create and edit them in the UI](/features/prompts-legacy/editor)."
"twitter:title": "Prompts | Helicone OSS LLM Observability"
---

Expand Down Expand Up @@ -34,7 +34,7 @@ Once you set up prompts in Helicone, your incoming requests will be matched to a

- version and track iterations of your prompt over time.
- maintain a dataset of inputs and outputs for each prompt.
- generate content using predefined prompts through our [Generate API](/features/prompts/generate).
- generate content using predefined prompts through our [Generate API](/features/prompts-legacy/generate).

## Quick Start

Expand Down