compute.

reset_ai_chat_history

reset_ai_chat_history(workspace_id: str)

Reset chat history with AI in GoodData workspace.

Parameters

nametypedescription
workspace_idstrworkspace identifier

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)