Interface for arguments used to create an agent in LangChain.

interface AgentArgs {
    callbackManager?: any;
    callbacks?: any;
    outputParser?: AgentActionOutputParser;
}

Properties

callbackManager?: any

⚠️ Deprecated ⚠️

Use callbacks instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

callbacks?: any

Generated using TypeDoc