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

Function playDemoText

ui/src/api/system-resource-management/application.ts:192–198  ·  view source on GitHub ↗
(
  application_id,
  data,
  loading,
)

Source from the content-addressed store, hash-verified

190 * @returns
191 */
192const playDemoText: (application_id: string, data: any, loading?: Ref<boolean>) => Promise<any> = (
193 application_id,
194 data,
195 loading,
196) => {
197 return download(`${prefix}/${application_id}/play_demo_text`, 'post', data, undefined, loading)
198}
199
200/**
201 * 文本转语音

Callers

nothing calls this directly

Calls 1

downloadFunction · 0.90

Tested by

no test coverage detected