• Parameters

    Returns AgentExecutor

    An AgentExecutor for executing the created JSON agent with the tools.

    Deprecated

    Create a specific agent with a custom tool instead.

    Creates a JSON agent using a language model, a JSON toolkit, and optional prompt arguments. It creates a prompt for the agent using the JSON tools and the provided prefix and suffix. It then creates a ZeroShotAgent with the prompt and the JSON tools, and returns an AgentExecutor for executing the agent with the tools.

Generated using TypeDoc