Package com.hw.langchain.agents.agent
Class AgentOutputParser
java.lang.Object
com.hw.langchain.schema.BaseLLMOutputParser<T>
com.hw.langchain.schema.BaseOutputParser<AgentResult>
com.hw.langchain.agents.agent.AgentOutputParser
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChatOutputParser
,MRKLOutputParser
Parse text into agent action/finish.
- Author:
- HamaWhite
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hw.langchain.schema.BaseOutputParser
getFormatInstructions, parse, parseResult, parseWithPrompt
-
Constructor Details
-
AgentOutputParser
public AgentOutputParser()
-