Update nodes.py

This commit is contained in:
Zachary Huang
2025-04-18 21:05:11 -04:00
committed by GitHub
parent 33222dc17e
commit 08b2cade4f

View File

@@ -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: