langchain.js
    Preparing search index...

    A tool for searching for messages within a discord channel using a bot. It extends the base Tool class and implements the _call method to perform the retrieve operation. Requires an bot token which can be set in the environment variables, and the discord channel ID of the channel. The _call method takes the search term as the input argument. The bot must have read permissions to the given channel. It returns the message content, author, and time the message was created for each message.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • Optionalfields: DiscordChannelSearchParams

      Returns DiscordChannelSearchTool

    Properties

    botToken: string
    channelId: string
    client: Client
    description: string = ...
    name: string = "discord_channel_search_tool"

    Methods

    • Returns string