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
Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
4486
4486
</dd>
4487
4487
</dl>
4488
4488
</dd>
@@ -5477,7 +5477,7 @@ client.prompts.create(
5477
5477
<dl>
5478
5478
<dd>
5479
5479
5480
-
Delete a prompt or specific versions
5480
+
Delete prompt versions. If neither version nor label is specified, all versions of the prompt are deleted.
5481
5481
</dd>
5482
5482
</dl>
5483
5483
</dd>
@@ -5528,15 +5528,15 @@ client.prompts.delete(
5528
5528
<dl>
5529
5529
<dd>
5530
5530
5531
-
**label:**`typing.Optional[str]` — Optional label of the prompt to delete
5531
+
**label:**`typing.Optional[str]` — Optional label to filter deletion. If specified, deletes all prompt versions that have this label.
5532
5532
5533
5533
</dd>
5534
5534
</dl>
5535
5535
5536
5536
<dl>
5537
5537
<dd>
5538
5538
5539
-
**version:**`typing.Optional[int]` — Optional version of the prompt to delete
5539
+
**version:**`typing.Optional[int]` — Optional version to filter deletion. If specified, deletes only this specific version of the prompt.
Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
Get Project associated with API key (requires project-scoped API key). You can use GET /api/public/organizations/projects to get all projects with an organization-scoped key.
0 commit comments