You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: