feat(new tool) AI prompt splitter

This commit is contained in:
chadmin 2024-10-18 17:14:13 -07:00
parent 0b1b98f93e
commit c93ebb5ef0
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.