(block, index)
| 236 | return t3; |
| 237 | } |
| 238 | function _temp(block, index) { |
| 239 | return <Box key={index} paddingLeft={2} marginTop={index === 0 ? 0 : 1}><Markdown>{block.text}</Markdown></Box>; |
| 240 | } |
| 241 | type VerboseAgentTranscriptProps = { |
| 242 | progressMessages: ProgressMessage<Progress>[]; |
| 243 | tools: Tools; |
nothing calls this directly
no outgoing calls
no test coverage detected