fix(composio): resolve connected account refs after OAuth

This commit is contained in:
Chummy 2026-02-20 01:19:26 +08:00
parent d714d3984e
commit 14fb3fbcae
4 changed files with 406 additions and 18 deletions

View file

@ -75,6 +75,7 @@ Notes:
- Backward compatibility: legacy `enable = true` is accepted as an alias for `enabled = true`.
- If `enabled = false` or `api_key` is missing, the `composio` tool is not registered.
- Typical flow: call `connect`, complete browser OAuth, then run `execute` for the desired tool action.
- If Composio returns a missing connected-account reference error, call `list_accounts` (optionally with `app`) and pass the returned `connected_account_id` to `execute`.
## `[multimodal]`