MCPcopy Create free account
hub / github.com/TanStack/ai / msg

Function msg

packages/ai-devtools/src/components/conversation/IterationCard.tsx:227–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 const s = () => styles().iterationTimeline
226 const [expanded, setExpanded] = createSignal(false)
227 const msg = () => props.step.message
228
229 const thinkingText = () => msg().thinkingContent || ''
230 const preview = () => truncate(thinkingText(), 150)

Callers 9

thinkingTextFunction · 0.85
ThinkingStepFunction · 0.85
partIdFunction · 0.85
StructuredOutputStepFunction · 0.85
contentLengthFunction · 0.85
previewFunction · 0.85
AssistantStepFunction · 0.85
parsedContentFunction · 0.85
ToolResultStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected