Ask a question to get started
Enter to sendā¢Shift+Enter new line
Runs the specified Connery Action with the provided input. Parameters: action_id (str): The ID of the action to run. input (Dict[str, str]): The input object expected by the action. Returns: Dict[str, str]: The output of the action.
run_action( self, action_id: str, input: Dict[str, str] = {} ) -> Dict[str, str]