MCPcopy
hub / github.com/promptfoo/promptfoo / ChunkSendResult

Interface ChunkSendResult

src/share.ts:41–45  ·  view source on GitHub ↗

Result of attempting to send a chunk

Source from the content-addressed store, hash-verified

39
40/** Result of attempting to send a chunk */
41interface ChunkSendResult {
42 success: boolean;
43 errorType?: ChunkSizeError;
44 originalError?: Error;
45}
46
47/** Configuration for adaptive chunking */
48interface AdaptiveChunkConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…