This commit is contained in:
Chris 2025-04-13 04:09:24 +02:00 committed by GitHub
commit 29a4db3b51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 301 additions and 0 deletions

View file

@ -392,3 +392,7 @@ tools:
text-to-binary:
title: Text to ASCII binary
description: Convert text to its ASCII binary representation and vice-versa.
ai-prompt-splitter:
title: AI prompt splitter
description: Split up large prompts into smaller, manageable segments based on a set character limit for AI chat prompts.