Class PromptMetadata (1.75.0)

PromptMetadata(display_name: str, prompt_id: str)

Metadata containing the display name and prompt id of a prompt.

Returned by the list_prompts method.

Attributes

Name Description
display_name str
The display name of the prompt version.
prompt_id str
The id of the prompt.