MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / postExportChatLog

Function postExportChatLog

ui/src/api/system-resource-management/chat-log.ts:162–170  ·  view source on GitHub ↗
(application_id, application_name, param, data, loading)

Source from the content-addressed store, hash-verified

160 data: any,
161 loading?: Ref<boolean>,
162) => void = (application_id, application_name, param, data, loading) => {
163 exportExcelPost(
164 application_name + '.xlsx',
165 `${prefix}/${application_id}/chat/export`,
166 param,
167 data,
168 loading,
169 )
170}
171const getChatRecordDetails: (
172 application_id: string,
173 chat_id: string,

Callers

nothing calls this directly

Calls 1

exportExcelPostFunction · 0.90

Tested by

no test coverage detected