zhou zhou
2026-04-02 7c2bffa1a495cc4a3a263f654c08c231009c5c4e
1
2
3
4
5
6
import AiCallLogList from "./AiCallLogList";
 
export default {
    list: AiCallLogList,
    recordRepresentation: (record) => `${record?.requestId || ""}`,
};