ChatBotKit Node SDK
    Preparing search index...
    • Get specific tools based on selected tool names

      Parameters

      • OptionalselectedTools: string[]

        Array of tool names to include. If not provided, returns only default tools

      Returns Record<
          string,
          {
              default?: boolean;
              description: string;
              handler: (input: any) => Promise<any>;
              input: ZodObject<any>;
          },
      >