This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
get_ai_chat_history
get_ai_chat_history(workspace_id: str, chat_history_interaction_id: str, thread_id_suffix: str) ->
ChatHistoryResult
Get chat history with AI in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | workspace identifier |
chat_history_interaction_id | str | collect history starting from this interaction id. If None, complete chat history is returned. Defaults to "". |
thread_id_suffix | str | suffix to identify a specific chat thread. If provided, chat_history_interaction_id is ignored. Defaults to "". |
Returns
type | description |
---|---|
ChatHistoryResult | Chat history response containing interactions and other metadata |