MCPcopy Create free account
hub / github.com/CopilotKit/aimock / nText

Function nText

src/__tests__/stream-collapse.test.ts:4071–4076  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

4069 });
4070 // Anthropic-native (flat type) frame builders
4071 const nText = (text: string) =>
4072 encodeEventStreamMessage("chunk", {
4073 type: "content_block_delta",
4074 index: 0,
4075 delta: { type: "text_delta", text },
4076 });
4077 const nToolStart = (index: number, id: string, name: string) =>
4078 encodeEventStreamMessage("chunk", {
4079 type: "content_block_start",

Callers 1

Calls 1

encodeEventStreamMessageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…