(turn, i)
| 243 | return t19; |
| 244 | } |
| 245 | function _temp2(turn, i) { |
| 246 | return <Box key={i} flexDirection="column"><Text wrap="wrap">{turn.text}</Text>{turn.toolUseCount > 0 && <Text dimColor={true}>{" "}({turn.toolUseCount}{" "}{plural(turn.toolUseCount, "tool")})</Text>}</Box>; |
| 247 | } |
| 248 | function _temp(t) { |
| 249 | return t.text !== ""; |
| 250 | } |