Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on docs #1355

Open
fmdelvalle opened this issue Feb 21, 2025 · 1 comment
Open

Issue on docs #1355

fmdelvalle opened this issue Feb 21, 2025 · 1 comment
Assignees

Comments

@fmdelvalle
Copy link

Path: /patterns/tools/versioning
There is no way to specify action versions on Typescript. FILETOOL_OPEN_FILE refuses to execute with no agent if no version is supplied. In short, Composio is unusable on Typescript.
const composioActions = (await composioToolset.getActionsSchema({ actions: ["FILETOOL_OPEN_FILE"] })); ... in execute() ... const ret = await composioToolset.executeAction({ action: tool.name, actionName: tool.name, params: { ...context.context, }, entityId: '123', });
Error is "Action FILETOOL_OPEN_FILE with version undefined not found. Please check the action name and try again".
No references to this in the docs. This specific page has a TODO for Typescript.

@plxity plxity self-assigned this Feb 24, 2025
@plxity
Copy link
Contributor

plxity commented Feb 24, 2025

@fmdelvalle We are looking into it; thanks for reporting this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants