Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace PromptLayer
{
/// <summary>
/// REST API for PromptLayer: prompt template management, request logging, observability, evaluations, and workflows.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace PromptLayer
{
/// <summary>
/// REST API for PromptLayer: prompt template management, request logging, observability, evaluations, and workflows.<br/>
/// If no httpClient is provided, a new one will be created.<br/>
/// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
/// </summary>
Expand Down
3 changes: 2 additions & 1 deletion src/libs/PromptLayer/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"openapi": "3.1.0",
"info": {
"title": "PromptLayer API",
"version": "0.1.0"
"description": "REST API for PromptLayer: prompt template management, request logging, observability, evaluations, and workflows.",
"version": "1.0.0"
},
"paths": {
"/prompt-templates/{identifier}": {
Expand Down