mirror of
https://github.com/splunk/DECEIVE.git
synced 2025-07-01 08:37:28 -04:00
No longer send an "ignore this message" at start time.
This commit is contained in:
@ -211,7 +211,7 @@ async def handle_client(process: asyncssh.SSHServerProcess, server: MySSHServer)
|
|||||||
# Handle interactive session
|
# Handle interactive session
|
||||||
llm_response = await with_message_history.ainvoke(
|
llm_response = await with_message_history.ainvoke(
|
||||||
{
|
{
|
||||||
"messages": [HumanMessage(content="ignore this message")],
|
"messages": [HumanMessage(content="")],
|
||||||
"username": process.get_extra_info('username'),
|
"username": process.get_extra_info('username'),
|
||||||
"interactive": True
|
"interactive": True
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user