eidolon-ai / eidolon

The first AI Agent Server, Eidolon is a pluggable Agent SDK and enterprise ready, deployment server for Agentic applications
https://www.eidolonai.com/
Apache License 2.0
298 stars 32 forks source link

Turning off "allow_file_upload" for an action in simple agent causes simple agent to always break (because the file upload field doesn't exist) #716

Closed dbrewster closed 2 months ago

LukeLalor commented 2 months ago

@dbrewster , what exactly is the problem? I just tried this locally through the the chatbot webui and it worked just fine.

Specifically, I set allow_file_upload to false chatted (worked) uploaded file and chatted (no error, but chatbot did not know about the file of course)

I do see ui work to disable the clipboard dynamically based on spec. Is this what you mean?

dbrewster commented 2 months ago

Set "allow_file_upload" to true on a nested agent (which is the default!). The agent doesn't pass a field which causes it to blow up.

I'm going to take this one as I have a fix locally for it.