mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
fix: raw
This commit is contained in:
@@ -63,7 +63,7 @@ export const createAgent = (params: AgentParams) => {
|
||||
yield event
|
||||
}
|
||||
const newMessages = (await response).messages
|
||||
params.onFinish?.([
|
||||
await params.onFinish?.([
|
||||
user as ModelMessage,
|
||||
...newMessages,
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user