Uses of Class
com.hw.langchain.prompts.prompt.PromptTemplate
Package
Description
-
Uses of PromptTemplate in com.hw.langchain.agents.mrkl.base
Modifier and TypeMethodDescriptionstatic PromptTemplate
ZeroShotAgent.createPrompt
(List<BaseTool> tools, String prefix, String suffix, String formatInstructions, List<String> inputVariables) Create prompt in the style of the zero shot agent. -
Uses of PromptTemplate in com.hw.langchain.chains.api.prompt
Modifier and TypeFieldDescriptionstatic final PromptTemplate
Prompt.API_RESPONSE_PROMPT
static final PromptTemplate
Prompt.API_URL_PROMPT
-
Uses of PromptTemplate in com.hw.langchain.chains.combine.documents.stuff
Modifier and TypeMethodDescriptionstatic PromptTemplate
StuffUtils.getDefaultDocumentPrompt()
Get the default document prompt. -
Uses of PromptTemplate in com.hw.langchain.chains.conversation.prompt
-
Uses of PromptTemplate in com.hw.langchain.chains.llm.math.prompt
-
Uses of PromptTemplate in com.hw.langchain.chains.query.constructor.prompt
-
Uses of PromptTemplate in com.hw.langchain.chains.question.answering
-
Uses of PromptTemplate in com.hw.langchain.chains.retrieval.qa.promt
-
Uses of PromptTemplate in com.hw.langchain.chains.sql.database.prompt
Modifier and TypeFieldDescriptionstatic PromptTemplate
Prompt.DECIDER_PROMPT
static PromptTemplate
Prompt.H2_PROMPT
static PromptTemplate
Prompt.MARIADB_PROMPT
static PromptTemplate
Prompt.MYSQL_PROMPT
static PromptTemplate
Prompt.ORACLE_PROMPT
static PromptTemplate
Prompt.POSTGRES_PROMPT
static PromptTemplate
Prompt.PROMPT
static PromptTemplate
Prompt.SQLITE_PROMPT
-
Uses of PromptTemplate in com.hw.langchain.chains.summarize
Modifier and TypeFieldDescriptionstatic final PromptTemplate
MapReducePrompt.PROMPT
static final PromptTemplate
RefinePrompt.PROMPT
static final PromptTemplate
StuffPrompt.PROMPT
static final PromptTemplate
RefinePrompt.REFINE_PROMPT
-
Uses of PromptTemplate in com.hw.langchain.prompts.few.shot
ModifierConstructorDescriptionFewShotPromptTemplate
(List<Map<String, Object>> examples, PromptTemplate examplePrompt, String prefix, String suffix, List<String> inputVariables) FewShotPromptTemplate
(List<Map<String, Object>> examples, PromptTemplate examplePrompt, String prefix, String suffix, List<String> inputVariables, String exampleSeparator) FewShotPromptTemplate
(List<Map<String, Object>> examples, PromptTemplate examplePrompt, String prefix, String suffix, List<String> inputVariables, String exampleSeparator, BaseOutputParser<?> outputParser) -
Uses of PromptTemplate in com.hw.langchain.prompts.prompt
Modifier and TypeMethodDescriptionstatic PromptTemplate
PromptTemplate.fromTemplate
(String template)