← Back
Harness Transcript
MessageBlock.render [intermediate]Agent-harness transcript blocks: completed message, collapsible reasoning, error
Agent-harness transcript blocks: completed message, collapsible reasoning, error
For the full interactive experience:
$ mix raxol.playground
Code
box style: %{border: :single, padding: 1, width: box_width} do
column style: %{gap: 1} do
[
MessageBlock.render(message_state, %{}),
ReasoningBlock.render(reasoning_for_render, %{}),
ErrorBlock.render(error_state, %{})
]
end
end