Skip to content

Commit f8a5211

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def instance_operation(self):
6868
user_id = data['data']['messageInfo']['userId']
6969
conv_id = data['data']['messageInfo']['convId']
7070
copilot_conversation = self.get_or_create_session(user_id, conv_id)
71-
llm_session = copilot_conversation.llm_session
72-
7371

7472
in_parameters = copilot_conversation.build_in_parameters(data)
7573
out_parameters = copilot_conversation.perform_operation(in_parameters)

0 commit comments

Comments
 (0)