Skip to content

Add history.deleteChat() #528

@adamlui

Description

@adamlui

Discussed in #176

Originally posted by gadelkareem January 13, 2024:

I couldn't find a delete chat func, would be great if added.

Here is playwright code to delete current chat:

        page.get_by_label("Chat history").get_by_role("button").nth(1).click()
        page.get_by_text("Delete chat").click()
        page.get_by_role("button", name="Delete").click()
```</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions