- handle_tes_call(callData): Promise<{
error: null;
fn_path: string[];
result: any;
} | {
error: any;
fn_path: string[];
result: null;
}> Returns Promise<{
error: null;
fn_path: string[];
result: any;
} | {
error: any;
fn_path: string[];
result: null;
}>
Services a TES function call