This documentation is for an older version of GoodData.
Go to the latest version of this article.
ComputeService.
ai_chat_stream
ai_chat_stream(workspace_id: str, question: str) ->
Iterator[Any]
Chat Stream with AI in GoodData workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | workspace identifier |
question | str | question for the AI |
Returns
type | description |
---|---|
Iterator[Any] | Yields parsed JSON objects from each SSE event's data field |