"src/include/gridwise_direct_convolution_3.cuh" did not exist on "dbffe05a989179d027cdbd3c2a2952a69a44a98e"
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