Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommandCodeAI/BaseAI
/ Delta
Interface
Delta
packages/core/src/pipes/pipes.ts:462–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
460
}
461
462
interface
Delta {
463
role?: MessageRole;
464
content?: string;
465
tool_calls?: ToolCallResult[];
466
}
467
468
interface
UnknownChunk {
469
type
:
'unknown'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected