mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2026-02-02 21:24:34 +01:00
Update nodes.py
This commit is contained in:
6
nodes.py
6
nodes.py
@@ -128,14 +128,16 @@ List of file indices and paths present in the context:
|
|||||||
Format the output as a YAML list of dictionaries:
|
Format the output as a YAML list of dictionaries:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Query Processing{name_lang_hint}
|
- name: |
|
||||||
|
Query Processing{name_lang_hint}
|
||||||
description: |
|
description: |
|
||||||
Explains what the abstraction does.
|
Explains what the abstraction does.
|
||||||
It's like a central dispatcher routing requests.{desc_lang_hint}
|
It's like a central dispatcher routing requests.{desc_lang_hint}
|
||||||
file_indices:
|
file_indices:
|
||||||
- 0 # path/to/file1.py
|
- 0 # path/to/file1.py
|
||||||
- 3 # path/to/related.py
|
- 3 # path/to/related.py
|
||||||
- name: Query Optimization{name_lang_hint}
|
- name: |
|
||||||
|
Query Optimization{name_lang_hint}
|
||||||
description: |
|
description: |
|
||||||
Another core concept, similar to a blueprint for objects.{desc_lang_hint}
|
Another core concept, similar to a blueprint for objects.{desc_lang_hint}
|
||||||
file_indices:
|
file_indices:
|
||||||
|
|||||||
Reference in New Issue
Block a user