mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
Refactor prompts into module, add example generation utils (#64)
This commit is contained in:
committed by
GitHub
parent
dce26dfcec
commit
a5b61d59e1
@@ -1,5 +1,6 @@
|
||||
"""Test functionality related to dynamic prompts."""
|
||||
from langchain.prompt import DynamicPrompt, Prompt
|
||||
from langchain.prompts.dynamic import DynamicPrompt
|
||||
from langchain.prompts.prompt import Prompt
|
||||
|
||||
# FULL TEMPLATES
|
||||
LONGER_TEMPLATE = """Test Prompt:
|
||||
|
Reference in New Issue
Block a user