approvers / approvers/ichiyoAI
レスポンスの文字数制限なしで、続きを手動で出力させるモード
- Dominant language
- Rust
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# 振る舞い
`@ichiyoAI -p 限界LTというLT会を開催するための具体的な準備をリストアップしてください。` などのメッセージに対して、そのレスポンスが2000字を超えたとき、2000文字目までのレスポンスのみを送信するようにする。`-p` はオプションの例である。
また、このレスポンスに対して「続きをお願いします」などのメッセージが送られたとき、その続きを2000字まで表示する。
# 動機
- ソースコードや手順書など、2000字を超える回答が欲しい場合があるため。
- 他環境にこのような仕様のbotが存在し、便利だったため。
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the Discord message-handling and response-sending entry points, then trace how prior responses are retained between messages. Done means responses are limited to 2,000 characters and a follow-up such as 「続きをお願いします」 returns the next segment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100