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

Function isToolPart

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

Source from the content-addressed store, hash-verified

80const isReasoningPart = (part: OpencodePart): part is ReasoningPart =>
81 part.type === 'reasoning'
82const isToolPart = (part: OpencodePart): part is ToolPart =>
83 part.type === 'tool'
84
85function messageError(
86 message: OpencodeAssistantMessage,

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected