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

Method appendChunk

ui/src/api/type/application.ts:468–473  ·  view source on GitHub ↗
(chatRecordId: string, chunk: Chunk)

Source from the content-addressed store, hash-verified

466 }
467
468 static appendChunk(chatRecordId: string, chunk: Chunk) {
469 const chatRecord = this.chatMessageContainer[chatRecordId]
470 if (chatRecord) {
471 chatRecord.appendChunk(chunk)
472 }
473 }
474
475 static append(chatRecordId: string, content: string, reasoning_content?: string) {
476 const chatRecord = this.chatMessageContainer[chatRecordId]

Callers 1

write_streamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected