Ask a question to get started
Enter to sendā¢Shift+Enter new line
update_prompt( self, prompt_identifier: str, *, description: Optional[str] =
prompt_identifier
str
The identifier of the prompt to update.
description
Optional[str]
None
New description for the prompt.
readme
tags
Optional[Sequence[str]]
is_public
Optional[bool]
is_archived
Update a prompt's metadata.
To update the content of a prompt, use push_prompt or create_commit instead.
New readme for the prompt.
New list of tags for the prompt.
New public status for the prompt.
New archived status for the prompt.