Skip to content
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

fix: change summarizer tool category to AI Summarization #363

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion file-summarizer/tool.gpt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
Name: File Summarizer
Description: This tool summarizes the input file in the workspace, returns a text summary of the file content, either write to a file in the workspace or print to the console.
Credential: sys.model.provider.credential
Expand All @@ -9,7 +10,7 @@ Params: output_file: (Optional) Name of the file to save the summary, default to

---
!metadata:*:category
Utilities
AI Summarization

---
!metadata:*:icon
Expand Down