From 08b2cade4fff9bb210b8e77e2a88cf5a30332f56 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 18 Apr 2025 21:05:11 -0400 Subject: [PATCH] Update nodes.py --- nodes.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nodes.py b/nodes.py index f44b65d..ee3d645 100644 --- a/nodes.py +++ b/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: