Type alias SerializedZeroShotAgent

SerializedZeroShotAgent: SerializedAgentT<"zero-shot-react-description", SerializedFromLLMAndTools, AgentInput>

Type representing a serialized ZeroShotAgent in LangChain. It extends the SerializedAgentT type and includes additional properties specific to the ZeroShotAgent.

Generated using TypeDoc