Uses of Class
com.hw.langchain.agents.agent.AgentOutputParser
Package
Description
-
Uses of AgentOutputParser in com.hw.langchain.agents.agent
ModifierConstructorDescriptionAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.chat.base
Modifier and TypeMethodDescriptionstatic Agent
ChatAgent.fromLLMAndTools
(BaseLanguageModel llm, List<BaseTool> tools, AgentOutputParser outputParser, String systemMessagePrefix, String systemMessageSuffix, String humanMessage, String formatInstructions, List<String> inputVariables, Map<String, Object> kwargs) Construct an agent from an LLM and tools.ModifierConstructorDescriptionChatAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.chat.output.parser
-
Uses of AgentOutputParser in com.hw.langchain.agents.mrkl.base
Modifier and TypeMethodDescriptionstatic Agent
ZeroShotAgent.fromLLMAndTools
(BaseLanguageModel llm, List<BaseTool> tools, AgentOutputParser outputParser, String prefix, String suffix, String formatInstructions, List<String> inputVariables, Map<String, Object> kwargs) Construct an agent from an LLM and tools.ModifierConstructorDescriptionZeroShotAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.mrkl.output.parser