Skip to content

Commit 5646126

Browse files
igerberclaude
andcommitted
Note case-sensitivity of variant in get_llm_guide docstring
Clarifies that "CONCISE", " concise", etc. raise ValueError so callers don't have to discover this by experimentation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e9be7c7 commit 5646126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diff_diff/_guides_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_llm_guide(variant: str = "concise") -> str:
1616
Parameters
1717
----------
1818
variant : str, default "concise"
19-
Which guide to load. One of:
19+
Which guide to load. Names are case-sensitive. One of:
2020
2121
- ``"concise"`` -- compact API reference (llms.txt)
2222
- ``"full"`` -- complete API documentation (llms-full.txt)

0 commit comments

Comments
 (0)