"src/nni_manager/vscode:/vscode.git/clone" did not exist on "c265903e23196dfd32322f1f86b02d9315eb6dd4"
Commit a3f09949 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent afd27052
...@@ -72,7 +72,13 @@ class Filter: ...@@ -72,7 +72,13 @@ class Filter:
print(f"outlet:body:{body}") print(f"outlet:body:{body}")
print(f"outlet:user:{user}") print(f"outlet:user:{user}")
return body`; messages = [
{**message, "content": f"{message['content']} - @@Modified from Outlet"}
for message in body.get("messages", [])
]
return {"messages": messages}
`;
const saveHandler = async () => { const saveHandler = async () => {
loading = true; loading = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment