docs/docs/agents/modules/resource/tools/html-interpreter.md
html_interpreter renders HTML as an interactive web report.
It is the final presentation tool for web pages, HTML reports, dashboards, and skill-based report delivery.
{
"html": "<html>...</html>",
"title": "Report"
}
{
"template_path": "skill/templates/report_template.html",
"data": {
"KEY": "value"
}
}
{
"file_path": "/absolute/path/to/file.html",
"title": "Report"
}
{
"template_path": "financial-report-analyzer/templates/report_template.html",
"data": {
"REPORT_TITLE": "Q2 Financial Review",
"EXEC_SUMMARY": "Revenue increased while gross margin remained stable."
}
}
code_interpreter alone for final HTML delivery