Rename chat artifacts copy to canvas (#6298)

Co-authored-by: Lee Jackson <130007945+Imagineer99@users.noreply.github.com>
This commit is contained in:
Wasim Yousef Said 2026-06-15 13:38:39 +02:00 committed by GitHub
commit 9d7740a82f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 66 additions and 66 deletions

View file

@ -191,7 +191,7 @@ def test_render_html_success_filters_active_tools_and_repeat_is_internal():
]
first = controller.prepare_call(_call("render_html", {"code": "<html></html>"}, "call_html_1"))
controller.record_result(first, "Rendered HTML artifact: Demo")
controller.record_result(first, "Rendered HTML canvas: Demo")
assert [t["function"]["name"] for t in controller.active_tools()] == ["web_search"]