diff --git a/studio/backend/core/inference/tools.py b/studio/backend/core/inference/tools.py index b29a221ee7..6960310018 100644 --- a/studio/backend/core/inference/tools.py +++ b/studio/backend/core/inference/tools.py @@ -773,10 +773,10 @@ RENDER_HTML_TOOL = { "function": { "name": "render_html", "description": ( - "Render a self-contained HTML/CSS/JavaScript artifact for the user. " + "Render a self-contained HTML/CSS/JavaScript canvas for the user. " "Call this at most once per assistant response unless the user " "explicitly asks for changes in that response. Future user requests " - "for new artifacts may call render_html once. Put the entire document " + "for new canvases may call render_html once. Put the entire document " "in code, including any CSS in