fix: scope

This commit is contained in:
Shivam Mishra
2025-10-03 19:59:39 +05:30
parent e4631e4294
commit ac95f2fa2f

View File

@@ -3,7 +3,7 @@ import ApiClient from '../ApiClient';
class CaptainTools extends ApiClient {
constructor() {
super('captain/assistants/tools', { accountScoped: true });
super('captain/custom_tools', { accountScoped: true });
}
get(params = {}) {