langchain/libs/core/langchain_core/prompts
Theo / Taeyoon Kang 1987f905ed
core[patch]: Support .yml extension for YAML (#16783)
- **Description:**

[AS-IS] When dealing with a yaml file, the extension must be .yaml.  

[TO-BE] In the absence of extension length constraints in the OS, the
extension of the YAML file is yaml, but control over the yml extension
must still be made.

It's as if it's an error because it's a .jpg extension in jpeg support.

  - **Issue:** - 

  - **Dependencies:**
no dependencies required for this change,
2024-02-12 19:57:20 -08:00
..
__init__.py BUGFIX: add prompt imports for backwards compat (#13702) 2023-11-21 23:04:20 -08:00
base.py core[patch]: Support .yml extension for YAML (#16783) 2024-02-12 19:57:20 -08:00
chat.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
few_shot_with_templates.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
few_shot.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
image.py Fix loading of ImagePromptTemplate (#16868) 2024-02-01 17:54:04 -08:00
loading.py core[patch]: Support .yml extension for YAML (#16783) 2024-02-12 19:57:20 -08:00
pipeline.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
prompt.py Patch: improve type hint (#15451) 2024-01-02 22:39:27 -08:00
string.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00