We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a5211 commit 66d3a90Copy full SHA for 66d3a90
src/copilot-chat/src/copilot_agent/ltp/ltp.py
@@ -277,7 +277,6 @@ def _make_json_serializable(data):
277
278
def query_all_in_one(self, question: str, help_msg, skip_summary: bool = False):
279
"""Query all in one big session."""
280
- ltp_doc = {'lucia training platform documentation': self.ltp_documentation}
281
282
sys_prompt0 = get_prompt_from(os.path.join(PROMPT_DIR, self.SUB_FEATURE, 'gen_result_summary_doc.txt'))
283
sys_prompt1 = get_prompt_from(os.path.join(PROMPT_DIR, self.SUB_FEATURE, 'gen_result_summary_metrics.txt'))
0 commit comments