fix(composio): request latest v3 tool versions by default (#1039)
This commit is contained in:
parent
f274fd5757
commit
8cafeb02e8
2 changed files with 54 additions and 6 deletions
|
|
@ -104,6 +104,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.
|
||||
- ZeroClaw requests Composio v3 tools with `toolkit_versions=latest` and executes tools with `version="latest"` to avoid stale default tool revisions.
|
||||
- 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`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue