We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33222dc commit 08b2cadCopy full SHA for 08b2cad
nodes.py
@@ -128,14 +128,16 @@ def exec(self, prep_res):
128
Format the output as a YAML list of dictionaries:
129
130
```yaml
131
-- name: Query Processing{name_lang_hint}
+- name: |
132
+ Query Processing{name_lang_hint}
133
description: |
134
Explains what the abstraction does.
135
It's like a central dispatcher routing requests.{desc_lang_hint}
136
file_indices:
137
- 0 # path/to/file1.py
138
- 3 # path/to/related.py
-- name: Query Optimization{name_lang_hint}
139
140
+ Query Optimization{name_lang_hint}
141
142
Another core concept, similar to a blueprint for objects.{desc_lang_hint}
143
0 commit comments