-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
attachment_behavior not working for accessing remote files #95
Comments
The problem is due to the code here. I'm using pgvector for memory bank, but it is not able to retrieve that context from the upstream. Temp solution is to add There is another problem in
It could be fixed by using This is my yaml file:
|
Uh oh, thanks for the helpful details. I will take a look at this today and add a test so we don't break these things again. |
Thanks for raising the issue! meta-llama/llama-stack#264 - This should fix the first issue. |
Hi, I ran the following examples in
agents
, but it looks like there is a problem with accessing the file content when executingOutput
For example, with
podcast_transcript.py
, I got the following output:Inspecting further, it looks like the following code in
common/execute_with_custom_tools.py
is not returning the correct response.I got the following in
response.response.content
:The text was updated successfully, but these errors were encountered: