fix: tool

This commit is contained in:
Shivam Mishra
2025-10-03 20:35:40 +05:30
parent 30e0d6b610
commit 15a1a8cd5f
@@ -3,7 +3,7 @@ import ApiClient from '../ApiClient';
class CaptainTools extends ApiClient {
constructor() {
super('captain/custom_tools', { accountScoped: true });
super('captain/assistant/tools', { accountScoped: true });
}
get(params = {}) {