mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-26 00:34:57 -04:00
[PR #91] [MERGED] [FIX] - ServiceComponent doesn't have field _cur_input_keys Error
#259
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/91
Author: @nerdai
Created: 7/2/2024
Status: ✅ Merged
Merged: 7/2/2024
Merged by: @logan-markewich
Base:
main← Head:nerdai/fix-service-component📝 Commits (1)
2c38494minor fix📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
llama_agents/tools/service_component.py(+1 -2)📄 Description
I was running into an Error saying that
ServiceComponentdoesn't have field_cur_input_keysthat gets returned under the propertyinput_keys(or see L.85)This PR fixes the
__init__of this class so that we have a value for_cur_input_keys.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.