Skip to main content
Ctrl+K

langchain-contrib 0.0.4 documentation

Contents:

  • LLMs
    • Fake LLM
    • Human
  • Prompts
    • Chained Prompt Template
    • Prefixed Prompt Templates
    • Choice Prompt Template
  • Chains
    • Fake Chain
    • Tool Chain
    • Choice Chain
  • Tools
    • Persistent Terminal
    • Safe Terminal
  • langchain_contrib package
    • langchain_contrib.chains package
      • langchain_contrib.chains.mrkl package
    • langchain_contrib.llms package
      • langchain_contrib.llms.human package
    • langchain_contrib.prompts package
      • langchain_contrib.prompts.choice package
    • langchain_contrib.tools package
      • langchain_contrib.tools.terminal package
        • langchain_contrib.tools.terminal.patchers package
    • langchain_contrib.utils package
  • .rst

Prompts

Prompts#

This is a collection of experimental prompt types.

  • Chained Prompt Template
    • Chaining chat templates
    • Prefixing prompt templates
  • Prefixed Prompt Templates
    • Prefixing chat prompts
  • Choice Prompt Template
    • Serializing the choices
    • Customizing the choice variable
    • Chain and LLM interop

previous

Human

next

Chained Prompt Template

By Amos Ng

© Copyright 2023, Amos Ng.