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

Function postExportChatLog

ui/src/api/application/chat-log.ts:180–188  ·  view source on GitHub ↗
(application_id, application_name, param, data, loading)

Source from the content-addressed store, hash-verified

178 data: any,
179 loading?: Ref<boolean>,
180) => void = (application_id, application_name, param, data, loading) => {
181 exportExcelPost(
182 application_name + '.xlsx',
183 `${prefix.value}/${application_id}/chat/export`,
184 param,
185 data,
186 loading,
187 )
188}
189const getChatRecordDetails: (
190 application_id: string,
191 chat_id: string,

Callers

nothing calls this directly

Calls 1

exportExcelPostFunction · 0.90

Tested by

no test coverage detected