Skip to content

Commit 66d3a90

Browse files
quge009Copilot
andauthored
Update src/copilot-chat/src/copilot_agent/ltp/ltp.py
Co-authored-by: Copilot <[email protected]>
1 parent f8a5211 commit 66d3a90

File tree

1 file changed

+0
-1
lines changed
  • src/copilot-chat/src/copilot_agent/ltp

1 file changed

+0
-1
lines changed

src/copilot-chat/src/copilot_agent/ltp/ltp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ def _make_json_serializable(data):
277277

278278
def query_all_in_one(self, question: str, help_msg, skip_summary: bool = False):
279279
"""Query all in one big session."""
280-
ltp_doc = {'lucia training platform documentation': self.ltp_documentation}
281280

282281
sys_prompt0 = get_prompt_from(os.path.join(PROMPT_DIR, self.SUB_FEATURE, 'gen_result_summary_doc.txt'))
283282
sys_prompt1 = get_prompt_from(os.path.join(PROMPT_DIR, self.SUB_FEATURE, 'gen_result_summary_metrics.txt'))

0 commit comments

Comments
 (0)