GenAIChatProps
Home > @gooddata/sdk-ui-gen-ai > GenAIChatProps
GenAIChatProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Properties for the GenAIChat component.
Signature:
export interface GenAIChatProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (ALPHA) (Optional) Analytical backend to use for server communication. | |
history? | Message[] | (ALPHA) (Optional) A conversation history in case you're resuming the chat. | |
workspace? | string | (ALPHA) (Optional) The workspace ID the user is working with. |