[PR #91] [MERGED] [FIX] - ServiceComponent doesn't have field _cur_input_keys Error #259

Closed
opened 2026-02-16 01:16:39 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: nerdai/fix-service-component


📝 Commits (1)

📊 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 ServiceComponent doesn't have field _cur_input_keys that gets returned under the property input_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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/91 **Author:** [@nerdai](https://github.com/nerdai) **Created:** 7/2/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `nerdai/fix-service-component` --- ### 📝 Commits (1) - [`2c38494`](https://github.com/run-llama/llama_deploy/commit/2c38494f52728ecdea186cf8489588bc779d8aad) minor fix ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `llama_agents/tools/service_component.py` (+1 -2) </details> ### 📄 Description I was running into an Error saying that `ServiceComponent` doesn't have field `_cur_input_keys` that gets returned under the property `input_keys` (or see [L.85](https://github.com/run-llama/llama-agents/blob/c355bf9c0c4ca64a55eb733e74e82013c233b7b8/llama_agents/tools/service_component.py#L85)) This PR fixes the `__init__` of this class so that we have a value for `_cur_input_keys`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:39 -05:00
yindo closed this issue 2026-02-16 01:16:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#259