fix: composio ux flow (#3529)

* feat: revert composio fix

* [autofix.ci] apply automated fixes

* feat: run format

* feat: add suggested change

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Himanshu Dixit 2024-08-23 23:38:06 +05:30 committed by GitHub
commit b4e550bbfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,8 +153,9 @@ class ComposioAPIComponent(LCToolComponent):
if field_name in {"app_names", "auth_status_config"}:
if hasattr(self, "api_key") and self.api_key != "":
build_config = self._update_app_names_with_connected_status(build_config)
build_config["auth_status_config"]["value"] = self._check_for_authorization(
self._get_normalized_app_name()
)
all_action_names = [action_name for action_name in Action.__annotations__]
app_action_names = [
action_name