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

Function isReasoningPart

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

Source from the content-addressed store, hash-verified

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 =>
83 part.type === 'tool'
84

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected