{ "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
Documentation IndexFetch the complete documentation index at: https://docs.toolzz.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
Use this file to discover all available pages before exploring further.
Show Request Description
Show items