-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1abadb
commit 5e55fdc
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Datapoint | ||
A Datapoint is a record of a Recipe's execution at a given moment. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time. | ||
A Datapoint is a record of a Recipe's execution at a given moment in history. It captures the inputs, LLM configurations, and outputs, serving as a historical reference and a tool for fine-tuning the AI's performance over time. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Content | ||
Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs. | ||
Content within a Recipe refers to static text elements that are not processed by the AI but are essential for the workflow. This for example could include email templates or contextual information that supports the AI in generating more accurate outputs. You could upload text files as content in PromptStudio. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Deployment | ||
Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or SDK. | ||
Deployment is the final step in the Recipe lifecycle. Once tested and confirmed, a Recipe can be published for use by others or integrated into external applications via the Prompt Studio API or [SDK](../../sdk-integration/index.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,4 +56,4 @@ Replace `'your-deployment-id'` with the actual ID of your deployment and provide | |
|
||
## Support | ||
|
||
If you encounter any issues or have questions regarding the SDK integration, please reach out to our support team or visit the FAQ section. | ||
If you encounter any issues or have questions regarding the SDK integration, please reach out to our [support team](mailto:[email protected]) or visit the FAQ section. |