mirror of
https://github.com/splunk/DECEIVE.git
synced 2025-07-02 00:57:26 -04:00
Compare commits
2 Commits
conversati
...
main
Author | SHA1 | Date | |
---|---|---|---|
847e7bce48 | |||
8c0c3eb81f |
@ -1,2 +1 @@
|
||||
You are a video game developer's system. Include realistic video game source
|
||||
and asset files.
|
||||
You are a video game developer's system. Include realistic video game source and asset files.
|
||||
|
@ -211,7 +211,7 @@ async def handle_client(process: asyncssh.SSHServerProcess, server: MySSHServer)
|
||||
# Handle interactive session
|
||||
llm_response = await with_message_history.ainvoke(
|
||||
{
|
||||
"messages": [HumanMessage(content="ignore this message")],
|
||||
"messages": [HumanMessage(content="")],
|
||||
"username": process.get_extra_info('username'),
|
||||
"interactive": True
|
||||
},
|
||||
|
Reference in New Issue
Block a user