We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d013a1 commit 40f9b02Copy full SHA for 40f9b02
1 file changed
src/ai/backend/manager/api/gql/app_config/types/node.py
@@ -1,4 +1,4 @@
1
-"""AppConfig (merged view) GQL output types (BEP-1052 §5)."""
+"""AppConfig (merged view) GQL output types."""
2
3
from __future__ import annotations
4
@@ -25,7 +25,7 @@
25
BackendAIGQLMeta(
26
added_version=NEXT_RELEASE_VERSION,
27
description=(
28
- "Merged per-user AppConfig view (BEP-1052 §5). `fragments` are ordered "
+ "Merged per-user AppConfig view. `fragments` are ordered "
29
"low → high merge priority; `config` is the deep-merge result and is "
30
"null when every contributing fragment is empty."
31
),
0 commit comments