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