Creates a ConneryAction instance based on the provided Connery Action.
The Connery Action.
The ConneryService instance.
A ConneryAction instance.
Protected
_The Connery Action.
Protected
_The ConneryService instance.
Protected
_Runs the Connery Action with the provided input.
The input object expected by the action.
A promise that resolves to a JSON string containing the output of the action.
Protected
createCreates a Zod schema for the input object expected by the Connery action.
A Zod schema for the input object expected by the Connery action.
A LangChain Tool object wrapping a Connery action. ConneryAction is a structured tool that can be used only in the agents supporting structured tools.