forked from Archives/langchain
1989e7d4c2
The YAML and JSON examples of prompt serialization now give a strange `No '_type' key found, defaulting to 'prompt'` message when you try to run them yourself or copy the format of the files. The reason for this harmless warning is that the _type key was not in the config files, which means they are parsed as a standard prompt. This could be confusing to new users (like it was confusing to me after upgrading from 0.0.85 to 0.0.86+ for my few_shot prompts that needed a _type added to the example_prompt config), so this update includes the _type key just for clarity. Obviously this is not critical as the warning is harmless, but it could be confusing to track down or be interpreted as an error by a new user, so this update should resolve that. |
||
---|---|---|
.. | ||
custom_example_selector.md | ||
custom_prompt_template.ipynb | ||
example_prompt.json | ||
example_selectors.ipynb | ||
examples.json | ||
examples.yaml | ||
few_shot_examples.ipynb | ||
few_shot_prompt_example_prompt.json | ||
few_shot_prompt_examples_in.json | ||
few_shot_prompt_yaml_examples.yaml | ||
few_shot_prompt.json | ||
few_shot_prompt.yaml | ||
partial.ipynb | ||
prompt_management.ipynb | ||
prompt_serialization.ipynb | ||
simple_prompt_with_template_file.json | ||
simple_prompt.json | ||
simple_prompt.yaml | ||
simple_template.txt |