Rename chat artifacts copy to canvas (#6298)
Co-authored-by: Lee Jackson <130007945+Imagineer99@users.noreply.github.com>
This commit is contained in:
parent
08c3878919
commit
9d7740a82f
16 changed files with 66 additions and 66 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue