MCPcopy
hub / github.com/1Panel-dev/MaxKB / append

Method append

ui/src/api/type/application.ts:475–480  ·  view source on GitHub ↗
(chatRecordId: string, content: string, reasoning_content?: string)

Source from the content-addressed store, hash-verified

473 }
474
475 static append(chatRecordId: string, content: string, reasoning_content?: string) {
476 const chatRecord = this.chatMessageContainer[chatRecordId]
477 if (chatRecord) {
478 chatRecord.append(content, reasoning_content)
479 }
480 }
481
482 static updateStatus(chatRecordId: string, code: number) {
483 const chatRecord = this.chatMessageContainer[chatRecordId]

Callers 15

start_servicesFunction · 0.45
_get_user_rolesMethod · 0.45
oneMethod · 0.45
get_user_membersMethod · 0.45
_get_resource_mapsFunction · 0.45
editMethod · 0.45
get_child_tool_listMethod · 0.45
get_appstore_toolsMethod · 0.45
add_register_period_taskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected