MCPcopy 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
206function createSegment(): AssistantSegment {
207 return { contentParts: [], toolCalls: [] }
208}
209
210function isToolCallIncluded(part: ToolCallPart): boolean {
211 return (

Callers 2

buildAssistantMessagesFunction · 0.85
flushSegmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected