Fetching a Prompt
The fetch_prompt()
method retrieves stored prompts based on filters.
Example Usage
How It Works
Queries MongoDB for all prompts related to a specific user.
Returns:
All results if
get_latest_version
is False.Only the latest version if
get_latest_version
is True.
Last updated