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