mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
update memory by SSE in preview
This commit is contained in:
@ -290,6 +290,15 @@ export type AgentLogResponse = {
|
||||
data: AgentLogItemWithChildren
|
||||
}
|
||||
|
||||
export type MemoryUpdateResponse = {
|
||||
task_id: string
|
||||
event: string
|
||||
data: {
|
||||
memory_id: string
|
||||
memory: any // TODO
|
||||
}
|
||||
}
|
||||
|
||||
export type WorkflowRunHistory = {
|
||||
id: string
|
||||
version: string
|
||||
|
||||
Reference in New Issue
Block a user