Support customizable URI templates in llms.txt (#48)

This commit is contained in:
Jared Dillard
2025-10-27 17:41:04 -07:00
committed by GitHub
parent e2a80faf04
commit 5bfbb0168f
9 changed files with 298 additions and 5 deletions
+1
View File
@@ -794,6 +794,7 @@ def test_summary_default_uses_first_paragraph():
llms_txt_summary = None # Not configured
llms_txt_file = True
llms_txt_filename = "llms.txt"
llms_txt_uri_template = None
llms_txt_title = None
llms_txt_full_file = True
llms_txt_full_filename = "llms-full.txt"