| Name | Type | Description |
|---|---|---|
prompt_identifier* | str | The identifier of the prompt. The identifier should be in the format of |
description | Optional[str] | Default: NoneA description of the prompt. |
readme | Optional[str] | Default: None |
tags | Optional[Sequence[str]] | Default: None |
is_public | bool | Default: False |
Create a new prompt.
Does not attach prompt object, just creates an empty prompt.
A readme for the prompt.
A list of tags for the prompt.
Whether the prompt should be public.