compute.
reset_ai_chat_history
reset_ai_chat_history(workspace_id: str)
Reset chat history with AI in GoodData workspace.
Parameters
| name | type | description |
|---|---|---|
| workspace_id | str | workspace identifier |
Returns
NoneExample
host = "https://www.example.com"
token = "<your_personal_access_token>"
sdk = GoodDataSdk.create(host, token)
sdk.compute.reset_ai_chat_history(workspace_id)