mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-12 11:43:39 +08:00
Fix: agent files issue, (#13067)
### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -229,7 +229,8 @@ async def completion(tenant_id, agent_id, session_id=None, **kwargs):
|
||||
conv.message.append({
|
||||
"role": "user",
|
||||
"content": query,
|
||||
"id": message_id
|
||||
"id": message_id,
|
||||
"files": files
|
||||
})
|
||||
txt = ""
|
||||
async for ans in canvas.run(query=query, files=files, user_id=user_id, inputs=inputs):
|
||||
|
||||
Reference in New Issue
Block a user