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