A LangChain Tool object wrapping a Connery action. ConneryAction is a structured tool that can be used only in the agents supporting structured tools.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

description: string
name: string
schema: ZodObject<Record<string, ZodString | ZodOptional<ZodString>>, UnknownKeysParam, ZodTypeAny, {}, {}>

Methods

  • Creates a Zod schema for the input object expected by the Connery action.

    Returns ZodObject<Record<string, ZodString | ZodOptional<ZodString>>, UnknownKeysParam, ZodTypeAny, {}, {}>

    A Zod schema for the input object expected by the Connery action.