Ask a question to get started
Enter to send•Shift+Enter new line
Get a specific prompt by its identifier.
get_prompt( self, prompt_identifier: str, ) -> Optional[ls_schemas.Prompt]
prompt_identifier
str
The identifier of the prompt.
The identifier should be in the format 'prompt_name' or 'owner/prompt_name'.
'prompt_name'
'owner/prompt_name'