Pull a prompt object from the LangSmith API.
Public prompts referenced by owner/name cross a trust boundary because the prompt manifest may contain serialized LangChain objects and configuration that affect runtime behavior. For example, a prompt can intentionally configure a model with a custom base URL, headers, model name, or other constructor arguments. These are supported features, but they also mean the prompt contents should be treated as executable configuration rather than plain text.
Set dangerously_pull_public_prompt=True only after reviewing and
trusting the prompt contents, not merely the publishing account. Prompts
from your own or your organization's account can still be unsafe if that
account or prompt was compromised.
Whether to skip the prompt cache. Defaults to False.
Set to True to allow pulling a
public prompt by owner/name, for example username/promptname.
Defaults to False.