Skip to content

Gemini thread summarizer #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Gemini thread summarizer #338

wants to merge 16 commits into from

Conversation

zuuring
Copy link
Member

@zuuring zuuring commented Feb 25, 2025

Notes

A highly experimental thread summarizer built with Gemini AI. Unfortunately due to core deps, was unable to write this call with const ai = new GoogleGenAI.

This PR introduces a highly experimental Gemini AI thread summarizer for Discord that adds a new /summary command to summarize thread message histories.

  • Implements interaction handling for the /summary command in thread channels
  • Integrates with Google’s Gemini AI endpoint for content generation
  • Processes and sends summaries, including handling longer outputs via message chunking

### Notes
Just some initial tests with Gemini AI and message output
@zuuring zuuring self-assigned this Feb 25, 2025
@zuuring zuuring added the enhancement New feature or request label Mar 27, 2025
@zuuring zuuring marked this pull request as ready for review March 27, 2025 08:52
@zuuring zuuring requested a review from Shadowfiend March 27, 2025 08:52
@zuuring zuuring requested a review from Copilot June 11, 2025 08:45
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a highly experimental Gemini AI thread summarizer for Discord that adds a new /summary command to summarize thread message histories.

  • Implements interaction handling for the /summary command in thread channels
  • Integrates with Google’s Gemini AI endpoint for content generation
  • Processes and sends summaries, including handling longer outputs via message chunking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant