Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs_skeleton/docs/modules/model_io/prompts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ A **prompt** refers to the input to the model.
This input is often constructed from multiple components.
LangChain provides several classes and functions to make constructing and working with prompts easy.

- [Prompt templates](/docs/modules/prompts/prompt_templates/): Parametrize model inputs
- [Example selectors](/docs/modules/prompts/example_selectors/): Dynamically select examples to include in prompts
- [Prompt templates](/docs/modules/model_io/prompts/prompt_templates/): Parametrize model inputs
- [Example selectors](/docs/modules/model_io/prompts/example_selectors/): Dynamically select examples to include in prompts