compute.
reset_ai_chat_history
reset_ai_chat_history(workspace_id: str) -> None
Reset AI chat history in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | The 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)