#ai
zhou zhou
5 天以前 1668b4ce8fb82ddfd54b44b86e78e3080b99a1cc
1
2
3
4
5
6
import AiCallLogList from "./AiCallLogList";
 
export default {
    list: AiCallLogList,
    recordRepresentation: (record) => `${record?.requestId || ""}`,
};