This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable version of this article.
compute.
ai_chat
ai_chat(workspace_id: str, question: str) -> ChatResult
Chat with AI in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | The ID of the GoodData Workspace. |
question | str | The question to ask the AI. |
Returns
type | description | |
---|---|---|
chat_result | ChatResult | Chat response |