Currently the openclaw act as this:
User: <file>
User: please summarize this file
Claw: (Quoting the file) How can I help you
Claw: (Quoting "please summarize this file") The file summary is blahblah...
The first message claw sent is useless. Is there any way for it to act like an llm web interface which there is only a single llm call. The message is sent directly to llm and the file is attached as an attachment.
The ideal scenario is like:
User: <file>
User: please summarize this file
Claw: (Quoting "please summarize this file") The file summary is blahblah...