1_agentic-design-ptn/01_reflection/AutoGen/03.1_adaptive-rag-eval-sdk.ipynb (4 lines): - line 262: "fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 820: " fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 831: " ], # TODO: Check if these are the correct field names\n", - line 832: " top=5, # TODO: Check if this is the correct number of results\n", 1_agentic-design-ptn/01_reflection/AutoGen/02.1_corrective-rag-eval-sdk.ipynb (4 lines): - line 117: "fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 499: " fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 506: " select=[\"Description,HotelName,Tags\"], #TODO: Check if these are the correct field names\n", - line 507: " top=3 #TODO: Check if this is the correct number of results\n", 1_agentic-design-ptn/01_reflection/AutoGen/01.1_self-rag-eval-sdk.ipynb (4 lines): - line 146: "fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 542: " fields = \"descriptionVector\" # TODO: Check if this is the correct field name\n", - line 553: " ], # TODO: Check if these are the correct field names\n", - line 554: " top=3, # TODO: Check if this is the correct number of results\n", 3_optimization-design-ptn/03_prompt-optimization/promptwizard/glue/common/utils/logging.py (1 line): - line 51: # TODO: Add handler to log to app insights if Azure connection is ON 3_optimization-design-ptn/03_prompt-optimization/promptwizard/glue/common/constants/str_literals.py (1 line): - line 3: # TODO: add comments for class definition and variable definition 3_optimization-design-ptn/03_prompt-optimization/promptwizard/glue/common/base_classes.py (1 line): - line 8: # TODO: add comments for class definition and variable definition 3_optimization-design-ptn/03_prompt-optimization/promptwizard/glue/promptopt/techniques/critique_n_refine/core_logic.py (1 line): - line 44: TODO: Explain this method