Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: missing imports in "Types of MessagePromptTemplate" #13736

Closed
Pedrush opened this issue Nov 22, 2023 · 1 comment
Closed

DOC: missing imports in "Types of MessagePromptTemplate" #13736

Pedrush opened this issue Nov 22, 2023 · 1 comment
Labels
Ɑ: doc loader Related to document loader module (not documentation) 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder

Comments

@Pedrush
Copy link
Contributor

Pedrush commented Nov 22, 2023

Issue with current documentation:

Some langchain objects are used but not imported in Types of MessagePromptTemplate documentation.

Specifically, it lacks the following:

from langchain.prompts import HumanMessagePromptTemplate
from langchain.prompts import ChatPromptTemplate

and

from langchain.schema.messages import HumanMessage, AIMessage

Idea or request for content:

No response

Copy link

dosubot bot commented Nov 22, 2023

🤖

It seems like you've got this under control, if you want help or have specific questions, let me know what I can do for you!

@dosubot dosubot bot added Ɑ: doc loader Related to document loader module (not documentation) 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Nov 22, 2023
hwchase17 pushed a commit that referenced this issue Nov 29, 2023
- **Description:** Fixed missing imports in docs 
- **Issue:**
[#13736](#13736)
- **Dependencies:** N/A
@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Feb 21, 2024
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ɑ: doc loader Related to document loader module (not documentation) 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Projects
None yet
Development

No branches or pull requests

1 participant