()
| 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) |
no outgoing calls
no test coverage detected