mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-18 23:14:21 +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:
|
||||
|
||||
```yaml
|
||||
- name: Query Processing{name_lang_hint}
|
||||
- name: |
|
||||
Query Processing{name_lang_hint}
|
||||
description: |
|
||||
Explains what the abstraction does.
|
||||
It's like a central dispatcher routing requests.{desc_lang_hint}
|
||||
file_indices:
|
||||
- 0 # path/to/file1.py
|
||||
- 3 # path/to/related.py
|
||||
- name: Query Optimization{name_lang_hint}
|
||||
- name: |
|
||||
Query Optimization{name_lang_hint}
|
||||
description: |
|
||||
Another core concept, similar to a blueprint for objects.{desc_lang_hint}
|
||||
file_indices:
|
||||
|
||||
Reference in New Issue
Block a user