mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
user message attachments progress
This commit is contained in:
parent
8e6728622a
commit
060f631f3e
8 changed files with 74 additions and 107 deletions
|
|
@ -136,7 +136,7 @@ class ApiMessage(ApiHandler):
|
|||
# Add user message to chat history so it's visible in the UI
|
||||
context.log.log(
|
||||
type="user",
|
||||
heading="User message",
|
||||
heading="",
|
||||
content=message,
|
||||
kvps={"attachments": attachment_filenames},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue