meta-llama / llama-stack-apps

Agentic components of the Llama Stack APIs
MIT License
3.89k stars 559 forks source link

File Upload not working #51

Open uhasker opened 2 months ago

uhasker commented 2 months ago

When trying to work with a file upload, the file is basically ignored:

image

I have used the standard setup from the README, i.e.:

Am I missing something? There are no errors being shown in either the distribution console or the mesop console.

ashwinb commented 2 months ago

@dltn could you take a look when you get a chance? it is possible this broke during the distribution changes or something with the prompt formats going wrong.

dltn commented 2 months ago

Looks like it. It's working on 0.0.5 and I get this behavior on 0.0.8. I'll take a look.