Skip to content

Conversation

@rmk40
Copy link
Contributor

@rmk40 rmk40 commented Jan 23, 2026

What does this PR do?

Fixes #10283

Updates the question tool description to prevent LLMs from exceeding the 30-character label limit:

  1. Adds explicit character limits - Labels (30 chars) and headers (30 chars) now documented
  2. Changes recommendation suffix - From (Recommended) (13 chars) to * (2 chars)
  3. Adds example - Shows the pattern: "Use TypeScript *"

How did you verify your code works?

This is a documentation-only change to question.txt. The fix addresses the root cause of validation errors where LLMs create labels like "Use existing patterns (Recommended)" (36 chars) which exceed the 30-character limit.

- Add explicit 30-character limits for labels and headers
- Change recommendation suffix from '(Recommended)' to ' *' to save space
- Add example showing the pattern

Fixes anomalyco#10283
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LLM frequently exceeds question tool label character limit

1 participant