Pedro
Results
2
issues of
Pedro
I'm on Windows 10 and one of the examples from the Documentation [Load a prompt template from LangChainHub](https://langchain.readthedocs.io/en/latest/modules/prompts/getting_started.html#:~:text=such%20as%20Mako.-,Load%20a%20prompt%20template%20from%20LangChainHub,-%23) has the following code: ```python from langchain.prompts import load_prompt prompt = load_prompt("lc://prompts/conversation/prompt.json")...
I also changed the name of `BaseConfigProtocol` to `ConfigProtocol`