compute.

reset_ai_chat_history

reset_ai_chat_history(workspace_id: str) -> None

Reset AI chat history in GoodData workspace.

Parameters

nametypedescription
workspace_idstrThe ID of the GoodData Workspace.

Returns

None

Example


host = "https://www.example.com"
token = "<your_personal_access_token>"
sdk = GoodDataSdk.create(host, token)

sdk.compute.reset_ai_chat_history(workspace_id)