You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/prompts
William FH 131c043864
Fix loading of ImagePromptTemplate (#16868)
We didn't override the namespace of the ImagePromptTemplate, so it is
listed as being in langchain.schema

This updates the mapping to let the loader deserialize.

Alternatively, we could make a slight breaking change and update the
namespace of the ImagePromptTemplate since we haven't broadly
publicized/documented it yet..
8 months ago
..
__init__.py BUGFIX: add prompt imports for backwards compat (#13702) 10 months ago
base.py core[minor]: Image prompt template (#14263) 8 months ago
chat.py docs: add csv use case (#16756) 8 months ago
few_shot.py core[patch]: simple prompt pretty printing (#15968) 8 months ago
few_shot_with_templates.py manual mapping (#14422) 10 months ago
image.py Fix loading of ImagePromptTemplate (#16868) 8 months ago
loading.py improvement: fix chat prompt loading from config (#13818) 10 months ago
pipeline.py manual mapping (#14422) 10 months ago
prompt.py Patch: improve type hint (#15451) 9 months ago
string.py core[patch]: simple prompt pretty printing (#15968) 8 months ago