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
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,
8 months ago
..
__init__.py BUGFIX: add prompt imports for backwards compat (#13702) 11 months ago
base.py core[patch]: Support .yml extension for YAML (#16783) 8 months ago
chat.py infra: add print rule to ruff (#16221) 8 months ago
few_shot.py infra: add print rule to ruff (#16221) 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 core[patch]: Support .yml extension for YAML (#16783) 8 months ago
pipeline.py core[patch]: docstring update (#16813) 8 months ago
prompt.py Patch: improve type hint (#15451) 9 months ago
string.py infra: add print rule to ruff (#16221) 8 months ago