Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ createSegment
Function
createSegment
packages/ai/src/activities/chat/messages.ts:206–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
function
createSegment(): AssistantSegment {
207
return
{ contentParts: [], toolCalls: [] }
208
}
209
210
function
isToolCallIncluded(part: ToolCallPart): boolean {
211
return
(
Callers
2
buildAssistantMessages
Function · 0.85
flushSegment
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected