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:
parent
d9a9401e3b
commit
b4e550bbfc
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue