{ "type": "chat", "name": "string", "prompt": [ { "role": "string", "content": "string" } ], "config": null, "labels": [ "string" ], "tags": [ "string" ] }
{ "type": "<string>", "name": "<string>", "version": 123, "config": null, "labels": [ { "label": "<string>" } ], "tags": [ { "tag": "<string>" } ], "prompt": [ { "role": "<string>", "content": "<string>" } ] }
Endpoint to Create a new version for the prompt with the given name
name
Show Request Description
Show items