This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
ai_chat
ai_chat(workspace_id: str, question: str) ->
ChatResult
Chat with AI in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | workspace identifier |
question | str | question for the AI |
Returns
type | description |
---|---|
ChatResult | Chat response |