Uses of Class
com.hw.langchain.agents.agent.AgentOutputParser
Packages that use AgentOutputParser
Package
Description
-
Uses of AgentOutputParser in com.hw.langchain.agents.agent
Constructors in com.hw.langchain.agents.agent with parameters of type AgentOutputParserModifierConstructorDescriptionAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.chat.base
Methods in com.hw.langchain.agents.chat.base with parameters of type AgentOutputParserModifier 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.Constructors in com.hw.langchain.agents.chat.base with parameters of type AgentOutputParserModifierConstructorDescriptionChatAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.chat.output.parser
Subclasses of AgentOutputParser in com.hw.langchain.agents.chat.output.parser -
Uses of AgentOutputParser in com.hw.langchain.agents.mrkl.base
Methods in com.hw.langchain.agents.mrkl.base with parameters of type AgentOutputParserModifier 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.Constructors in com.hw.langchain.agents.mrkl.base with parameters of type AgentOutputParserModifierConstructorDescriptionZeroShotAgent
(LLMChain llmChain, List<String> allowedTools, AgentOutputParser outputParser) -
Uses of AgentOutputParser in com.hw.langchain.agents.mrkl.output.parser
Subclasses of AgentOutputParser in com.hw.langchain.agents.mrkl.output.parser