MCPcopy
hub / github.com/CopilotKit/CopilotKit / append

Method append

packages/bot-slack/src/native-stream.ts:45–45  ·  view source on GitHub ↗

Replace the in-flight buffer with the accumulated text.

(fullText: string)

Source from the content-addressed store, hash-verified

43export interface TextStream {
44 /** Replace the in-flight buffer with the accumulated text. */
45 append(fullText: string): void;
46 /** Flush the final state and close the stream. */
47 finish(): Promise<void>;
48}

Callers 15

markInterruptedFunction · 0.65
transcribeAudioFunction · 0.65
onTextMessageEndEventFunction · 0.65
markInterruptedFunction · 0.65
appendMethod · 0.65
failOverToLegacyMethod · 0.65

Implementers 8

NativeMessageStreampackages/bot-slack/src/native-stream.t
EditStreampackages/bot-telegram/src/chunked-edit
ChunkedEditStreampackages/bot-telegram/src/chunked-edit
TeamsMessageStreampackages/bot-teams/src/message-stream.
MessageStreampackages/bot-slack/src/message-stream.
ChunkedMessageStreampackages/bot-slack/src/chunked-message
MessageStreampackages/bot-discord/src/message-strea
ChunkedMessageStreampackages/bot-discord/src/chunked-messa

Calls

no outgoing calls

Tested by 15

createFormDataRequestFunction · 0.52
_spyMethod · 0.52
_trackingFunction · 0.52
_collect_async_genFunction · 0.52
_trackingFunction · 0.52
_parse_cvdiag_linesFunction · 0.52
_parse_cvdiag_linesFunction · 0.52
extractContentValueMethod · 0.52
_parse_cvdiag_linesFunction · 0.52
_parse_cvdiag_linesFunction · 0.52
__init__Method · 0.52