MCPcopy Index your code
hub / github.com/TanStack/ai / isTextPart

Function isTextPart

packages/ai-opencode/src/stream/translate.ts:78–79  ·  view source on GitHub ↗
(part: OpencodePart)

Source from the content-addressed store, hash-verified

76type ToolPart = Extract<OpencodePart, { type: 'tool' }>
77
78const isTextPart = (part: OpencodePart): part is TextPart =>
79 part.type === 'text'
80const isReasoningPart = (part: OpencodePart): part is ReasoningPart =>
81 part.type === 'reasoning'
82const isToolPart = (part: OpencodePart): part is ToolPart =>

Callers 1

handleEventFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected