halo - v1.0.0
    Preparing search index...

    Variable TaskHandlerConst

    TaskHandler: {
        getCurrentTime: Tool<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, string> & {
            execute: (
                args: {},
                options: ToolExecutionOptions,
            ) => PromiseLike<string>;
        };
    } = ...

    Type declaration

    • getCurrentTime: Tool<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, string> & {
          execute: (
              args: {},
              options: ToolExecutionOptions,
          ) => PromiseLike<string>;
      }

      Get the current date and time in real-time. This tool does not require any parameters. It returns the current time in a standard format.