Ask a question to get started
Enter to send•Shift+Enter new line
Pull a prompt object from the LangSmith API.
pull_prompt_commit( self, prompt_identifier: str, *, include_model: Optional[bool] = False, skip_cache: bool = False ) -> ls_schemas.PromptCommit
prompt_identifier
str
The identifier of the prompt.
include_model
Optional[bool]
False
Whether to include model information.
skip_cache
bool
Whether to skip the prompt cache.
Defaults to False.