chore(devtools): drop self-explanatory comments

This commit is contained in:
Greyson LaLonde
2026-05-26 15:50:44 -07:00
committed by GitHub
parent 07569f04ee
commit 3a52919a35
2 changed files with 0 additions and 20 deletions

View File

@@ -34,9 +34,6 @@ _LANGUAGE_NAMES: Final[dict[DocLang, str]] = {
}
# --- Structured output models ---
class DocAction(BaseModel):
"""A single documentation action to take."""
@@ -66,8 +63,6 @@ class DocsAnalysis(BaseModel):
)
# --- Prompts ---
_ANALYZE_SYSTEM: Final[str] = """\
You are a documentation analyst for the CrewAI open-source framework.